Can I configure a resource path that contains java source files in eclipse?

Posted by tangens on Stack Overflow See other posts from Stack Overflow or by tangens
Published on 2010-05-20T11:45:44Z Indexed on 2010/05/20 11:50 UTC
Read the original article Hit count: 192

Filed under:
|

Motivation

In eclipse I'd like to configure a path as a resource path. This path contains some java files that I only want to handle as resources, i.e. I don't want eclipse to try to compile these files. I only want to read them as resources from within junit tests.

Question

Is there a way to configure eclipse so it won't try to compile the java files it found there?

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about java