• 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

Regarding Compile and Run

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Friends

I am totally new in Java environmnt & facing problem to complie and run the simple & small Java program at Text Pad, At the time of compilation its asking the path name, but I already specified the path.

Now I am confused my path defined is right or whats! the steps shoudl I take kindly expecting from you.

Thanking you all,

Firoz.
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Simple like this :
(Win 2000)

java_home like this : e:\jdk
path like this : %java_home%\bin
classpath like this : %java_home%\lib\dt.jar;%java_home%\lib\tools.jar;

if your OS is others , don't like this !!
 
Ranch Hand
Posts: 3389
Mac MySQL Database Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Howdy firoz,

I think these links might help you. Patiently look into these as they are the foundation.

  • How to run my program
  • How to set the classpath


  • Good luck
    [ January 01, 2008: Message edited by: Raghavan Muthu ]
     
    Firoz Noor
    Greenhorn
    Posts: 16
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator

    Originally posted by Jiuxing Liu:
    Simple like this :
    (Win 2000)

    java_home like this : e:\jdk
    path like this : %java_home%\bin
    classpath like this : %java_home%\lib\dt.jar;%java_home%\lib\tools.jar;

    if your OS is others , don't like this !!



    Dear Friend Liu

    Many thanks for your kind reply.
     
    Firoz Noor
    Greenhorn
    Posts: 16
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Dear Friend Ragavan

    Many thanks for your kind reply.
     
    Don't get me started about those stupid light bulbs.
    reply
      Bookmark Topic Watch Topic
    • New Topic