|
Author |
Topic: Applet looking for classes on server? (Read 275 times) |
|
Quasimondo
|
Applet looking for classes on server?
« on: Apr 27th, 2004, 6:15pm » |
|
Whilst checking my servers error log, I discovered that processing applets are trying to download various files: BAppletBeanInfo.class [name of the sketch]BeanInfo.class [name of the sketch]$COMClassObject.class null This is probaby not serious, it only fills up my error log...
|
Mario Klingemann | Quasimondo | Incubator | côdeazur
|
|
|
fry
|
Re: Applet looking for classes on server?
« Reply #1 on: Apr 27th, 2004, 7:24pm » |
|
that's an annoyance with the microsoft java virtual machine. all java applets run with microsoft's java will do that, it's nothing to do with processing. yeah, it's kinda irritating tho..
|
|
|
|
Quasimondo
|
Re: Applet looking for classes on server?
« Reply #2 on: Apr 27th, 2004, 9:59pm » |
|
Alright, good to know. Question is then, if I can somehow add an empty class file or some code to stop that error message?
|
Mario Klingemann | Quasimondo | Incubator | côdeazur
|
|
|
|