s****j 发帖数: 14 | 1 output is for the compiled class files. You also need to
set the source path in "source" tab. Include all paths you need.
One thing is, keep in mind about package hirachy, for example,
if you have a package like com.foo.pk1, you need to create the
same structure for you source files like:
d:\work\src\com\foo\pk1\*.java
then you source path should be d:\work\src, not d:\work\src\com\foo\pk1
You probably need another folder called d:\work\out
then when you compile. JB will create the same structur |
|