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 136028 - NoClassDefFoundError: java/sql/Wrapper
Summary: NoClassDefFoundError: java/sql/Wrapper
Status: RESOLVED INVALID
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Vancouvering
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-28 19:11 UTC by cnieto82
Modified: 2008-07-29 14:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 3393


Attachments
stacktrace (2.41 KB, text/plain)
2008-05-28 19:11 UTC, cnieto82
Details
stacktrace (4.57 KB, text/plain)
2008-07-29 14:59 UTC, xcode_rider
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cnieto82 2008-05-28 19:11:16 UTC
Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 1.5.0_11-b03, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_11-b03
OS: Windows Vista, 6.0, x86

User Comments: 
Connecting to a DB2 on iseries usin JTOpen Driver (jt400.jar)
Comment 1 cnieto82 2008-05-28 19:11:25 UTC
Created attachment 62077 [details]
stacktrace
Comment 3 Andrei Badea 2008-05-29 09:58:53 UTC
The driver is trying to load java.sql.Wrapper, which was introduced in Java SE 1.6. Please either use JRE or JDK 1.6, or
use a JDBC 3.0 driver.
Comment 4 cnieto82 2008-05-30 04:04:39 UTC
Yes, The problem was de JDK version , I changed it in the netbeans.conf file 

Thanks
Comment 5 xcode_rider 2008-07-29 14:59:06 UTC
Build: NetBeans IDE 6.1 (Build 200805300101)
VM: Java HotSpot(TM) Client VM, 1.5.0_13-121, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_13-b05-241
OS: Mac OS X, 10.4.11, i386

User Comments: 
Create new project for Application mode.

Stacktrace: 
java.lang.NoClassDefFoundError: javax/script/ScriptEngineFactory
        at java.lang.ClassLoader.defineClass1(ClassLoader.java:0)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
Comment 6 xcode_rider 2008-07-29 14:59:16 UTC
Created attachment 65952 [details]
stacktrace