java UnsatisfiedLinkError awt.image

你说的曾经没有我的故事 提交于 2019-12-06 14:28:05

Try reinstalling the latest version of Java. Your installation may have been incomplete/corrupt (read similar experience).

A user at this link suggests that this error may be the result of receiving a Java response and not rebooting. Whether "rebooting" referes to the entire computer, or just restarting java is unknown, though.

I had this same problem with a Squirrel SQL install on a Windows machine. It turned out that the cause was the environment setting for the PATH. I had set JAVA_HOME to point to the Java version I installed, but there was another version of Java in the path earlier than the one I had installed (which was sitting at the end of the path).

So my JAVA_HOME setting was not right for the version of Java which was actually being run at the command line when you typed "java".

If you see this, you might try making sure that your JAVA_HOME environment variable points to the Java you installed and make sure that it appears first in your path.

javadoc says, Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.

guess java does not know how to read the image u specified.. use a .gif format.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!