Linux下运行java报错:Error: Could not find or load main class SocketIOPropertites

[root@node01 testfileio]# javac SocketIOPropertites.java && java Soc
ketIOPropertitesError: Could not find or load main class SocketIOPropertites

解决办法:我代码直接从IDEA复制过来的,要删除掉开头的package相关信息

原文地址:https://www.cnblogs.com/Courage129/p/13678121.html