Batch File不会运行Java Main类

时间:2017-09-08 23:26:37

标签: java windows batch-file java-8

我知道我的客户端的Java主类是Client,所以我在里面创建了一个批处理文件:

@echo off
java Client
pause

我收到此错误:

Error: Could not find or load main class Client
Press any key to continue . . .

以下是文件夹和文件结构。

Folders and Files

1 个答案:

答案 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

这应该现在可以使用