• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java2 Plugin ??

 
Ranch Hand
Posts: 342
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all friends,
Can any one tell me how I can install java2 plugin in my browser IE5.Coz I want to run one applet programme which is based on jdk1.2 and used some methods of jdk1.2 . My programme working fine on Dos-prompt with "appletviewer" command.when I tried to load that applet through html file on browser giving me error:java.lang.NoSuchMethod found. But Iam confused in my machine jdk1.2.2 is already installed then why it is not supporting my programme.I know IE5 have jvm version is 1.1
Plz guide me how I can slove this problem.
Regards
Bikash :roll:
 
author
Posts: 621
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check this out. Basically you have to use the Object embed tag in your html to tell the browser to use the plugin instead of it's 'normal' jvm to run the applet.
http://www.tornadolabs.com/News/Java_Plugin/java_plugin.html
Hope this helps.
Sean
 
Sheriff
Posts: 7023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you have to use the Object embed tag in your html to tell the browser to use the plugin instead of it's 'normal' jvm to run the applet
I don't have to do that.
When I installed JDK 1.3 and JDK 1.4, the installer asked me if I wanted to install the plug-in for IE. I said yes. Now IE uses the plug-in unless I tell it not to in the Internet Options.
The browser plug-in can be downloaded at http://java.sun.com/getjava/download.html .
Good Luck.
 
Bikash Paul
Ranch Hand
Posts: 342
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Drik,
Thanks for ur guide I download jdk1.4 plugin from ur given link.Now I can keep this plugin in my webserver and on loading of my Home page I can install this plugin on user browser.
Thanks
Bikash
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic