Re: Class not found applet error

2003-02-06 Thread J.Pietschmann
Matthew Lancashire wrote: Is there another way to use maybe JScript on the client to call FOP Don't try to bite more than you can eat. Get a good book covering Java development with Java 1.3 or 1.4, perhaps take a training class, and come back after you succeeded to implement a "hello world" which

RE: Class not found applet error

2003-02-06 Thread Matthew Lancashire
Is there another way to use maybe JScript on the client to call FOP -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED] Sent: 05 Feb 2003 10:42 To: [EMAIL PROTECTED] Subject: Re: Class not found applet error Matthew Lancashire wrote: > Is there no way around using

Re: Class not found applet error

2003-02-05 Thread Oleg Tkachenko
Matthew Lancashire wrote: Is there no way around using the archive attribute to d/l the jars. I can ensure that they are already on the client machine. Does this not help? Then it seems to me you are using wrong hammer, afair applets cannot access client file system. If you want to start java appl

RE: Class not found applet error

2003-02-05 Thread Matthew Lancashire
Is there no way around using the archive attribute to d/l the jars. I can ensure that they are already on the client machine. Does this not help? -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED] Sent: 05 Feb 2003 10:02 To: [EMAIL PROTECTED] Subject: Re: Class not found

Re: Class not found applet error

2003-02-05 Thread Oleg Tkachenko
Matthew Lancashire wrote: When I I copied all these in the the classes folder. Can I not get the JRE to look here? Read html specification, http://www.w3.org/TR/html401/struct/objects.html#edef-APPLET, archive = uri-list [CT] This attribute specifies a comma-separated list of URIs for archive

RE: Class not found applet error

2003-02-05 Thread Matthew Lancashire
When I I copied all these in the the classes folder. Can I not get the JRE to look here? -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: 04 Feb 2003 20:17 To: [EMAIL PROTECTED] Subject: Re: Class not found applet error Matthew Lancashire wrote: > When I access

Re: Class not found applet error

2003-02-04 Thread J.Pietschmann
Matthew Lancashire wrote: When I access the htm page I get 'Applet notinited' error and the console displays.. java.lang.NoClassDefFoundError: org/apache/avalon/framework/logger/Logger You'll have to have some more jars beside the fop.jar in the classpath. Just to be on the sure, use everything you