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]

Reply via email to