The pc-clients use the JRE 1.3.1.25 (and unfortunatly it is impossible
for our company to upgrade it) and they must launch the applet in which
is embedded OpenOffice 3.0 .
How can i by-pass the problem?
Regards
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dott. Cristian Fonti
mailto: [email protected]
c/o Centro Elaborazione Dati (CED)
SCM Group S.p.a. http://www.scmgroup.com
via Emilia, 77 - 47900 Rimini (RN), Italy
Tel.: +39 0541 700163 Interno: 2163
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Rony G. Flatscher ha scritto:
Hi Cristian,
Cristian Fonti wrote:
Hi to all,
two years ago, i have created an application client-server to editing
rtf file with OpenOffice 2.X calling the client into an applet from
Oracle E-Business Suite (Oracle Forms).
Now i would upgrade to OpenOffice 3.0 but when i'm trying to load the
openoffice jars i obtain this error: "Unsupported major minor version
49.0".
I supposed that the problem is that the jar in
$OpenOffice_Installation_dir/Basis/program/classes e
$OpenOffice_Installation_dir/Ure/java are compiled with JDK 1.6.
There is a version of OpenOffice 3.0 compiled with JDK 1.5??
Or someone have an idea how to solve this problems??
"49.0" is Java 1.5 AFAIK. Probably the client (the forms application)
uses an earlier version of Java. You may want to output something like
System.out.err("java.version: "+System.getProperty("java.version");
Or output all properties to see the Java configuration in use.
HTH,
---rony
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]