This is the mail archive of the kawa@sources.redhat.com 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: importing java packages


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



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