Java issues on OpenVZ Ubuntu 11.04 (.jar/.sh files)
- by IWillNotChange
I've had a whole line of messes with java and .jar files.
I've tried both OpenJDK (from software installer) and about three repositories for Sun.
/Desktop# java -jar -Xmx1024m ss.jar
Exception in thread "main" java.awt.HeadlessException
at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:173)
at…