Quote:
The following JAR files might be needed by your deployed applications:
swing-layout-1.0.3.jar. This library contains the various layout-related extensions, such as the GroupLayout layout manager. This library is included in version 6 of the Java Platform, so you do not need to package it with your application if you are deploying it to environments that have version 6 of the JRE.
appframework-1.0.3.jar and swing-worker-1.1.jar. These libraries represent the Swing Application Framework. They are needed if you use the Java Desktop Application template in creating your application. As of JDK 6, the Swing Application Framework is not part of the Java Platform.
Beans Binding. This library contains support for the beans binding. If your application is created with the Database shell of the Java Desktop Application template or you have used the Bind dialog box in creating your application, your application needs this library. As of JDK 6, the Beans Binding library is not part of the Java Platform.
That was the information within the help file. I included all these libaries, however the error still remains.