gdomingues / ps2-klient

Share files between PC and PlayStation2
MIT License
13 stars 0 forks source link

Could not find or load main class com.germanno.app.Ps2Klient #6

Open bignaux opened 5 years ago

bignaux commented 5 years ago

$ LANG=C java -classpath . -jar ./ps2-klient-0.3.0.jar Error: Could not find or load main class com.germanno.app.Ps2Klient

openjdk-10.0.2-b13-jre

i think there is some mistake in the process of the jar is built.

f13dev commented 3 years ago

Although a little late, this may help someone else in the future. I had the same issue, it turned out to be caused by OpenJRE. I had no joy compiling this using the OpenJDK either, for now I have just switched to using Oracle JRE as I'm not too fussed about using the Free as in freedom JRE.