Re: Remote REPL problem when connecting to RMI Client VM

2009-11-17 Thread Kent
Jon, Thanks for the reply. You are correct. When my compiled code tries to run "(eval (+ 1 1))" I get the same exception that I got when I tried "(+ 1 1)" from the repl. Since I only need to be able to interact with the REPL when the client is running on my development machine, I am going to t

Re: Remote REPL problem when connecting to RMI Client VM

2009-11-16 Thread John Harrop
On Mon, Nov 16, 2009 at 7:20 PM, Kent wrote: > Hi, > > I am trying to use clojure to implement a "plugin" for some vendor > supplied software. > > Here is a little background on the vendor supplied software. It > expects me to implement a particular interface and then put the jar > file containi

Remote REPL problem when connecting to RMI Client VM

2009-11-16 Thread Kent
Hi, I am trying to use clojure to implement a "plugin" for some vendor supplied software. Here is a little background on the vendor supplied software. It expects me to implement a particular interface and then put the jar file containing that implementation into a directory on its server. Then w