I'm pretty sure the server I'm trying this on isn't obfuscated.. (the jar contains all class files, nothing hidden.)
But when executing, I get;
run:
java.lang.ExceptionInInitializerError
Caused by: java.lang.RuntimeException: Uncompilable source code - cannot find symbol
symbol: class client
location: class Reflection
at Reflection.<clinit>(Reflection.java:15)
Exception in thread "main" C:\Users\[MY USER]\AppData\Local\NetBeans\Cache\8.1\executor-snippets\run.xml:53: Java returned: 1
BUILD FAILED (total time: 1 second)
Whenever I run the program after extracting the files were they need to be, I get this error:
run:
java.lang.ExceptionInInitializerError
Caused by: java.lang.RuntimeException: Uncompilable source code - cannot find symbol
symbol: class client
location: class Reflection
at Reflection.<clinit>(Reflection.java:15)
Exception in thread "main" C:\Users\Bugs Bunny\AppData\Local\NetBeans\Cache\8.2\executor-snippets\run.xml:53: Java returned: 1
BUILD FAILED (total time: 2 seconds)
Has anyone found a fix to this problem that both me and stab456 are having?