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 183549 - NoClassDefFoundError: javax/swing/GroupLayout
Summary: NoClassDefFoundError: javax/swing/GroupLayout
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-06 10:29 UTC by Exceptions Reporter
Modified: 2010-06-08 20:03 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 51690


Attachments
stacktrace (4.57 KB, text/plain)
2010-04-06 10:29 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-04-06 10:29:00 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230101)
VM: Java HotSpot(TM) Client VM, 1.5.0_17-b04, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_17-b04
OS: Windows Vista

User Comments:
GUEST: Playing around with the new RichFaces plugin from Geertjan

GUEST: debugging

GUEST: problem with Richfaces frameworks

GUEST: 
Please help me solve this problem

drrevis: Upgraded to Netbeans 6.5beta the other day.  Had already added the facelets framework and was trying to also add the RichFaces template to an existing project.

nerbeans 6.1: I am trying to add the rich faces frame work in my enterprise application

GUEST: Trying to create a new project with RichFaces and Java Server Faces

davidsalter: The problem seems to occur when selecting the RichFaces library option when creating a new web project.

This seems to be related to the RichFaces plugin.

GUEST: how to fix this issue on netbeans under macosx ?
thanks

GUEST: adding reach faces framework to my project.

GUEST: creating a richfaces web project

GUEST: The Rich Faces plugin is throwing a classdefnotfound. Most likely on my end, but, figured I'd let you know anyway.

GUEST: netbeans richfaces

GUEST: tratando de abir una aplicacion web usando rich face y jsf

filipe_padas: i am trying to add the richfaces framework into my entreprise application. i am already using javaServerFace framework.

nivedithags: i am trying to run a jsf application with richfaces and facelets.




Stacktrace: 
java.lang.NoClassDefFoundError: javax/swing/GroupLayout
   at org.netbeans.modules.richfacessupport.RichFacesVisualPanel.initComponents(RichFacesVisualPanel.java:30)
   at org.netbeans.modules.richfacessupport.RichFacesVisualPanel.<init>(RichFacesVisualPanel.java:17)
   at org.netbeans.modules.richfacessupport.RichFacesWebModuleExtender.getComponent(RichFacesWebModuleExtender.java:75)
   at org.netbeans.modules.web.project.ui.wizards.PanelSupportedFrameworksVisual.setConfigPanel(PanelSupportedFrameworksVisual.java:404)
   at org.netbeans.modules.web.project.ui.wizards.PanelSupportedFrameworksVisual.tableChanged(PanelSupportedFrameworksVisual.java:376)
   at javax.swing.table.AbstractTableModel.fireTableChanged(AbstractTableModel.java:280)
Comment 1 Exceptions Reporter 2010-04-06 10:29:04 UTC
Created attachment 96750 [details]
stacktrace