
java
seamanj
这个作者很懒,什么都没留下…
展开
-
debug maven project in eclipse
Greeter.java package hello; public class Greeter { public String sayHello() { return "Hello world!"; } } HelloWorld.java package hello; public class HelloWorld { public static v...原创 2019-11-12 20:28:18 · 234 阅读 · 0 评论 -
install java 11 on ubuntu16
sudo apt-get install openjdk-11-jdk-headless then check the folder /usr/lib/jvm/java-11-openjdk-amd64/bin make sure java is inside, otherwise reinstall until it appears. then sudo update-alternatives...原创 2019-11-11 23:56:37 · 413 阅读 · 0 评论 -
[WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
在eclipse 中使用maven compile的时候出现 [WARNING] Unable to autodetect ‘javac’ path, using ‘javac’ from the environment. 解决方式: Right click on project -> Properties -> Java Compiler then uncheck Use compl...原创 2019-11-11 18:41:38 · 7292 阅读 · 0 评论