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: how to start kawa inside a running java application


Boris Mizhen - wrote:

Hello all,

I wonder how to start kawa inside a running java application and get
access to repl?

There are a lot of ways to do that. If you're just looking for a different way to start the repl, looking at kawa.sh will show you that the command line start up main-class is kawa.repl. So 'kawa.repl.main(new String[0])' will get you a prompt on System.in/out.


Jim


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