zno2

2016年9月20日 #

可执行 jar | 到底如何执行

摘要: dog.jar bark.jar ps:When you use the -jar option, the specified JAR file is the source of all user classes, and other class path settings are ignored. 阅读全文

posted @ 2016-09-20 17:15 zno2 阅读(303) 评论(0) 推荐(0) 编辑

Remote Debugging (1)

摘要: The client/server design of the Java debugger allows you to launch a Java program from computer on your network and debug it from the workstation runn 阅读全文

posted @ 2016-09-20 17:15 zno2 阅读(232) 评论(0) 推荐(0) 编辑

Remote Debugging (2)

摘要: use Eclipse| a Java application 创建一个简单的maven项目 Main.java package cn.zno; public class Main { public static void main(String[] args) { for (String arg 阅读全文

posted @ 2016-09-20 17:15 zno2 阅读(246) 评论(0) 推荐(0) 编辑

Remote Debugging (3)

摘要: use Eclipse| a Web application 创建一个简单的web项目 AServlet.java package cn.zno; import java.io.IOException; import javax.servlet.ServletException; import ja 阅读全文

posted @ 2016-09-20 17:15 zno2 阅读(184) 评论(0) 推荐(0) 编辑

Using batch files

摘要: https://technet.microsoft.com/en-us/library/bb490869.aspx 阅读全文

posted @ 2016-09-20 17:15 zno2 阅读(99) 评论(0) 推荐(0) 编辑

java -version 版本号与path中配置的不一致

摘要: Error: could not open `F:\e\java\jre7\lib\amd64\jvm.cfg' C:\Users\wl>java -versionError: could not open `F:\e\java\jre7\lib\amd64\jvm.cfg' Win+R 输入reg 阅读全文

posted @ 2016-09-20 17:14 zno2 阅读(355) 评论(1) 推荐(0) 编辑

STS启动失败:Failed to load the JNI shared library

摘要: 版本位不一致 jdk 版本 ↓ eclipse 版本(%STS_HOME%/STS.ini) 阅读全文

posted @ 2016-09-20 17:13 zno2 阅读(1417) 评论(0) 推荐(0) 编辑

jar

摘要: https://docs.oracle.com/javase/8/docs/technotes/guides/jar/jar.html Introduction The META-INF directory Name-Value pairs and Sections JAR Manifest Ove 阅读全文

posted @ 2016-09-20 17:13 zno2 阅读(198) 评论(0) 推荐(0) 编辑

java -help

摘要: site:oracle.com java_opts classpath https://docs.oracle.com/javase/8/docs/technotes/tools/windows/java.html 阅读全文

posted @ 2016-09-20 17:11 zno2 阅读(178) 评论(0) 推荐(0) 编辑

导航