Hei Giuseppe,

i guess you are missing some libraries that should be included. - or may be you even forgot to define the starting point for "run".

The only hint i can give you is to look how it is done in Eclipse, which is described on the wiki.

http://openjump.org/wiki/show/How+to+run+OpenJUMP+in+Eclipse

I am sure there are similar options for NetBeans.

stefan

Giuseppe Falcone schrieb:
Hello,

I trying to run and compile OJ on Netbeans IDE. I've created the project on Netbeans (Java project with existing Ant script), then I've compiled and packaged succesfully. The packaged program (in the 'dist' directory) works: I run it by the openjump-unix.sh script. I don't be able to run the program from Netbeans IDE; both 'Run Project' than 'Debug Project' fails.

The 'Debug Project' fails with the message:
"debug-nb:
Exception in thread "main" java.lang.NoClassDefFoundError: some/main/Class
Java Result: 1
BUILD SUCCESSFUL (total time: 0 seconds)"

The 'Run Project' fails with the message:
"Target `run' does not exist in this project. BUILD FAILED (total time: 0 seconds)"

Have you any idea about this (I don't know Ant very well...) ?

Best regards,

Giuseppe
_______________________________________________
jump-users mailing list
[email protected]
http://lists.refractions.net/mailman/listinfo/jump-users


_______________________________________________
jump-users mailing list
[email protected]
http://lists.refractions.net/mailman/listinfo/jump-users

Reply via email to