From: Ken A. <kan...@bb...> - 2002-09-03 20:59:28
|
Unfortunately, yes. I think there used to be a message when you compiled that certain classes had to be compiled by hand. SchemeInvocationHandler was not compiled because it is JDK 1.2+ specific, and we still support ancient Java environments. I'll add some code to compile these classes specially. For now, compile them, form the jscheme directory, with: javac -classpath src src/elf/SchemeInvocationHandler.java If you run the bootstrap again it will include the .class file in the jar. k At 04:45 PM 9/3/2002, John Raley wrote: >Hi, > >I don't see how to build SchemeInvocationHandler >(other than by hand). Am I missing something in the >doc, or is that the only way? > >Thanks. > > >__________________________________________________ >Do You Yahoo!? >Yahoo! Finance - Get real-time stock quotes >http://finance.yahoo.com > > >------------------------------------------------------- >This sf.net email is sponsored by: OSDN - Tired of that same old >cell phone? Get a new here for FREE! >https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 >_______________________________________________ >Jscheme-user mailing list >Jsc...@li... >https://lists.sourceforge.net/lists/listinfo/jscheme-user |