Fwd: Re: Fwd: Re: [luau] Java question

2003-04-19 Thread Ben Beeson
Ray and others, I got it to work finally. I had to type "java -cp . Scubatoolkit" to get it to run once I compiled it. Seems kind of a quirky way to get it to work, but I've got it running now. Now I can play with it! Thanks for all your help, Ben

Re: Fwd: Re: [luau] Java question

2003-04-19 Thread Ray Strode
Since the Scubatoolkit advertised some capability my program didn't have, and I am working on some stuff that Scubatoolkit was missing, I thought, hey... maybe this can be mutually beneficial So I downloaded it and am now trying to get it to work so I can see if there is anything I m

Fwd: Re: [luau] Java question

2003-04-19 Thread Ben Beeson
Sorry about that, I accidently hit the "wrong" address. I meant this to go to the list. Ben -- Forwarded Message -- Subject: Re: [luau] Java question Date: Sat, 19 Apr 2003 00:33:42 -1000 From: Ben Beeson <[EMAIL PROTECTED]> To: "Roderick Gammon, Ph.D

Re: [luau] Java question

2003-04-18 Thread Vince Hoang
On Fri, Apr 18, 2003 at 09:54:50PM -1000, Ben Beeson wrote: > In short, I believe all of you are correct, the class for > scubatoolkit is nonexistant. BTW, there are no .class files > in any of the sources. There are several .java files, but no > .class files. So, I think I know what I need to go f

Re: [luau] Java question

2003-04-18 Thread Roderick Gammon, Ph.D. (AEG, Inc)
Aloha- The problem in the latest code snippet is naming- the main thread cannot find the class "Scubatoolkit.java". Try: "java -cp . Scubatoolkit" It's an important point of convention, or idiom. Technically there shouldn't be class files in the source directories and class and source files hav

Re: [luau] Java question

2003-04-18 Thread Ben Beeson
To Rod, Don, Virgil, and Ray, My latest attempts all look like this: [EMAIL PROTECTED] SCUBATOOLS]$ java -cp . Scubatoolkit.java Exception in thread "main" java.lang.NoClassDefFoundError: Scubatoolkit/java [EMAIL PROTECTED] SCUBATOOLS]$ In short, I believe all of you are correct, the class

Re: [luau] Java question

2003-04-18 Thread Ray Strode
[EMAIL PROTECTED] SCUBATOOLS]$ java -cp .Scubatoolkit java.lang.ClassNotFoundException: /Scubatoolkit at java.lang.Class.forName(Class.java:native) at java.lang.Class.forName(Class.java:52) [EMAIL PROTECTED] SCUBATOOLS]$ It's been a few semesters since i've done any java programmi

[luau] Java question

2003-04-17 Thread Ben Beeson
Aloha, Trying Java now... does anyone know what the following error really means? [EMAIL PROTECTED] SCUBATOOLS]$ java -cp .Scubatoolkit java.lang.ClassNotFoundException: /Scubatoolkit at java.lang.Class.forName(Class.java:native) at java.lang.Class.forName(Class.java:52)

Re: [luau] java question

2002-06-15 Thread Charles Lockhart
Well, actually it was more from cruising through dejanews and that javaranch website. I didn't find anything that gave me a definitive answer, but figured I'd risk some time and just try a few things. -Charles On 15 Jun 2002, Ray Strode wrote: > > Anyway, while I'm still interested in advice/in

Re: [luau] java question

2002-06-15 Thread Ray Strode
> I spent about > half an hour going the RMI route, and it worked pretty easily, and I don't > think it's too complicated to be supported or used. I was a little bit > surprised how easy it was to do, and it modularized the code nicely. Sounds like you already found a clean solution to your intere

Re: [luau] java question

2002-06-15 Thread Ray Strode
> Anyway, while I'm still interested in advice/input/etc., I spent about > half an hour going the RMI route, and it worked pretty easily, and I don't > think it's too complicated to be supported or used. I was a little bit > surprised how easy it was to do, and it modularized the code nicely. Soun

Re: [luau] java question

2002-06-14 Thread Charles Lockhart
Ok, but if anybody thinks this isn't kosher, feel free to slam me. I'm working on the instrument controller gui for an instrument consisting of 3 major pieces: some custom electronics with 2 small embedded linux devices, a fairly powerful pc acquiring data from the electronics via a pci fibre dev

Re: [luau] java question

2002-06-14 Thread Ray Strode
> sorry, not much to do with linux, but anybody know of a good mailing list > for asking java programming questions? Ask your questions here. We might be able to answer. --Ray

Re: [luau] java question

2002-06-14 Thread Ronnie T Livingston
www.javaranch.com has a forum where you can ask java questions. When facts are few, experts are many. -Donald R.Gannon On Fri, 14 Jun 2002, Charles Lockhart wrote: > sorry, not much to do with linux, but anybody know of a good mailing list > for asking java programming questions? > > -Charles >

[luau] java question

2002-06-14 Thread Charles Lockhart
sorry, not much to do with linux, but anybody know of a good mailing list for asking java programming questions? -Charles