Search the web
Sign In
New User? Sign Up
java-gui-testing · Java GUI Testing
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Unsupported major.minor version 49.0   Message List  
Reply | Forward Message #1538 of 1683 |
Re: [java-gui-testing] Unsupported major.minor version 49.0

You need to also run the tests under Java 5. (49.0 is the version number
of Java 5 class files.)

You didn't tell us what tools you are using...

Ilja

>
> When I attempt to launch my application under test via Test->Launch,
> I'm getting the Unsupported major.minor version 49.0 error. I'm
> attempting to test an application that was compiled with jdk1.5.0_06.
> Is anyone else seeing this behavior? Here is the full stacktrace:
>
> rror: com/ali/valeo/app/ValeoApplication (Unsupported major.minor
> version 49.0)
> java.lang.UnsupportedClassVersionError:
> com/ali/valeo/app/ValeoApplication (Unsupported major.minor version 49.0)
>
> at java.lang.ClassLoader.defineClass0(Native Method)
>
> at java.lang.ClassLoader.defineClass(Unknown Source)
>
> at java.security.SecureClassLoader.defineClass(Unknown Source)
>
> at java.net.URLClassLoader.defineClass(Unknown Source)
>
> at java.net.URLClassLoader.access$100(Unknown Source)
>
> at java.net.URLClassLoader$1.run(Unknown Source)
>
> at java.security.AccessController.doPrivileged(Native Method)
>
> at java.net.URLClassLoader.findClass(Unknown Source)
>
> at
>
abbot.util.NonDelegatingClassLoader.findClass(NonDelegatingClassLoader.java:32)
>
> at abbot.script.AppClassLoader.findClass(AppClassLoader.java:144)
>
> at java.lang.ClassLoader.loadClass(Unknown Source)
>
> at abbot.util.PathClassLoader.loadClass(PathClassLoader.java:44)
>
> at
>
abbot.util.NonDelegatingClassLoader.loadClass(NonDelegatingClassLoader.java:42)
>
> at java.lang.ClassLoader.loadClass(Unknown Source)
>
> at java.lang.ClassLoader.loadClassInternal(Unknown Source)
>
> at java.lang.Class.forName0(Native Method)
>
> at java.lang.Class.forName(Unknown Source)
>
> at abbot.script.Launch.resolveClass(Launch.java:213)
>
> at abbot.script.Launch.getTargetClass(Launch.java:231)
>
> at abbot.script.Call.getMethods(Call.java:218)
>
> at abbot.script.Call.invoke(Call.java:162)
>
> at abbot.script.Call.runStep(Call.java:129)
>
> at abbot.script.Launch.synchronizedRunStep(Launch.java:134)
>
> at abbot.script.Launch.runStep(Launch.java:203)
>
> at abbot.script.Step.run(Step.java:93)
>
> at abbot.script.StepRunner.runStep(StepRunner.java:274)
>
> at abbot.script.StepRunner.run(StepRunner.java:191)
>
> at abbot.script.Launch.launch(Launch.java:164)
>
> at abbot.editor.ScriptEditor$LaunchAction.run(ScriptEditor.java:2612)
>
> at java.lang.Thread.run(Unknown Source)
>
>







Wed Jul 26, 2006 5:34 am

ipreussde
Offline Offline
Send Email Send Email

Forward
Message #1538 of 1683 |
Expand Messages Author Sort by Date

When I attempt to launch my application under test via Test->Launch, I'm getting the Unsupported major.minor version 49.0 error. I'm attempting to test an...
bbucher2002
Offline Send Email
Jul 25, 2006
11:27 pm

The classes are 1.5 classes. But your JRE is 1.4 or lower ... From: "bbucher2002" <bbucher2002@...> To: <java-gui-testing@yahoogroups.com> Sent: Tuesday,...
Christian Chua
christianchua
Offline Send Email
Aug 4, 2006
4:14 pm

You need to also run the tests under Java 5. (49.0 is the version number of Java 5 class files.) You didn't tell us what tools you are using... Ilja...
Ilja Preuss
ipreussde
Offline Send Email
Aug 4, 2006
4:17 pm

You're not using the same jdk for the test. Probably 1.4. Emi ... -- Emilian Bold +40 740235562 http://web.info.uvt.ro/~fierarul/typo3/ ...
Emilian Bold
infouvt
Offline Send Email
Aug 4, 2006
4:24 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help