Configuring Eclipse IDE for jbidwatcher?
|
Can anyone offer/is there any guidance on configuring an eclipse project for jbidwatcher development? I am new to Java (coming from C++) but I am keen to learn and possibly help in small ways to keep jbidwatcher trimmed. A problem I had initially in eclipse was getting the properties and icons in a place where they could be found at run time. I ended up adding my jbidwatch project root (jbw) to the build source path like so: [project > properties > Java Build Path > Source > Source Folders On Build Path] [project > properties > Java Build Path > Source > Default Output Folder] jbw now runs so I can start to explore it :) However I am sure I have used a sledgehammer to crack a nut above – as just about all the project sub-directories are being copied to jbw/bin – but perhaps thats as it should be? |
|
Greetings, The source subdirectories should be being copied to jbw/bin, but with .class files instead of .java files. Is that what you’re seeing? — Morgan Schweers, CyberFOX! |