java 썸네일형 리스트형 [JAVA] How to use class instance setting and method when loading Library Runtime [JAVA] Library Runtime Load할 때 Class instance 설정 및 method 사용 방법 when? Library 값이 가변적일 때 사용평소에는 JVM 기동 시에 이미 Library 다 load 해놓고 편안하게 Class 호출하면서 썼는데 하나하나 호출하면서 사용하려니 불편하다.그래도 동일한 interface로 구현된 Library를 Optional하게 설정해서 사용할 경우 요긴하지 않을까... 순서1) Library load2) Class 명으로 Class 호출3) Constructor 호출해서 instance를 설정4) 필요한 method를 실행 여기서 3번 Constructor가 private이라서 헤맸다.하지만 결론은 static method 사용법을 몰라서 문제였다는 거.. 더보기 이전 1 다음