NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
kb9agt
Joined: 06 Nov 2008 Posts: 42
|
Posted: Fri Nov 21, 2008 6:55 pm Post subject: re How to Compile Java Class File into the Same Directory with Source Codes |
|
|
Hey Lito,
Be careful about changing the build.xml
Ant will be the best place to look for this.
I would just use javac *.java in the src directory if you need your
classes in there.
NetBeans will not use those and complain about them being there too so
I hope you are not attempting to use NetBeans after that. Again I
would suggest looking into the ant docs.
Good Luck. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|