The Artima Developer Community
Sponsored Link

Java Answers Forum
installing a java application

1 reply on 1 page. Most recent reply: Nov 25, 2004 12:05 PM by Matthias Neumair

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
gabri

Posts: 9
Nickname: gabri
Registered: Jan, 2004

installing a java application Posted: Nov 24, 2004 3:05 AM
Reply to this message Reply
Advertisement
Hello,
I need to run a java application on a machine where i dont know if there is java installation. How can i solve this problem without installing java?
Thank you much,
Gabri


Matthias Neumair

Posts: 660
Nickname: neumi
Registered: Sep, 2003

Re: installing a java application Posted: Nov 25, 2004 12:05 PM
Reply to this message Reply
For Windows:
Check, if this registry key exists:

"HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment"

The Value "CurrentVersion" will give you the current Version (in my case "1.5").

Concat the value to the regstry key
You get:
"HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.5"
In there you will find the values "JavaHome" and "RuntimeLib".

Flat View: This topic has 1 reply on 1 page
Topic: how to pass the SOAPMessage as argument  to the server interface class Previous Topic   Next Topic Topic: two question for java

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use