Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / First Aid / November 2005

Tip: Looking for answers? Try searching our database.

applet problem

Thread view: 
Lam - 18 Nov 2004 19:03 GMT
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

Signature

Lam

Andrew Thompson - 19 Nov 2004 01:26 GMT
> i have an applet ..

URL?

> ..problem ..

You should develop applications first
<http://www.physci.org/codes/javafaq.jsp#appfirst>

> 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

Signature

Andrew Thompson
http://www.PhySci.org/codes/  Web & IT Help
http://www.PhySci.org/  Open-source software suite
http://www.1point1C.org/  Science & Technology
http://www.LensEscapes.com/  Images that escape the mundane

IchBin - 28 Nov 2005 21:20 GMT
> hi,
> i have an applet problem
[quoted text clipped - 4 lines]
> 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.

Signature

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-)



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.