목록Java Decompiler (2)
어느 가을날의 전환점
PURPOSEJDBC CLIENT PROGRAM 에서 NLS_LANGUAGE , NLS_TERRITORY 등 을 바꾸는 방법을 sample 을 통해서 알아 봅니다. Explanation 다음 예제에서는 먼저 DB 에 default 로 설정되어 있는 NLS_LANG 관련 설정사항들을 보여주고 그 다음 US 로 설정을 바꾼후에 바뀐 NLS_LANG 관련 parameter 들의 값을 보여 줍니다. Example NLSTest.java 파일 import java.sql.*; import java.util.*; public class NLSTest { public static void main (String args []) throws SQLException { Connection conn; Statement s..
JadClipse is a plug-in that seamlessly integrates Jad (the fast Java decompiler) with Eclipse. http://jadclipse.sourceforge.net/ Jad(the fast Java decompiler) http://www.varaneckas.com/jad Installation 1) Put the JadClipse JAR file into the plugins folder of your Eclipse installation. 2) Restart Eclipse (eclipse -clean). 3) Get Jad. 4) Put the Jad executable into a directory that is in the execu..