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 7637 - NoClassDefFoundError keeps app. from starting! I can't do anything.
Summary: NoClassDefFoundError keeps app. from starting! I can't do anything.
Status: CLOSED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: Other Windows 3.1/NT
: P1 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-09-13 19:39 UTC by Michael Margozzi
Modified: 2008-12-23 11:39 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 Michael Margozzi 2000-09-13 19:39:35 UTC
-------------------------------------------------------------------------------
>Log Session: Wednesday, September 13, 2000 11:21:19 AM PDT
>System Info:
  Product Version          = Forte for Java, CE v. 1.0 Update Release 1 (Build
842)
  IDE Versioning           = IDE/1 spec=1.0.4 impl=Build 842
  Operating System         = Windows NT Version 4.0 Running on x86
  Java Version             = 1.3.0
  Java VM Version          = Java HotSpot(TM) Client VM 1.3.0-C
  Java Vendor              = Sun Microsystems Inc.
  Java Vendor URL          = http://java.sun.com/
  Java Home                = C:\jdk1.3\jre
  Java Class Version       = 47.0
  System Locale            = en_US
  JIT                      = unknown or not used
  Home Dir                 = C:\WINNT\Profiles\mmargozzi
  Current Directory        = c:\forte4j
  Forte for Java Home      = C:\forte4j
  Forte for Java User Home = C:\forte4j
  System Directory         = C:\forte4j\system
  CLASSPATH                =
C:\forte4j\lib;C:\forte4j\lib\developer.jar;C:\forte4j\lib\openide.jar;C:\forte4
j\lib\updater.jar;C:\forte4j\lib\ext\AbsoluteLayout.jar;C:\forte4j\lib\ext\javac
.jar;C:\forte4j\lib\ext\jh.jar;C:\forte4j\lib\ext\regexp.jar;C:\forte4j\lib\ext\
servlet.jar;C:\forte4j\lib\ext\xml.jar;C:\jdk1.3\lib\dt.jar;C:\jdk1.3
\lib\tools.jar;.;C:\VisualCafe\Java\Lib;C:\VisualCafe\Java\Lib\SYMCLASS.ZIP;C:\V
isualCafe\Java\Lib\CLASSES.ZIP;C:\VisualCafe\Java\Lib\COLLECTIONS.ZIP;C:\VisualC
afe\Java\Lib\ICEBROWSERBEAN.JAR;C:\VisualCafe\Java\Lib\JSDK.JAR;C:\VisualCafe\Ja
va\Lib\SYMTOOLS.JAR;C:\VisualCafe\JFC\SWINGALL.JAR;C:\VisualCafe\Bin\Components\
SFC.JAR;C:\VisualCafe\Bin\Components\SYMBEANS.JAR;C:\VisualCafe\Java\Lib\DBAW.ZI
P;C:\VisualCafe\Bin\Components\DBAW_AWT.JAR;C:\VisualCafe\Bin\Components\Databin
d.JAR;C:\VisualCafe\Java\Lib\Olite35.jar;
-------------------------------------------------------------------------------
[INFO] Loaded modules: org.netbeans.modules.clazz/1 (1.1/842);
org.netbeans.modules.html/1 (1.1/842); org.netbeans.modules.httpserver/1
(1.1/842); org.netbeans.modules.icebrowser/1 (1.1/842);
org.netbeans.modules.image/1 (1.1/842); org.netbeans.modules.text/1 (1.1/842);
org.netbeans.modules.usersguide/1 (1.1/unspec);
org.netbeans.modules.vcs.cmdline/1 (1.2/842); org.openidex.util/1 (1.1/842);
org.netbeans.modules.autoupdate/1 (1.1/842);
org.netbeans.modules.debugger.core/1 (1.1.2/842); org.netbeans.modules.applet/1
(1.1/842); org.netbeans.modules.debugger.debug/1 (1.2/842);
org.netbeans.modules.debugger.jpda/1 (1.2/842); org.netbeans.modules.editor/1
(1.2/842); org.netbeans.modules.java/1 (1.1/842); org.netbeans.modules.beans/1
(1.1/842); org.netbeans.modules.form/1 (1.2/842);
org.netbeans.modules.javadoc/1 (1.1/842); org.netbeans.modules.objectbrowser/1
(1.1/842); org.netbeans.modules.projects/1 (1.1/842);
org.netbeans.modules.utilities/1 (1.2/842); org.netbeans.modules.web.core/1
(1.1.6/842)
java.lang.NoClassDefFoundError: com/sun/javadoc/RootDoc
	at org.netbeans.modules.javadoc.GenerateDocAction.enable
(GenerateDocAction.java:94)
	at org.openide.util.actions.NodeAction$NodesL.checkEnabled
(NodeAction.java:244)
	at org.openide.util.actions.NodeAction$NodesL.setActive
(NodeAction.java:168)
	at org.openide.util.actions.NodeAction.addNotify(NodeAction.java:47)
	at org.openide.util.actions.CookieAction.addNotify(CookieAction.java:79)
	at org.openide.util.SharedClassObject.addPropertyChangeListener
(SharedClassObject.java:216)
	at org.netbeans.core.ModuleActions.add(ModuleActions.java:117)
	at org.netbeans.core.ModuleItem$InstallIterator.processAction
(ModuleItem.java:528)
	at org.openide.modules.ManifestSection$ActionSection.invokeIterator
(ManifestSection.java:235)
	at org.openide.modules.ModuleDescription.forEachSection
(ModuleDescription.java:324)
	at org.netbeans.core.ModuleItem.restoreSection(ModuleItem.java:333)
	at org.netbeans.core.ModuleInstaller.initialize
(ModuleInstaller.java:174)
	at org.netbeans.core.Main.main(Main.java:502)
	at org.netbeans.Main.main(Main.java:25)
Comment 1 Pavel Buzek 2000-09-14 09:41:59 UTC
Java Home must be set to Java SDK not to JRE.
Comment 2 pzajac 2002-09-11 09:34:19 UTC
verified invalid
Comment 3 Quality Engineering 2003-07-01 16:25:58 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.