Link to home
Start Free TrialLog in
Avatar of RICHARDH
RICHARDH

asked on

IDE for Applets

Hi,

Can anyone provide some advice as the best IDE to use for the production of Applets. I have looked at JBuilder2 but this produces files which are much too big to put on the Web.
Any suggestions would be much appreciated.
ASKER CERTIFIED SOLUTION
Avatar of shchuka
shchuka

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of RICHARDH
RICHARDH

ASKER

Would anyone else like to make comments regarding the best IDE for the production of Applets....
I use a product called 'Kawa' along with SUN Microsystem's Java Development Kit 1.1.6. This is quite a good product because you get to write applets from the ground up without the IDE stuffing unwanted code into your applet . However, you will need to know your Java applet stuff quite well as Kawa does not assist you in coding in any way.

Kawa is available at http://www.tek-tools.com/ 

Conversely, you could write your applets using a text editor and compile it using a command line compiler(JDK is one of them). This, however should be done if you are one of the brave (i'm not!  :)  )


Does anybody have any ecxperience with using Super Mojo.
What is it like for the production of Applets.

Richard H