Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » RCP Launch Controlling Runtime Version
RCP Launch Controlling Runtime Version [message #465279] Wed, 28 March 2007 06:49
Terry Corbet is currently offline Terry CorbetFriend
Messages: 14
Registered: July 2009
Junior Member
I have managed to get a good build of the Hyperbola tutorial code running
with Eclipse 3.3M6 and JDK6.0. I am bundling that JRE6 with the zip files
that are built. When I unzip and run a windows version on another windows
platform that has a JRE1.5, everything works fine. When, however, I unzip
the linux version on a SuSE box that has JRE1.5, the stack trace has:

org.eclipse.core.runtime.CoreException: Plug-in com.sss.hyperbola was unable
to load class com.sss.hyperbola.Application.
and an earlier excpetion:org.eclipse.core.runtime.CoreException[1]:
java.lang.UnsupportedClassVersionError: Bad version number in .class file
I get virtually the same error when I unzip and try to run under Mac OSX on
a box that also has some version of JRE5 -- again there is a 'Bad version'
of a .class file.

What is the correct way to configure the Product Export Wizard to get an
execution that will reference the bundled JRE instead of whatever JRE is
already installed on the host?
Previous Topic:Problem with getting list of installed plugins
Next Topic:application feature dependencies
Goto Forum:
  


Current Time: Wed Sep 11 21:04:11 GMT 2024

Powered by FUDForum. Page generated in 0.03297 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top