A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
Applets
Author
Remove Java Loader in jsp page
Hasan Jafferullah Hoshmin
Greenhorn
Joined: Mar 14, 2011
Posts: 3
posted
Mar 14, 2011 23:52:50
0
I have a jsp page like this. This file uses 3 jars and the output is viewed in a jsp page. Before the output is displayed I am getting the
java
loader (gif image). I want to remove that image. How can I add my own image to the below code?
<jsp:plugin type="applet" codebase="." code="ViewerApplet.class" align="center" width="100%" height="600" jreversion="1.6" archive="icepdf-core.jar, icepdf-viewer.jar, icepdf-applet.jar">
<jsp:params><br>
<jsp:param name="java_arguments" value="-Xmx128m" /><br/>
<jsp:param name="classloader_cache" value="true" /><br/>
<jsp:param name="url" value="<%=test%>" />
</jsp:params>
<jsp:fallback>
<p>Unable to load
applet
</p>
</jsp:fallback>
</jsp:plugin>
I want to remove the java loader that is displayed before my
pdf
is generated.
Thanks -
Haan
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35229
7
posted
Mar 31, 2011 04:13:52
0
That's explained here:
http://download.oracle.com/javase/6/docs/technotes/guides/plugin/developer_guide/special_attributes.html
Android apps
–
ImageJ plugins
–
Java web charts
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: Remove Java Loader in jsp page
Similar Threads
jsp:plugin using applet & mayscript
how to pass values from jsp to applet
A plugin is needed to display this content
Unable to play media inside my JSP
Applet not loaded in jsp
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter