1

我准备我的 Sublime Text 来使用教程http://www.compilr.org/compile-and-run-java-programs/编译 Java ,当我点击 ctrl+b 时,我得到了类似的东西:

[Error 2] The system cannot find the file specified
[cmd:  [u'runJava.bat', u'C:\\Users\\xx\\Desktop\\Test.java']]
[dir:  C:\Users\xx\Desktop]
[path: ?C:\Program Files\Java\jdk1.7.0_13\bin]
[Finished]

它是.bat,但它仍然不起作用。我的JavaC.sublime-build文件是:

{
    "cmd": ["runJava.bat", "$file"],
    "file_regex": "^(...*?):([0-9]*):?([0-9]*)",
    "selector": "source.java",
    "encoding": "ISO-8859-2"
}

我在Windows 8上。

4

0 回答 0