I am using v2007 and am struggling to get basic builds working.
I configured my libraries to work and can generare a jar file manually for my project.
The only way I can get the project to "run" though is to set up the jar and add my own genmerated jar as a required library for the project and then rebuild the jar before doing a run.
If I do not haver the jar file, I get a class can not be found error.
My assumption is that the run process should run on the class file in the output directory so it should not require the jar.
Thoughts?
I have now asked the question there, so lets please have any responses in that thread since this was an acidental cross-post.
Cheers!