Java – unable to find or load the main class file

See English answers > could not find or load main class 16

I received this error message

My VM parameters: looks like this

That's all I know now Is it in Java library. Load sqljdbc in path_ auth. DLL files involve more than?

Solution

Sounds like you're using eclipse This:

-Djava.library.path=C:\Program Files (x86)\jdbc\sqljdbc_4.0\enu\auth\x64

Will be resolved to multiple parameters because it has spaces I'm not familiar with windows, but you may need to replace it with the following:

"-Djava.library.path=C:\Program Files (x86)\jdbc\sqljdbc_4.0\enu\auth\x64"
The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>