This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 9613

Summary: problem to execute java file inside netbeans
Product: obsolete Reporter: mohamed.ghazouani <mohamedghazouani>
Component: collabnetAssignee: issues@www <issues>
Status: RESOLVED INVALID    
Severity: critical    
Priority: P1    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Attachments: this is the file that I have executed

Description mohamed.ghazouani 2001-02-14 11:16:19 UTC
I  try to use XALAN library with netbeans,
when I execute the class file with command line java with jdk1.3 no problem for
execution, and when i execute inside netbeans I have always this error :

java.lang.NoClassDefFoundError: xalan-j_2_0_D07/samples/SimpleTransform/simple
(wrong name: simple)
        at java.lang.ClassLoader.defineClass0(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
        at java.security.SecureClassLoader.defineClass
(SecureClassLoader.java:111)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
Comment 1 mohamed.ghazouani 2001-02-14 11:19:59 UTC
Created attachment 622 [details]
this is the file that I have executed
Comment 2 Jesse Glick 2001-02-14 12:33:59 UTC
Mount xalan.jar in Filesystems (read the FAQ).
Comment 3 Marian Mirilovic 2009-11-08 02:27:17 UTC
We recently moved out from Collabnet's infrastructure