Jmanini
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created java.lang.UnsupportedClassVersionError when trying to run a Java scratch.
AnsweredWhen try to run a scratch with the following code: class Scratch { public static void main(String[] args) { System.out.println("Helllo world"); }} I get the following output in the con...