일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Kubernetes
- Python
- HLS
- Shell script
- Windows10
- spring cloud config
- docker
- deployment
- android studio
- aws
- Java
- 행정구역분류
- Flutter
- wireshark
- nginx-media-server
- RTMP
- Pod
- dart
- service
- ffmpeg
- Android
- namespace
- golang
- configmap
- ebpf
- kubectl
- Sysinternals
- aws cli
- VSCode
- macos
Archives
- Today
- Total
woonizzooni
[Eclipse] Java Decompiler 설치, Procyon 선택 본문
1. Java Decompiler 설치
Help > Eclipse Marketplace..
> Find : decompiler 검색
> Enhanced Class Decompiler 설치 : JD, Jad, FernFlower, CFR, Procyon 통합 설치
Eclipse 재시작
2. Decompiler 선택/변경
Windows > Preferences > Java > Decompiler
> Default Class Decompiler : 아래 5개 목록에서 Procyon선택
CFR (Support JDK9+) FernFlower (Support JDK8) JD-Core Jad Procyon (Support JDK9+) |
3. Decompiler 뷰어 설정
Windows > Preferences > General > Editor > File Associations
> File types :
*.class 선택 : Associated editors에서 Class Decompiler Viewer 선택 후 Default 클릭
*.class without source 선택 : 위와 동일
'Apply and Close'
'MISC' 카테고리의 다른 글
Windows10 환경에서 vim 환경 설정 (0) | 2019.09.17 |
---|---|
Windows 패키지 매니저 chocolatey 설치 (0) | 2019.09.16 |
대한민국 행정구역 데이터 (0) | 2019.08.23 |
대한민국 행정동 경계 좌표 추출 #1 - QGiS > GeoJSON (0) | 2019.08.23 |
개발용 서버 조사 (클라우드 호스팅) (0) | 2019.07.21 |
Comments