exception in thread main java.lang.unsupportedclassversionerror unsupported major.minor version 50.0
Below class is compling but runtime i am getting the this error :exception in thread main java.lang.unsupportedclassversionerror unsupported major.minor version 50.0
class xxx
{
public static void main(String[] args)
{
System.out.println("Hello World!");
}
}
for example: javac xxx.java-->comping
java xxxx:error :exception in thread main java.lang.unsupportedclassversionerror unsupported major.minor version 50.0
View Answers
April 9, 2010 at 10:25 AM
Hi Friend,
This error comes on using different java versions for compilation and execution of java program. Therefore set the path of one java version and use it for compilation and execution.
Thanks
July 2, 2011 at 10:22 AM
in your case it looks like that you are using JDK 1.6 for compilation and there is no JRE6 available in your machine. if you are using eclipse then check your java compiler setting and make source level 1.5 if you have JRE 1.5 and stated unsupportedclassversionerror comes when JRE used to execute program is lower than Java version used to compile.
Related Tutorials/Questions & Answers:
Advertisements
Exception in thread "main" java.lang.ClassCastExceptionException in
thread "
main" java.lang.ClassCastException I am trying to connect the database. I am stuck with this
exception that is getting thrown...) {
sqle.printStackTrace();
}
finally {
try {stmt.close();} catch (
Exception
e
Exception in thread "main" java.lang.ClassCastExceptionException in
thread "
main" java.lang.ClassCastException I am trying to connect the database. I am stuck with this
exception that is getting thrown...) { sqle.printStackTrace(); } finally { try {stmt.close();} catch (
Exception e
exception in thread main while running servletexception in
thread main while running servlet I got
exception in
thread main no such method error while running servlet. I have added servlet.api.jar file in classpath.my classpath is C:\Program Files\Apache Software Foundation
Exception in thread Exception in
thread Hi,
In my code following error is coming:
Exception in
thread "
main" java.lang.NoClassDefFoundError: org/json/JSONObject
I have imported:
import org.json.JSONObject;
but its not working.
What
Exception in thread Exception in
thread Hi,
In my code following error is coming:
Exception in
thread "
main" java.lang.NoClassDefFoundError: org/json/JSONObject
I have imported:
import org.json.JSONObject;
but its not working.
What
Exception in thread :\mail.jar SendMailTLSDFC
Exception in
thread "
main" java.lang.NoClassDefFoundError...
Exception in
thread Hi,
I have created a java file for sending a file to my mail. I am using mail.jar file. I am able to create .class file
Exception in Thread Exception in
Thread i am developing a rmi application in eclipse... client and generate connection with server i have following
exception :
Blockquote
Exception in
thread "RMI TCP Connection(idle
Main Thread and Child Thread and Child Threads used in Programming.
Main thread is automatically created when program runs.
Child
Thread gets created by the
main thread .
Java
Main...
1 this
thread is
main
1 this
thread is Child
2 this
thread is Child
3
difference between main thread and child thread?difference between
main thread and child
thread? any one give correct exact difference.
in jsp 7 implicit objects are available those are
1:response->This denotes the data included with the HTTP Response.
2
Java Exception Thread Java
Exception Thread
... interface( java .lang.
thread)
Understand
Exception in Threads.
1.A class name... is to be normal
termination or caught
exception.
5.runner = new
Thread Thread(
Exception ex) {
}
}
};
Thread mainth = new
Thread(
main... should produce the sum of 1 to 10, 11 to 20 and 21to 30 respectively.
Main thread...);
} catch(
Exception ex) {
}
}
};
Thread thread3 = new
Thread Unhandled Exception in ThreadUnhandled
Exception in
thread are thrown during the execution of the program...
to rectify it is to change it.
Example of Unhandled
exception in
Thread:
class...
Unhandled
Exception in
Thread are of different types
ThreadThread Explain two ways of creating
thread in java. Explain at three methods of
thread class.
Java Create
Thread
There are two
main... Create
Thread
There are two
main ways of creating a
thread. The first is to extend
MAin errorMAin error Error while running hello program in another dir rather in bin.
path is already set.
java -
version jdk1.6.0_24
no error while compilation but @ d tym of runnin error in
main class is generated
Exception in
thread Thread main(String [] args)
{
MyThread m=new MyThread("
Thread Started... to the
thread constructor eventhough we had created only one
thread and if you say we have added to point to the current
thread then why we have not added
ThreadThread class Extender extends
Thread
{
Extender(Runnable run...();
}
public void run(){
System.out.println("Extender
Thread is Started :");
//new
Thread(new Implementer()).start();
}
}
class Implementer
Thread=" + i);
}
public static void
main(string args[])
{
A a = new A();
Thread t = new
thread(a);
t.start();
}
}
Is it possible to run above program with out...Thread will this code work..?
class A extends
Thread
{
public
threadthread can parent
thread be dead if child
thread is not dead
ThreadThread
Thread Life Cycle
ThreadThread what is the use of
thread exception
{
public static void
main(String[] args)throws
Exception
{
for (String s... arguments are not equalto two,throw a user defined
exception "invalid parameter
exception" ,otherwise display the two parameters.
Here is an example
exceptionexception example for numberformat
exception
Hi Friend...{
public static void
main(String[] args)
{
try{
String st="Rose...);
}
catch(
Exception e){
System.out.println(e
ExceptionException whis is the Arithmetic
Exception in java? or define Arithmetic
Exception with exp?
Arithmetic
Exception occurs, when you divide a number by zero.
Example
public class TryCatch {
public static void
main ThreadThread What is multi-threading? Explain different states of a
thread... processor system.
States of
Thread:
New state ? After the creations of
Thread instance the
thread is in this state but before the start() method invocation
Exception main(String args[])throws
Exception
{
FooException oo=new FooException...Exception public class FooException extends
Exception {
public...");
}
public void calculate() throws FooException,
Exception
{
try {
int
ThreadThread what happen when we call the Wait(),Notify() and NotifyAll() methods in the
Thread exceptionexception wHEN RUNTIME
EXCEPTION CLASS IS SUB OF
EXCEPTION CLASS HOW CAN'T HANDLE UNCHECKED
EXCEPTION