Changeset 12307 for trunk/abcl/examples/abcl/lispcall_from_java_simple
- Timestamp:
- 12/25/09 21:54:31 (13 years ago)
- Location:
- trunk/abcl/examples/abcl/lispcall_from_java_simple
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/examples/abcl/lispcall_from_java_simple/Main.java
r11384 r12307 39 39 catch (Throwable t) 40 40 { 41 System.out.println(" abclexception!");41 System.out.println("exception!"); 42 42 t.printStackTrace(); 43 43 } -
trunk/abcl/examples/abcl/lispcall_from_java_simple/MainAlternative.java
r11384 r12307 48 48 catch (Throwable t) 49 49 { 50 System.out.println(" abclexception!");50 System.out.println("exception!"); 51 51 t.printStackTrace(); 52 52 }
Note: See TracChangeset
for help on using the changeset viewer.