Changes between Initial Version and Version 1 of waue/java
- Timestamp:
- Feb 7, 2012, 4:57:21 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified waue/java
v1 v1 1 = 取得執行路徑 = 2 3 {{{ 4 #!java 5 6 System.out.println( Main.class.getName() ); 7 8 System.out.println( Thread.currentThread().getContextClassLoader() 9 .getResource(Main.class.getName().replace(".", "/") + ".class") ); 10 11 }}} 12 13 {{{ 14 #!text 15 purejava.Main 16 file:/home/waue/workspace/eclipse36ee/waue/bin/purejava/Main.class 17 }}}