Subject: RE: Running program in Linux
From: Seth Gregory (seth@ccs.neu.edu)
Date: Sat Feb 02 2002 - 15:58:34 EST
Josh,
The syntax is:
* javac YourClassFile.java
* java YourClassFile
After you compile it (using javac) it will create a file with an
extension .class -- when you run it, just use "java" and the class file
name (don't include the .class extension)
So if I did "javac Main.java" it would create Main.class, and to run it
I would type "java Main"
Hope this helps,
Seth Gregory
-----Original Message-----
From: Josh Fine [mailto:joshf1@bigfoot.com]
Sent: Saturday, February 02, 2002 3:45 PM
To: COM 1205
Subject: Running program in Linux
I finally got access to a Linux client, and I'd like to know how to run
a program. I'm aware of the command javac file, but I could use a
reminder: does that actually run the program as well?
Josh Fine
This archive was generated by hypermail 2b28 : Sat Feb 02 2002 - 15:56:44 EST