ClassPath
클래스파일을 찾는 기준 경로이다. JRE는 application을 실행할때 classpath에 지정된 경로를 참조하여 compile된 class를 찾는다. classpath는 directory와 file을 ","으로 구분한 목록이다. JRE는 classpath에 지정된 경로를 모두 검색해서 특정 클래스 코드가 포함된 class 파일을 찾는다. public static void main(String[] args) { String classpath = System.getProperty("java.class.path"); System.out.print(classpath); } * classpath print
Programming/Java
2020. 5. 2. 10:38
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Mapping
- Spring
- @Primary
- Embedded Mapping
- spring spel
- java generic
- Spring Registrar
- Typesafe Config
- Registrar
- Query DSL
- JPA Criteria
- java EqualsAndHashCode
- Spring JDBC Template
- JPA
- Akka
- guava
- SmartLifecycle
- 복합키 Mapping
- Join Table
- Embeddable Mapping
- DI
- Criteria
- RetryTemplate
- scikit-learn
- Discriminate Mapping
- Sprint RetryTemplate
- docker
- java Equals
- Property
- Charles proxy
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
글 보관함