Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Joel Elliott   on Dec 03 In Java Category.

  
Question Answered By: Jezza Brown   on Dec 03

I would assume that the java  sdk is instaled in c:\j2sdk1.4.0\ on your
system. First off, you need to set your path to point to
c:\j2sdk1.4.0\bin\ (or whereever the java.exe and javac.exe is).

Next when your in an msdos screen, you can compile a program  with
'javac programname.java' and then execute it with 'java programname'

That's pretty much all you should need.

Share: 

 
 
Didn't find what you were looking for? Find more on Java in Wim XP Or get search suggestion and latest updates.


Tagged: