On Fri, 2009-05-08 at 04:41 +0530, madhusudhanrao chandavaram wrote: > when we r right java programm in fedora by use in terimal hw to > compiler that program and execute > tell me that one
hi, Not the best place to ask this.. However, here's a basic "algo" to writing java programs on a Fedora system. - use your favourite text editor and write the code - compile it using "javac" (refer man javac) - run it using "java <filename>" (without the .java extension) - for applets, you can use "appletviewer" Please refer to the respective man pages for in depth information on the topics. regards, Ankur http://fedoraproject.org/wiki/Communicate/MailingListGuidelines _______________________________________________ Fedora-india mailing list [email protected] https://www.redhat.com/mailman/listinfo/fedora-india
