반응형
Notice
Recent Posts
Recent Comments
IT 일기장
[Java] JD-GUI Decompiler 본문
반응형
공지가 10일 이후로 자동으로 내려오게끔 매일 12시마다 스케줄러를 돌리는 로직을 짰는데
어째서인지 작동하질않는다.. 왜일까하고 운영서버에서 java 파일을 보고 싶었다.
근데 운영서버에서 java 파일을 볼 수 없고 class 파일만 볼 수 있는데, class 파일은 메모장 툴로 열면 다 깨져서 나온다.. 그래서 class파일을 볼 수 있는 방법이 있나해서 구글링 해봤더니 JD-GUI Decompiler 프로그램이 있더라
http://java-decompiler.github.io/#jd-gui-download
Java Decompiler
The “Java Decompiler project” aims to develop tools in order to decompile and analyze Java 5 “byte code” and the later versions. JD-GUI is a standalone graphical utility that displays Java source codes of “.class” files. You can browse the reco
java-decompiler.github.io
위에 사이트 들어가면 이런 화면 뜨는데 빨간색 칸으로 표시한 알집파일 다운받아서 실행시키면 된다.
반응형
'프로그래밍 언어 > Java' 카테고리의 다른 글
[Java] 인기 검색어 기능 구현 - 1 (0) | 2021.12.25 |
---|---|
[Java] multipart request getParamter 안될 때 (0) | 2021.12.17 |
[Java] 전체 혹은 페이지 URL 갖고오기 (0) | 2021.12.09 |
[Java] 한글 깨짐 테스트 코드 (0) | 2021.12.08 |
[Java] 현재와 특정 날짜의 차이 (0) | 2021.12.02 |
Comments