PDA

View Full Version : problem with applet


benjgoldstein
10-08-2003, 02:22 AM
I have a homework assignment for my web programming class, to make the interface for a Compound Interest Calculator and make an html document that displays it. I have made the code for the applet and the html document, but it won't display correctly. When I try to build the java source code (in J++) it won't let me because it thinks the 'javax' package is undefined (according to my reference book (course text book), I need it in order to display the content of the applet). Any way to get stupid J++ to ignore this and build? Thanks for any help, I'm a n00b with the whole applet thing...

-Ben

_underdog
10-08-2003, 02:51 PM
J++ uses a version of the java language from microsoft and uses the microsoft classes and APIs. Java is from Sun Microsystems and is probably what they want you to use for your class. The javax package is part of Sun's API.