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 4383

Summary: When executing an applet, AbsoluteLayout cannot be found.
Product: platform Reporter: Daniel Prusa <dprusa>
Component: -- Other --Assignee: Daniel Prusa <dprusa>
Status: CLOSED WONTFIX    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Daniel Prusa 1999-10-09 17:28:48 UTC
Execute an applet which contains AbsoluteLayout.
Exception is thrown:
java.lang.NoClassDefFoundError: com/netbeans/developer/awt/AbsoluteLayout
        at apl.initComponents(apl.java:27)
        at apl.<init>(apl.java:18)
        at java.lang.Class.newInstance0(Native Method)
        at java.lang.Class.newInstance(Class.java:241)
        at sun.applet.AppletPanel.createApplet(AppletPanel.java:566)
        at sun.applet.AppletPanel.runLoader(AppletPanel.java:502)
        at sun.applet.AppletPanel.run(AppletPanel.java:280)
        at java.lang.Thread.run(Thread.java:479)

Execution of frame which contains AbsoluteLayout is OK.
Comment 1 Marek Grummich 2000-07-25 09:42:59 UTC
Priority is changed to P4 (normal).