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 1341 - Exception is always thrown during startup.
Summary: Exception is always thrown during startup.
Status: CLOSED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P3 normal (vote)
Assignee: support
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-03-23 22:52 UTC by L Martinek
Modified: 2002-07-19 14:41 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 L Martinek 1999-03-23 22:52:30 UTC
-------------------------------------------------------------------------------
>Log Session: Tuesday, March 23, 1999 2:49:24 PM GMT+01:00
>System Info:

  Product Version    = NetBeans Developer 3.0, Build 301
  Operating System   = Windows NT Version 4.0 Running on x86
  Java VM Version    = 1.2
  Java Vendor        = Sun Microsystems Inc.
  Java Vendor URL    = http://java.sun.com/
  Java Home          = c:/jdk1.2/jre
  Java Class Version = 46.0
  JIT                = Symantec, version 3.00.078(x) for JDK 1.2
  Home Dir           = C:/WINNT/Profiles/lmartinek
  Current Directory  = c:/Gandalf
  NetBeans Home      = .
  NetBeans User Home = .
  System Directory   = ./system
  CLASSPATH          = ./lib;./lib/developer.zip;./lib/icebrowserlitebean.jar;c:/jdk1.2/lib/tools.jar;c:/jdk1.2/lib/dt.jar
-------------------------------------------------------------------------------
ICE Browser Lite version 1.405
(c) ICEsoft
running under 1.2
security manager disabled
java.lang.ClassNotFoundException: Startup.Keys
        at java.net.URLClassLoader$1.run(Compiled Code)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Compiled Code)

        at java.lang.ClassLoader.loadClass(Compiled Code)
        at java.lang.ClassLoader.loadClass(Compiled Code)
        at com.netbeans.ide.execution.ThreadExecutor.handleExecute(ThreadExecuto
r.java:51)
        at com.netbeans.ide.execution.ExecutionEngine.startExecutor(ExecutionEng
ine.java:52)
        at com.netbeans.developer.impl.execution.ExecutionEngine.runExecutor(Exe
cutionEngine.java:242)
        at com.netbeans.developer.impl.execution.ExecutionEngine$2.run(Execution
Engine.java:311)
        at RunInvoker.invokeRun(Unknown Source)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.netbeans.developer.impl.execution.ExecutionEngine$RunClass.run(Ex
ecutionEngine.java:347)