Link to home
Start Free TrialLog in
Avatar of vanit
vanit

asked on

awt classes in browser

I am using awt classses from applet (jdk1.1). Browser like Netscape dose not support jdk1.1 awt like setSize, setBounds methods of Component class. For That i have to use java plug-in for awt which supports awt jdk1.1 .
I have put all gui classes and applet in web server. It is not good idea to install supporting awt java plug-in in every machine in internet.
If i put awt.jar file in html as a archive tag. Same error is coming like setSize() is not found in Component beacuase browser sees its own classes first.
So what is the best solution to run awt classes in browser ?
Avatar of diakov
diakov

If you install Netscape 4.5 it is a jdk1.1 compliant browser, as well as IE 4.x is.
your users just need to install newer browser version
Netscape 4.06 / 4.07 is Ok too.
Avatar of vanit

ASKER

Edited text of question
ASKER CERTIFIED SOLUTION
Avatar of velev
velev

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