applet problem

L

Lam

hi,
i have an applet problem
i have created an applet which his comportment is correct on Mozilla,
IE under Linux or windows with Sun VM, but incorrect with Microsoft VM
does anybody know if it is possible de specify which VM must be
install on the client ?
like in applet tag ?
thanks for any help
 
A

Andrew Thompson

i have an applet ..
URL?

..problem ..

You should develop applications first
i have created an applet which his comportment is correct on Mozilla,
IE under Linux or windows with Sun VM,

Which versions specifically? Note that Sun also made
Java 1.1.8. If your Applet uses things like BufferedImage
or Swing, it will not work in a Sun 1.1.8 VM.
..but incorrect with Microsoft VM
does anybody know if it is possible de specify which VM must be
install on the client ?

Yes. At least you can specify a minimum Java version
(you should not need to care who's compliant VM it is).
like in applet tag ?

No. You can use the nested <OBJECT>/<EMBED> element
for Java versioning, but I hava a better solution.

You can put the JavaVersionApplet in your page as well
and redirect Java 1.1 VM browsers to a different page.
<http://www.physci.org/codes/jre.jsp>

BTW - While x-posting is better than mulit-posting, it is
generally not wise to x-post between c.l.j.help and c.l.j.programmer,
as the nature of responses can be very different.

I will set the follow-ups for this post to c.l.j.help.

HTH
 
I

IchBin

Lam said:
hi,
i have an applet problem
i have created an applet which his comportment is correct on Mozilla,
IE under Linux or windows with Sun VM, but incorrect with Microsoft VM
does anybody know if it is possible de specify which VM must be
install on the client ?
like in applet tag ?
thanks for any help
Not sure if I understand your question. You ask how to add required jar
file to a Netbeans project. Then you say that it works fine when you
test it under Netbeans. I take it you do not want to update your HTML to
make it run.

If so, under your Netbeans project just this It is a two step process.
One add library to Netbeans and then add that library to your project. I
run Netbeans 1.5 but this has not changed for some time.

External jar file just for project
1 - select your project, right click and select properties
2 - select libraries
3 - select Add jar\folder. Then add it and select OK

External jar file as a library that any project can us. After this is
done Netbeans will let you add the library to any project with out
having to make a reference for it's location

1 - select your project, right click and select properties
2 - select libraries
3 - select add new library and then Manage Libraries
4 - enter a symbolic name for the library
5 - your new library reference now hows in the library list
6 - select that library
7 - select Add jar\folder. Then add it and select OK
8 - The finally select OK.
9 - The external jar file is associated with a Netbeans library name. So
on any project you can just add this library.


--


Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________

'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)

--


Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________

'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,781
Messages
2,569,615
Members
45,298
Latest member
ZenLeafCBDSupplement

Latest Threads

Top