On Sat, Sep 21, 2002 at 08:33:22PM +0530, Vinay Vernekar wrote: > Hi, > I am new to Java on Linux. I am facing the below problem while trying to > compile the java program on Linux. I have Redhat 7.0 on on x86. > I get a SIGSEGV, segmentation fault while trying to compile any java > program. I > installed the jdk 1.1.8v3 in /usr/local. I added the path > /usr/local/jdk118_v3/bin to > my PATH environment variable. Upon trying to compile the program under > demo directory- > Animator.java, I received a segmentation fault. > Please let me know if anything needs to be done.
Hi Vinay, Is there a reason you're using a version of Java that is so old? Unless there's an important reason to use JDK1.1.8, I'd recommend using something more current, such as JDK1.4 from Sun or Blackdown. If you need to compile for an older target - such as building applets that will run on the Microsoft JVM - there are options you can use to do that with the current compiler. Nathan Meyers [EMAIL PROTECTED] ---------------------------------------------------------------------- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]