github URL - https://github.com/ptnplanet/Java-Naive-Bayes-Classifier
我已经安装了java。如何运行代码?
发布于 2017-01-24 14:17:55
这些文件是未编译的Java代码,您需要使用Java Dev Kit (JDK)将它们编译成Java字节码(.class文件)。
安装JDK:https://www3.ntu.edu.sg/home/ehchua/programming/howto/JDK_Howto.html
用法:http://www.dummies.com/programming/java/how-to-use-the-javac-command/
https://stackoverflow.com/questions/41821153
复制相似问题