Results 1 to 3 of 3
- 08-24-2010, 09:43 AM #1
Member
- Join Date
- Aug 2010
- Posts
- 1
- Rep Power
- 0
Program/method of downloading Java application of web
Hi,
I am looking for a method or program that would enable me to download an astrology program that is actually a Java applet. I am able to use this online but would like the option of using it offline hence the reason for downloading it.
Does anyone know how I would be able to do that? The company has provided it for free so there are no issues with downloading if it is possible.
Thanks
- 08-24-2010, 11:18 PM #2
the applet will be .class files, or .jar files, and the HTML file to include the applet tag. It is possible likely to create a modified html file that has the same parameters to the applet to launch it with a local or relative path.
There used to be "appletviewer" command that came with the JDK to launch applets outside of web browsers, but having a Desktop/myapplet/index.html with applet tag and relative path to code base files should also work in a web browser with the java applet plugin too.
- 08-24-2010, 11:42 PM #3
Similar Threads
-
the simlex method program by java ?
By mufix in forum New To JavaReplies: 1Last Post: 04-09-2010, 08:14 AM -
Process.waitFor() method hangs application.
By simmi in forum New To JavaReplies: 2Last Post: 02-10-2010, 03:35 AM -
Getting all application from tasklist from java program
By gayathri_g in forum New To JavaReplies: 4Last Post: 09-02-2009, 07:52 PM -
Disallow doPOST method in Sun Application server
By prakash_sahoo in forum Advanced JavaReplies: 5Last Post: 08-28-2008, 06:54 AM -
Downloading part of a file with java? What have I done wrong?
By JavaHead08 in forum NetworkingReplies: 1Last Post: 05-30-2008, 10:33 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks