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 - When executing an applet, AbsoluteLayout cannot be found.
Summary: When executing an applet, AbsoluteLayout cannot be found.
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-10-09 17:28 UTC by Daniel Prusa
Modified: 2008-12-23 10:55 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 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).