Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hello, I recently installed JBuild

Status
Not open for further replies.

sedj

Programmer
Aug 6, 2002
5,610
Hello,
I recently installed JBuilder5 Enterprise, after previously having JBuilder5 Personal, and while the IDE works fine, if I try to run a class using the DOS command line prompt "java blaClass", it throws an error saying that the "Windows Registry expected jdk version 1.4, but found 1.3", then it fails to find the java dll file (though it does exist ...
All paths, classpaths etc are exactly the same ..

Any ideas ?

Thanks
 
Hi Sedj,

have you installed jdk1.4 on your machine previously? i think jbuilder5 installation came with jdk1.3XX. you might wish to try re-installing jdk1.4 again.

alternatively,

you might wish to try specifying the path on the command line instead, like this:
eg.
c:\jdk1.4\bin\java blaClass
or
c:\jbuilder5\jdk1.3\bin\java blaClass

hope this helps.
shahid
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top