On 11 Jul 2002, prateek narang wrote:

> i have downloaded and installed the sdk1.3.
> can any body tell me what to do next? i am reading "read me" but
> of no avail....

add /path/to/bin/directory/in/j2sdk1.3 to your path environment
variable.  write out a java program in your home directory.
compile using

$ javac your_program.java

if your program does not have any errors, you end up with a *.class
file, like class_file.class.  run that using

$ java class_file

note that we are not using the .class extention.

-- 
Chiranth        chiranth at symonds dot net
                http://symonds.net/~chiranth
                jabber_id: chiranth at jabber dot org




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
PC Mods, Computing goodies, cases & more
http://thinkgeek.com/sf
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to