score:1
Accepted answer
an unsupportedclassversionerror means that the jdk version with which the class was compiled is newer than the jre version that you use at runtime. if you compiled the class with jdk 7, without a -target
option, it is normal that it doesn't run with jdk 6.
Source: stackoverflow.com
Related Query
- Installation of a war file on a Worklight Server 6.1.0.01
- deploying a war file in WTP(Eclipse) tomcat server
- WAR file throws OutOfMemoryError in Tomcat server
- GWT - server side - how to add external lib right to war file with eclipse
- SEVERE: Error filterStart , when try to deploy WAR file in Eclipse to Tomcat server
- How do I set up online hosting for an eclipse war file and initial MySQL server data currently on my laptop?
- Can't run a war file from new tomcat installation
- How to Deploy and Debug "Web Fragment Project" in eclipse (WTP) , having a server running a "closed" WAR file
- How to deploy war file to production glass fish server
- Issues with deploying a war file in Tomcat server
- How to make war file in Eclipse
- How to deploy WAR of Maven Project to JBoss server from Eclipse?
- "Module name is invalid" when exporting an existing eclipse project to a war file
- How to deploy war file in root(/) context to Wildfly ver 9.0.1
- How to create an war file in Eclipse without ant or maven?
- Create war file from Spring:boot project in Eclipse
- Ignore SVN files when exporting a WAR file from Eclipse?
- How to deploy created .jar file in Apache Tomcat server in Eclipse IDE?
- How to overwrite files in the WAR file during maven build?
- Eclipse war export: optimize for a specific server runtime
- How to exclude Jars from being added in the WAR file
- Gradle: produced WAR file has two versions of JAR from child project
- Why no option to import a WAR file into Eclipse?
- The Tomcat installation directory is not valid. It is missing expected file or folder lib/jasper-el.jar
- Wrong war file name in deployment directory
- How to export to a war file my maven project in eclipse
- How can I automate (script) creating a war file in eclipse?
- Run WAR file in /target directory of Maven project by Tomcat
- Cannot properly deploy WAR file created by Eclipse to Tomcat
- Making / Deploying War file from Eclipse web project
More Query from same tag
- Eclipse "Run" Not finding the class
- Extracting startup errors from Spring contexts
- Running project in IntelliJ
- Collision detection not working in 2d android
- Numenta - htm.java-examples - Ubuntu - Eclipse - NetworkAPIDemo - NoClassDefFoundError: no/uib/cipr/matrix/sparse/FlexCompRowMatrix
- Setting up spring toolkit - spring classes not being found
- Coudn"t find emulator.exe in eclipse after I updated my sdk..?
- JavaScript Executor not working when running Executable JAR file
- NumberFormatException: Invalid Float "null" (Android programming, JSONObjects)
- eclipse xml problems
- Rotate images for different durations inside thread
- Tomcat7 giving HTTP 404 ERROR while running the jsp file
- How to auto format Javascript in GWT's native methods with eclispe
- Can't get Eclipse to build and run app on Galaxy Note 2
- Is there a way to add Google Chrome as an external web browser in Flash Builder Standalone for Mac?
- Running the program to show current directory contents in eclipse gives a result which seems confusing
- Magnolia 6.0 not working on Eclipse+Tomcat (with serve module without publishing)
- Java Repository of Eclipse with Maven : Missing artifact:compile
- How to express inter project dependencies in Eclipse PDE
- cloudera hadoop : caused by: java.lang.ClassNotFoundException: org.apache.htrace.core.Tracer$Builder
- Can't write in a file with PrintWriter
- Nesting C-Macros, CRC calculation, Eclipse Java crash
- How do I do in Eclipse to build my custom java package and project at the same time?
- error in android, Proguard.cfg (System can not find the file specified.)
- Maven Spring Jar project java.lang.ClassNotFoundExceptiona
- Adding jars to a Eclipse PlugIn
- displaying a dialog using an activity?
- Subversive installation
- Android and Eclipse errors
- what to use instead of deprecated "LegacyContext" type in phonegap android application?