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 68607

Summary: swing-layout-1.0.jar seems to be missing from the install script
Product: ide Reporter: helgemdk <helgemdk>
Component: CodeAssignee: issues@ide <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: Other   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description helgemdk 2005-11-13 14:22:28 UTC
I have been using NetBeans 5.0 daily build (latest) and trying out Mattice
(great by the way). In the IDE everything works, but when I try to start the
application outside of the IDE it will not work.

The application I am trying is the tutorial "ContactEditor" and I have made the
modifications to the manifest file as described.

Here is my sequence of commands:

helge@Polaris ~ $ cd ContactEditor/
helge@Polaris ~/ContactEditor $ cd dist/
helge@Polaris ~/ContactEditor/dist $ ls
ContactEditor.jar
helge@Polaris ~/ContactEditor/dist $ java -jar ContactEditor.jar
Exception in thread "main" java.lang.NoClassDefFoundError:
org/jdesktop/layout/GroupLayout$Group

Here is my manifest file:

Manifest-Version: 1.0
X-COMMENT: Main-Class will be added automatically by build
Class-Path: swing-layout-1.0.jar

Here is my result when using the locate command:

helge@Polaris ~/ContactEditor/dist $ locate swing-layout
/opt/netbeans-5.0dev/ide6/modules/ext/swing-layout-0.9.jar
Comment 1 rbalada 2005-11-13 19:41:23 UTC
Reassigning to ide module for further dispatching by NB development team.
Comment 2 Peter Pis 2005-11-14 15:17:39 UTC

*** This issue has been marked as a duplicate of 64295 ***
Comment 3 Tomas Pavek 2005-11-14 16:22:54 UTC
Version 1.0 is not available yet (planned for final release of NB 5.0), so
please use the one that is available in your NetBeans installation (i.e. 0.9).