[java-dev] where is the mxj post() method?
garton at columbia.edu
garton at columbia.edu
Sat Dec 15 19:30:16 MST 2007
- Previous message: [java-dev] Re: ZipException not found error
- Next message: [java-dev] where is the mxj post() method?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
So I think this actually is a legit question. I'm trying to encapsulate the armedbear java/common lisp inside mxj, and the loader is doing some strange stuff when trying to find files. I want to compile the abcl.jar functions (yay source available!) and print some info when I run it under mxj, and of course System.out.print doesn't work. I use the mxj post() method, but trying to compile the abcl stuff will give me a 'method not found' unless I import it properly. It doesn't seem to be in the max jar files, though. What do I need to import for it to recognize the post() method? Alternatively, is there a place where System.out.print messages go (I don't see them in the console)? I think I should be able to do this -- I've been able to run the lisp with a very generic standalone java app. Not sure why it is having problems finding the appropriate files under mxj (the abcl.jar file is in Cycling '74/java/lib/). brad http://music.columbia.edu/~brad
- Previous message: [java-dev] Re: ZipException not found error
- Next message: [java-dev] where is the mxj post() method?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
