Java version used to compile Tomcat7
I was trying to deploy a war that is working on Tomcat7 + Java 7 on Ubuntu 14.04 to a Tomcat7 on Ubuntu 16.04
The Webapp needs Java 7 to works, so I used a PPA to install it.
However I still get a compatibility errors that prevent the webapp from starting.
Below is the error:
=======
org.springframe
at org.codehaus.
at org.springframe
at org.apache.
at org.apache.
at org.apache.
at org.apache.
at org.apache.
at org.apache.
at org.apache.
at org.apache.
at java.util.
at java.util.
at java.util.
at java.util.
at java.lang.
Caused by: java.lang.
... 5 more
=======
Googling around, I find that the error is related to some Java version compatibility, and some folks mentioned that if Tomcat7 was compiled using Java8 that will cause that problem too even if the Java version used is Java7
How can I check if tomcat7 was compiled using Java8 or not?
Thanks in advance!
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu tomcat7 Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Joshua Powers
- Solved:
- Last query:
- Last reply: