Re: jdk1.1 problmes

2000-05-07 Thread Robert Varga
On Sat, 6 May 2000, Jan Pfeifer wrote: > Chris Gray writes: > > > > On Sat, May 06, 2000 at 01:14:30PM -0300, Jan Pfeifer wrote: > > > I'm trying to execute a "HelloWorld" program in java, > > > but after compiling it, when running, it segment faults: > > > > > > > > > > > ahn, an

Re: jdk1.1 problmes

2000-05-06 Thread Jan Pfeifer
Chris Gray writes: > > On Sat, May 06, 2000 at 01:14:30PM -0300, Jan Pfeifer wrote: > > I'm trying to execute a "HelloWorld" program in java, > > but after compiling it, when running, it segment faults: > > > > > ahn, and: > > > > CLASSPATH=/usr/lib/jdk1.1/lib/classes.zip > > JA

Re: jdk1.1 problmes

2000-05-06 Thread Chris Gray
On Sat, May 06, 2000 at 01:14:30PM -0300, Jan Pfeifer wrote: > hi, > > I'm trying to execute a "HelloWorld" program in java, > but after compiling it, when running, it segment faults: > > $ java -v HelloWorld.class This is a problem in itself. You have to run $ java HelloWorld without the '