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 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 application from client file
system, look at Java Web Start.

--
Oleg Tkachenko
Multiconn Technologies, Israel


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
reads the text from an XML file.
J.Pietschmann
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 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'll find
in the lib directory of the fop distribution.

J.Pietschmann


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 archives 
containing classes and other resources that will be preloaded. The classes 
are loaded using an instance of an AppletClassLoader with the given codebase. 
Relative URIs for archives are interpreted with respect to the applet's 
codebase. Preloading resources can significantly improve the performance of 
applets.

--
Oleg Tkachenko
Multiconn Technologies, Israel
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 applet error


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 archives
containing classes and other resources that will be preloaded. The classes
are loaded using an instance of an AppletClassLoader with the given
codebase.
Relative URIs for archives are interpreted with respect to the applet's
codebase. Preloading resources can significantly improve the performance of
applets.

--
Oleg Tkachenko
Multiconn Technologies, Israel


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 application from client file 
system, look at Java Web Start.

--
Oleg Tkachenko
Multiconn Technologies, Israel
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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'll find
in the lib directory of the fop distribution.
J.Pietschmann
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]