Re: [javax-usb-devel] Antwort: pb with applet java

2008-08-04 Thread Dan Streetman
You don't put the actual file in the classpath, you put the directory that the file in is into your classpath. Or, if you've packaged the properties file into a jar file, put that jar file in the classpath. On Mon, Aug 4, 2008 at 11:03 AM, Marion Decrouez <[EMAIL PROTECTED]> wrote: > ok I'm not s

Re: [javax-usb-devel] Antwort: pb with applet java

2008-08-04 Thread Marion Decrouez
ok I'm not sure that I have the javax.usb.properties file in the classpath. can anyone tell me how to do this. Thanks! Quoting Marion Decrouez <[EMAIL PROTECTED]>: > Hi, thanks for reply. > > I think so. I wrote "java -classpath javax.properties.file" in a > console, but i'm not sure maybe ther

Re: [javax-usb-devel] Antwort: pb with applet java

2008-08-04 Thread Marion Decrouez
Hi, thanks for reply. I think so. I wrote "java -classpath javax.properties.file" in a console, but i'm not sure maybe there's something else to do? Quoting [EMAIL PROTECTED]: > Hi Marion, > > is the file also on your classpath? It needs to be there. > > Regards > > > > > Marion

[javax-usb-devel] Antwort: pb with applet java

2008-08-04 Thread Markus . Bach
Hi Marion, is the file also on your classpath? It needs to be there. Regards Marion Decrouez An