我知道我的客户端的Java主类是Client
,所以我在里面创建了一个批处理文件:
@echo off
java Client
pause
我收到此错误:
Error: Could not find or load main class Client Press any key to continue . . .
以下是文件夹和文件结构。
答案 0 :(得分:0)
cd
C:\ Users \ Zachy \ Desktop \ Programming Dev \ RSPS Server \ Client \ bin \ com \ runescape>
cd ..\..\
cd
C:\ Users \ Zachy \ Desktop \ Programming Dev \ RSPS Server \ Client \ bin>
dir com\runescape\Client.class
Client.class ....
java com.runescape.Client
这应该现在可以使用