Including jars in classpath on commandline (javac or apt)

前端 未结 6 1099
礼貌的吻别
礼貌的吻别 2020-11-22 05:44

trying to run this program. I think that to setup all of the web service stuff I need to run apt. (Although using javac I am having the same issue). I think what I am get

6条回答
  •  失恋的感觉
    2020-11-22 06:20

    javac HelloWorld.java -classpath ./javax.jar , assuming javax is in current folder, and compile target is "HelloWorld.java", and you can compile without a main method

提交回复
热议问题