• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Cannot Install jwsdp

 
Ranch Hand
Posts: 144
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I have JDK1.5 Development Kit. I try to install JWSDP-1_4-windows.

I am using Win XP. When I run JWSDP,in console it shows verfying and checking for Java 1.4X and it aborts.

Could someone tell me what's the problem?

Any help is highly appreciable.

Thanks

Cosmos
 
Ranch Hand
Posts: 192
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
do you have the environment variable JAVA_HOME pointing to jdk 1.5 installation directory?
 
Pol Appan
Ranch Hand
Posts: 144
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have set my path as

C:\Program Files\Java\jre1.5.0\bin

still the console opens ans checks for java virtual achine and 1.4X.
It gives java.exe error and aborts.


pls help

Thanks

Cosmos
 
Arun Prasath
Ranch Hand
Posts: 192
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You need to give the path of JDK installation directory not the jre/bin directory.
This is how it is in my machine and I have been able to install jwsdp successfully.
JAVA_HOME=C:\Program Files\Java\jdk1.5.0
 
Pol Appan
Ranch Hand
Posts: 144
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I tried that as well

Variable name: Path

C:\Program Files\Java\jdk1.5.0

Still it's the same.

Thanks

Cosmos
 
Arun Prasath
Ranch Hand
Posts: 192
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would say again that the variable name required is "JAVA_HOME" and not "PATH".
 
Pol Appan
Ranch Hand
Posts: 144
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I added the variable name JAVA_HOME, still I cannot install jwsdp. I removed java previous version and re-intsalled Java 1.5. It's same, in the console it's showing verifying jvm and checking java 1.4x.

Any idea what could be the problem?

Thanks

Cosmos
 
pie. tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic