Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想根据打开命令提示符的当前路径编译文件夹内的文件。但我是这样使用的
javac -d A.java
但这在 ubuntu 中是一种可能的尝试。但它在 Windows 中不起作用。任何人都可以帮助在windows7中进行这项工作..
你需要给出路径,你想用包结构来存储你的类。可能是.当前工作目录。试试这样:
.
javac -d . A.java