Re: How can i view a javabean that uses dbSwing in browsers.
Posted By:
John_Zukowski
Posted On:
Saturday, April 28, 2001 05:12 PM
As with any class, if you use any external classes, you must make them available at runtime. dbSwing and dataExpress are not part of the core Java classes so you must deploy them with your applet. Try using JBuilder's deployment tool to bundle them into a JAR file for you.