Hi I downloaded an app, it was a jar file
How do I get it to run?
I have jre1.5.0_06
At the moment I see I have jar files associated with a particular java app,
do I need to change this.
I have seen an article re Making Jar Files Double Clickable, but I dont wish
to 'screw' the current java app I use.
TY
Paul Hamaker - 28 Mar 2006 14:24 GMT
Windows console :
go to the folder containing the jar, fe
cd \work
"C:\Program Files\Java\jre1.5.0_06\bin\java" -jar blip.jar
--------------------
Paul Hamaker, SEMM, teaching ICT since 1987
http://javalessons.com
old man - 28 Mar 2006 17:03 GMT
Thanks
> Windows console :
> go to the folder containing the jar, fe
[quoted text clipped - 4 lines]
> Paul Hamaker, SEMM, teaching ICT since 1987
> http://javalessons.com
Roedy Green - 28 Mar 2006 18:20 GMT
>Hi I downloaded an app, it was a jar file
>How do I get it to run?
see http://mindprod.com/jgloss/jar.html#ASSOCIATION
You want to make sure your association is to the JVM java.exe or
javaw.exe you are using.
If you are worried you will make things worse, record the original
settings.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
weironghai@gmail.com - 29 Mar 2006 09:41 GMT
it must have form.just like jpane.