Results 1 to 2 of 2
- 09-20-2010, 12:04 PM #1
Member
- Join Date
- Jun 2008
- Posts
- 2
- Rep Power
- 0
How to force applet to use libraries?
My applet uses JDBC (mysql-connector-java-3.1.13), but is it possible to start applet from html and tell him that where the needed .jar file is located?
I uploaded this whole JDBC directory to the my web folder, but applet was not able to find it.
If I start my java file from bat file, I have to use something like that:
But how can I do it when executing my applet from htmlr?SET CLASSPATH=.;%lib\%lib\jarname.jar;
java filename -classpath %CLASSPATH%s
- 09-20-2010, 02:24 PM #2
Similar Threads
-
Force Print API to Use Physical Printer
By tom_a in forum Advanced JavaReplies: 4Last Post: 09-03-2012, 05:40 AM -
how to force port-forwarding for socket on a se505 router
By j2me64 in forum NetworkingReplies: 1Last Post: 01-17-2010, 03:29 PM -
How to force Firefox to reload applet
By JordashTalon in forum Java AppletsReplies: 3Last Post: 02-20-2009, 11:19 AM -
Howto force to use an external jar
By riccardo_b in forum EclipseReplies: 0Last Post: 12-11-2008, 10:08 AM -
Force Caps in JTable...
By markw8500 in forum Advanced JavaReplies: 0Last Post: 07-09-2008, 02:27 AM


LinkBack URL
About LinkBacks

Bookmarks