I was going through the new manual and thought that I'd follow the instructions on a computer that's never seen PLP. Sheetal's MacBook is from 2007 and has OS X 10.5.8. When I tried to follow the steps for downloading RXTX it asked me to get XCode first. I was not successful in finding it (kept on leading me to the App store for a newer version of Mac OS) and so I went ahead with the steps to get RXTX installed. I downloaded the files and copied them to /Library/Java/Extensions.
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: javax/swing/GroupLayout$Group
at plptool.gui.ProjectDriver.<init>(ProjectDriver.java:177)
at plptool.gui.PLPToolApp.startup(PLPToolApp.java:64)
at org.jdesktop.application.Application$1.run(Application.java:171)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:499)
at java.awt.EventQueue.access$000(EventQueue.java:80)
at java.awt.EventQueue$1.run(EventQueue.java:462)
at java.awt.EventQueue$1.run(EventQueue.java:461)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:84)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:471)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Is there something that I've missed? How can I fix this? Is there something we need to add in the user manual so that someone else doesn't make the same mistake?