• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

J2SE 1.5 installation problems

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

I am having problems with my JDK 1.5 install. I have downloaded the appropriate file and run the install and the install runs without a hitch. However, it appears as though I have the JRE only as I am missing tools such as javac.exe and javadoc.exe.

The file I download from the Sun site is called jdk-1_5_0-windows-i586.exe. After the install, I check the README.txt file and it makes reference to the JRE (what!!??). I have downloaded the file twice and installed twice all to no avail.

Has anyone experienced this scenario with the installation of JDK 1.5? This is a tad embarassing as I have downloaded many versions of the JDK over the past 3 years or so with no problem.

Cheers
 
(instanceof Sidekick)
Posts: 8791
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My download was jdk-1_5_0-windows-i586.exe at just under 45 meg. During the install I had a choice to install JDK, JRE or both. Did you see that choice? The default install went to c:\program files\Java\jdk1.5.0. See if you got the directory.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic