Hi Chris, On Fri, 4 Jan 2013, Chris wrote:
> I managed to get my project running, but I cannot change the name > Process_Pixels to my project's name, say, A_PC. I get the error in > NetBeans: > > debug: > Have no file for > /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jsfd.jar > Have no file for > /System/Library/Frameworks/JavaVM.framework/Frameworks/JavaRuntimeSupport.framework/Resources/Java/JavaRuntimeSupport.jar > Have no file for > /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/laf.jar > Have no file for > /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/sunrsasign.jar > Exception in thread "main" java.lang.NoClassDefFoundError: Process_Pixels > Caused by: java.lang.ClassNotFoundException: Process_Pixels > > at java.net.URLClassLoader$1.run(URLClassLoader.java:202) > > at java.security.AccessController.doPrivileged(Native Method) > > at java.net.URLClassLoader.findClass(URLClassLoader.java:190) > > at java.lang.ClassLoader.loadClass(ClassLoader.java:306) > > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > > at java.lang.ClassLoader.loadClass(ClassLoader.java:247) > Java Result: 1 > BUILD SUCCESSFUL (total time: 0 seconds) > > but I cannot find where the Process_Pixels name is specified in the > Project. Is it possible to change this name, or is the name part of the > Maven setup? This suggests to me that you have to convince Netbeans to re-read the configuration after you edited the pom.xml outside of Netbeans. Ciao, Johannes _______________________________________________ ImageJ-devel mailing list [email protected] http://imagej.net/mailman/listinfo/imagej-devel
