Hi There, I am new to java. I compiled " hello world " in java by giving - javac helloworld.java it gives me a " segmentation fault (core dumped)" What is happening?? Bye, SP
--- Outgoing mail is certified Virus Free.Using AVG antivirus Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.265 / Virus Database: 137 - Release Date: 7/18/01
_________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
On Thu, 26 Jul 2001, Kompalli SuryaPrakash wrote:
I am new to java. I compiled " hello world " in java by giving -
javac helloworld.java it gives me a " segmentation fault (core dumped)" What is happening??
Try to compile some other java programme if it happens again then your javac is corrupt. regards
--------------------------------------- Pankaj Jangid National Centre for Software Technology ---------------------------------------
I think javac "IS" corrupt, else there is no reason for it to give a seg fault, if there was an error with the file, the compiler would have shown proper messages.
~Mayuresh
on 27/7/2001 9:55 AM, Pankaj Jangid at pankaj@yugandhar.ncst.ernet.in wrote:
On Thu, 26 Jul 2001, Kompalli SuryaPrakash wrote:
I am new to java. I compiled " hello world " in java by giving -
javac helloworld.java it gives me a " segmentation fault (core dumped)" What is happening??
Try to compile some other java programme if it happens again then your javac is corrupt. regards