This is the mail archive of the
kawa@sources.redhat.com
mailing list for the Kawa project.
RE: importing java packages
- From: "Dominique Boucher" <dominique dot boucher at nuecho dot com>
- To: "'Per Bothner'" <per at bothner dot com>, <kawa at sources dot redhat dot com>
- Date: Thu, 17 Mar 2005 16:09:11 -0500
- Subject: RE: importing java packages
- Reply-to: <dominique dot boucher at nuecho dot com>
Per,
> The question is how is what you're doing different than
> java kawa.repl -C A.scm B.scm
> because that works.
What I try to do is something that looks more like:
java kawa.repl -C A.scm B.scm [*changes to A.scm and B.scm*] A.scm B.scm
In other words, I would like to embed Kawa in Eclipse and be able to compile
the same files multiple times directly from within Eclipse. I don't want to
start a new JVM everytime I compile a single file (guess why!).
I hope it's feasible (there may be some class loading issues I am not aware
of). I can even contribute some code, if you want.
Cheers,
Dominique