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 35080 - 3.5 not working on IBM JDK 1.4.1
Summary: 3.5 not working on IBM JDK 1.4.1
Status: VERIFIED DUPLICATE of bug 30449
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords: JDK_SPECIFIC
Depends on:
Blocks:
 
Reported: 2003-07-23 10:28 UTC by kovica
Modified: 2008-12-22 15:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kovica 2003-07-23 10:28:14 UTC
I was trying to run fresh install of NetBeans 3.5
on IBM's JDK version 1.4.1:
java version "1.4.1"
Java(TM) 2 Runtime Environment, Standard Edition
(build 1.4.1)
Classic VM (build 1.4.1, J2RE 1.4.1 IBM build
cxia32141-20030522 (JIT enabled: jitc)).

Slash screen displayed and it goes to "Opening
project Default" but then following exception is
thrown:
Annotation: Exception occurred in Request Processor
java.lang.NoClassDefFoundError: $Proxy1
	at
sun.reflect.GeneratedConstructorAccessor5.newInstance(Unknown
Source)
	at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:43)
	at
java.lang.reflect.Constructor.newInstance(Constructor.java:300)
	at
java.lang.reflect.Proxy.newProxyInstance(Proxy.java:587)
	at
org.openide.util.WeakListener$ProxyListener.<init>(WeakListener.java:963)
	at
org.openide.util.WeakListener.create(WeakListener.java:454)
	at
org.openide.loaders.FolderInstance$HoldInstance.<init>(FolderInstance.java:902)
	at
org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:644)
	at
org.openide.loaders.FolderInstance.access$000(FolderInstance.java:69)
	at
org.openide.loaders.FolderInstance$2.run(FolderInstance.java:592)
	at
org.openide.loaders.FolderLookup.postCreationTask(FolderLookup.java:234)
	at
org.openide.loaders.FolderInstance.processObjects(FolderInstance.java:590)
	at
org.openide.loaders.FolderInstance$Listener.finished(FolderInstance.java:865)
	at
org.openide.loaders.FolderList.createBoth(FolderList.java:758)
	at
org.openide.loaders.FolderList.getObjects(FolderList.java:464)
	at
org.openide.loaders.FolderList.access$200(FolderList.java:50)
	at
org.openide.loaders.FolderList$ListTask.run(FolderList.java:829)
	at org.openide.util.Task.run(Task.java:136)
	at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:328)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:670)
Comment 1 Jesse Glick 2003-07-23 18:55:19 UTC
Sounds like a JDK bug to me, since it works on the Sun JDK (right?)
and the error is thrown from within a call to Proxy.newProxyInstance.
Comment 2 _ ttran 2003-08-04 09:39:35 UTC
yes, this is definitely a bug in JVM.  Won't fix
Comment 3 Marian Mirilovic 2003-09-04 09:05:15 UTC
Trung is right - verifying
Comment 4 Marian Mirilovic 2004-03-24 19:43:41 UTC
reopen - duplicate
Comment 5 Marian Mirilovic 2004-03-24 19:50:42 UTC

*** This issue has been marked as a duplicate of 30449 ***
Comment 6 Marian Mirilovic 2004-03-24 19:54:22 UTC
verified duplicate