I can never seem to get IntelliJ to just do it's job. I have 3 errors, here they are in the order they appear from the output panel:
Error:[WebMain (module NR-27.7.X13)]: java.net.SocketTimeoutException: Accept timed out
Error:[WebMain (module NR-27.7.X13)]: java.lang.NoClassDefFoundError: flex2/tools/VersionInfo
Error:[WebMain (module NR-27.7.X13)]: at com.intellij.fle*****mpiler.FlexCompiler.<clinit>(F lexCompiler.java:19)
Caused by: java.lang.ClassNotFoundException: flex2.tools.VersionInfo
at java.net.URLClassLoader.findClass(URLClassLoader.j ava:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:4 24)
at sun.misc.Launcher$AppClassLoader.loadClass(Launche r.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:3 57)
... 1 more
Exception in thread "main"
I assumed this meant I was using the wrong SDK, but I'm starting to think it's a file missing from the project, which I need in order to compile.
EDIT: I looked at the words closer and it seems like I don't have the updated Java files? I don't understand, I just got Java today for another editing application.