Notice
Recent Posts
Recent Comments
Link
- Arawn's Dev Blog
- Outsider's Dev Story
- Toby's Epril
- Benelog
- NHN 개발자 블로그
- SK 플래닛 기술 블로그
- OLC CENTER
- 소프트웨어 경영/공학 블로그
- 모바일 컨버전스
- KOSR - Korea Operating System …
- 넥스트리 블로그
- 리버스코어 ReverseCore
- SLiPP
- 개발자를 위하여... (Nextree 임병인 수석)
- "트위터 부트스트랩: 디자이너도 놀라워할 매끈하고 직관…
- Learning English - The English…
- real-english.com
- 'DataScience/Deep Learning' 카테…
- Deep Learning Summer School, M…
- Deep Learning Courses
민서네집
sts에서 Java Decompiler jadclipse 설치 본문
3. JDK & Tomcat 을 이용한 STS 개발환경 세팅 (Decompiler 및 Workspace 설정)
http://gliderwiki.org/wiki/103
JadClipse - Eclipse plugin
http://sourceforge.net/projects/jadclipse/?source=typ_redirect
JAD Java Decompiler Download Mirror
설치 날짜: 2015-05-27
나는 Mac OS X 10.10.3 Yosemite 에서 STS 3.6.4 버전에서 설치했는데, 아마 Windows 에서도 위와 같이 하면 잘 설치되리라 생각된다.
웬일인지 eclipse Market Place에서 jadclipse plugin 으로 설치하는 것은 잘 되지 않았다. (Windows 7 운영 체제에서)
- STS 가 뜨고 난 후 좀 있다가 바로 꺼져버림.
설정이 잘 되어 있어야지 class 파일이 jadclipse로 decompile 되어 보임.
Preferences > General > Editors > File Association > .class without source 선택
Add 버튼을 눌러서 Internal editors 선택해서 JadClipse Class File Viewer 를 선택하고 OK 버튼을 누른다.
JadClipse Class File Viewer 가 선택된 상태에서 Default 버튼을 누르면 아래와 같은 상태가 된다.
[참고]
[ JAVA ] Eclipse 에 Decompiler 플러그인 설치하기.
http://ccambo.blogspot.kr/2014/03/java-eclipse-decompiler.html
< Jadclipse 플러그인 설치 >
http://dkatlf900.tistory.com/43
[2015-06-26]
Java Decompiler
JD-Eclipse
JadClipse 는 jad 를 이용하는 것 같다. 그런데 Jad는 업그래이드가 되지 않고 있어서 Java 1.5 버전을 포함해서 그 이상에서는 제대로 Decompile을 하지 못하는 것 같다. 역컴파일 된 소스를 src 디렉터리에 갖다 놓으면 컴파일 에러가 여러군데서 난다.
JD-Eclipse 라는 eclipse 플러그인은 Java 1.1.8 부터 1.7.0 까지 지원한다고 한다.
설치해 봤는데, 어찌된 일인지 JD Class File Viewer 로 Open 해도 Eclipse 에 내장된 Class File Viewer 로 보인다. 결국 Decompile 을 시키지 못했다.
설치한 버전:
Spring Tool Suite
Version: 3.6.4.RELEASE
Build Id: 201503100339
Platform: Eclipse Luna SR1 (4.4.2)
JD-Eclipse
1.0.0 - 23 Apr 2015
'프로그래밍' 카테고리의 다른 글
Google Calendar 와 Google Spread Sheet 연동 (0) | 2015.07.02 |
---|---|
텍스트 에디터, 코드 편집기 - atom, sublime text, Visual Studio Code (0) | 2015.06.25 |
[eclipse]SVN 계정정보 초기화 (windows7) (0) | 2015.05.21 |
무료 비공개 저장소 만들기 (0) | 2015.05.21 |
무료 svn, git 비공개 저장소 - 네이버 개발자 센터 (0) | 2015.05.21 |
Comments