Has anybody written an
applet using WebSphere Application Developer Studio? I tried, and kept getting
java error on the name of the app. When I used the exact same code through TextPad, it compiled and ran fine. Other than the forced Package declaration that you have to have in WebSphere's environment, the code was the same.
IN THAT light, I am going to be given a class to get information from a DB2 table on our server. I need to display the data through the Applet, but if I can't code the applet in Studio how can I pull it together?
Thanks!