Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- VirtualBox
- bash
- 줄바꿈 문자
- 네트워크
- find
- Source
- context
- plugin
- GIT
- tomcat
- Quartz
- Mac
- grep
- netsh
- web.xml
- port
- JavaScript
- vscode
- profile
- ssh
- Windows 10
- xargs
- IntelliJ
- import
- Eclipse
- maVen
- 단축키
- Windows
- lsof
- resource
Archives
- Today
- Total
develog
[Java] .class 버전 확인, javap 본문
C:\>javap -classpath "webapps\ROOT\WEB-INF\classes" -verbose aa.MyServlet Compiled from "MyServlet.java" public class aa.MyServlet extends javax.servlet.http.HttpServlet SourceFile: "MyServlet.java" minor version: 0 major version: 50
'Dev > Java' 카테고리의 다른 글
[Maven] pom.xml, java 1.8 (0) | 2016.05.29 |
---|---|
[Java] log4j (0) | 2016.05.29 |
[Java] Quartz job fire manually (in JSP) (0) | 2015.10.14 |
JSP, download 구현시 (0) | 2015.03.05 |
[Java] password validation with regex (0) | 2015.02.03 |
Comments