about java


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers about java
# 1  
Old 04-24-2002
Question about java

Can I run Java Program in Linux/Unix System.If yes then how can I.Tell me What is the name of Java Compiler & how can I compile the Java program written Under Vi Editor
# 2  
Old 04-24-2002
you can compile and run the java files. First install jdk(any version - latest is jdk1.3.1) on the box. compile it using "javac" and run it using "java" (Same as you do on MS-DOS)
 
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question