RE: Multiple Platforms

2000-05-10 Thread John Rousseau
On Tuesday May 9, 2000, Lyanne Truong wrote: > hi. > > i've been getting mails from people i don't even know who are asking advices > on certain problems that are relating to computer technical problems or seem > to be coming from a java-linux organization. i have no idea how and why i am

Re: Multiple Platforms

2000-05-09 Thread Riyad Kalla
n a > > WHILE :) > > > > Lets all go look at the thread tree for it > > > > -Riyad > > > > - Original Message - > > From: "Matthias Pfisterer" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Cc: <[EMAIL

RE: Multiple Platforms

2000-05-09 Thread Lyanne Truong
off of the mailing list. thanx, lyanne >From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> >To: java-linux <[EMAIL PROTECTED]> >Subject: RE: Multiple Platforms >Date: Tue, 09 May 2000 14:07:32 -0600 >MIME-Version: 1.0 >Received: from

Re: Multiple Platforms

2000-05-09 Thread Rob Saul
John Rousseau wrote: > > I'm still waiting to hear how well the imbedded JVM in your pool > skimmer is working. :-P Wouldn't that be a KVM? -- Rob Saul | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsub

Re: Multiple Platforms

2000-05-09 Thread Sabyasachi Gupta[CONTRACTOR]
r it > > -Riyad > > - Original Message - > From: "Matthias Pfisterer" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Tuesday, May 09, 2000 10:05 AM > Subject: Re: Multiple Platforms > > > >

Re: Multiple Platforms

2000-05-09 Thread John Rousseau
On Tuesday May 9, 2000, Riyad Kalla wrote: > I think this question got more replies than I've ever seen on this list in a > WHILE :) > > Lets all go look at the thread tree for it Can we hold hands and sing Kum-by-ya while we do it?!?! I'm still waiting to hear how well the imbedded JVM i

RE: Multiple Platforms

2000-05-09 Thread [EMAIL PROTECTED]
Rick, Another thing you might want to consider is testing your class with the JDK on the platform you built it on. IDE's sometime hide essential information from the developer until you try to run it elsewhere. If you had tried to run this code in a DOS window with the JDK you would heve seen t

Re: Multiple Platforms

2000-05-09 Thread Riyad Kalla
t; Sent: Tuesday, May 09, 2000 10:05 AM Subject: Re: Multiple Platforms > Hi Rick, > > Do not run your program with > java First_tst.class > Instead, run it with > java First_tst > > Matthias > > > Rick Rothweiler wrote: > > > > Hi All: > >

Re: Multiple Platforms

2000-05-09 Thread Matthias Pfisterer
Hi Rick, Do not run your program with java First_tst.class Instead, run it with java First_tst Matthias Rick Rothweiler wrote: > > Hi All: > I am fairley new to java, and receintly wrote a very > simple program in a windows IDE. I tried to run the .class fil

Re: Multiple Platforms

2000-05-09 Thread David Marshall
Rick Rothweiler wrote: > Hi All: > I am fairley new to java, and receintly wrote a very > simple program in a windows IDE. I tried to run the .class file on my > > linux machine with no luck. Both systems have jdk 1.2.2. My linux > machine says "Exception in thread "main" > >

Re: Multiple Platforms

2000-05-09 Thread Kristian Soerensen
Hi Call it like this: java First_tst and it schould work. Read up on Classpath and package conventions to get the whole idea of what's going on here. --- http://www.elof.dk -- Kristian Elof Soerensen [EMAIL PROTECTED] (+45) 45 93 92 02

Re: Multiple Platforms

2000-05-09 Thread John Rousseau
On Friday May 12, 2000, Rick Rothweiler wrote: > Hi All: > I am fairley new to java, and receintly wrote a very > simple program in a windows IDE. I tried to run the .class file on my > > linux machine with no luck. Both systems have jdk 1.2.2. My linux > machine says "Exce

Re: Multiple Platforms

2000-05-09 Thread Ingo Rockel
On -1 xxx -1, Rick Rothweiler wrote: > Hi All: > I am fairley new to java, and receintly wrote a very > simple program in a windows IDE. I tried to run the .class file on my > > linux machine with no luck. Both systems have jdk 1.2.2. My linux > machine says "Exception in th

Multiple Platforms

2000-05-09 Thread Rick Rothweiler
Hi All: I am fairley new to java, and receintly wrote a very simple program in a windows IDE. I tried to run the .class file on my linux machine with no luck. Both systems have jdk 1.2.2. My linux machine says "Exception in thread "main" java.lang.NoClassDefFoundError: Firs