This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Variables not initialized when module is required?


On 02/18/2010 11:56 PM, alex mitchell wrote:
But it would be great if this could be fixed, as I suspect it may solve the
other problem I posted recently, where I had variable declaration issues
when trying to compile to an applet.

Try now.


You should now be able to just do:

$ kawa test.scm

Also, if you compile the two files:

$ kawa -C test.scm testobj.scm

you can now run it from the kawa command-line:

$ kawa test

I.e. the 'kawa' command can take a compile class, just like the
'java' command, but you don't have to specify a classpath for
the kawa .jar, and you don't have to have a main method.
(Instead, it checks if the class is Runnable.)
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]