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

JAVA Compiler Installation

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi folks,
Pls give me details abt the compiler installation for JAVA. I have already downloaded & installed JDK 1.2.2 from SUN site. What else i need to download (from where) and install in my hard disk. I have installed TEXTPAD for the editor. Also what all configuration information(Registry, ini, bat files etc.) I need to configure in my m/c. Please also give me details where exactly to configure the information. It may sound all of U that i am asking very basic questions but believe me these questions are really hounding me..........
 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Under your jdk1.2.2 folder there is a readme.html that contains installation instructions. The key components would involve updating the PATH variable and setting up the CLASSPATH variable.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Set path in your autoexec.bat file. set path=c:\jdk1.2.2\lib;c:\jdk1.2.2\bin;
 
It looks like it's time for me to write you a reality check! Or maybe a tiny ad!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic