Changeset 13186


Ignore:
Timestamp:
01/26/11 10:05:44 (12 years ago)
Author:
Mark Evenson
Message:

Add a slightly simpler example of implemeting a Java interface in Lisp.

TODO Needs further documentation.

Location:
trunk/abcl/examples/java-interface
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/examples/java-interface/README

    r12721 r13186  
    44To compile
    55
    6     cmd$ javac  -cp ../../dist/abcl.jar  Main.java
     6    cmd$ javac  -cp ../../dist/abcl.jar  Main.java BankAccountMain.java
    77
    88where the "../../../dist/abcl.jar" represents the path to your
     
    2828
    2929
     30
Note: See TracChangeset for help on using the changeset viewer.