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?


Hi Per,

This seems to have fixed it, thanks!

I'm still having problems when attempting to compile and run my code as an
applet, but that may not be directly related. I'll try to come up with a
test case and post it.

Alex


On 2/24/10 4:03 PM, "Per Bothner" <per@bothner.com> wrote:

> 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.)



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