The moose likes Applets and the fly likes minimal plugin-level Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Applets
Reply Bookmark "minimal plugin-level" Watch "minimal plugin-level" New topic
Author

minimal plugin-level

Chris Pat
Ranch Hand

Joined: Aug 27, 2005
Posts: 156
Hello
On the test system I have jre 1.5_06, however the 1.4_10 plugin. The code below when processed by Tomcat 5.5.12 complains about a jre mismatch. How can I make the plugin configuration accept anything higher than 1.4.1? Thank you.

<jsp lugin type="applet" code="showParms.class"
codebase="https://localhost:9443/ssl-ext/applets" jreversion="1.4.1">
<jsp arams>
<jsp aram name="param1" value=""/>
<jsp aram name="param2" value=""/>
<jsp aram name="param3" value=""/>
<jsp aram name="param4" value=""/>
<jsp aram name="param5" value=""/>
</jsp arams>
<jsp:fallback>
Sorry we are unable to start the Java plugin. You must first dn stuff>
</jsp:fallback>
</jsp lugin>
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: minimal plugin-level
 
Similar Threads
jsp:param
problem of applet in Netscape 6.2 while usinf JSObject
jsp:plugin woes
Java Plug-in misbehaives
prolem while calling javascript method from applet in Netscape6.2