Re: Server Side serial port access in GWT with RXTX

2011-10-13 Thread Steve Struebing
Thanks Kevin. Two things that underscore my idocy: 1) I should have realized that Server was nothing more than a web server rather than some obscure java convention. 2) I have decoupled GWT and Google App Engine in my mind, so I realized which bit is complaining. I am learning how to admin

Server Side serial port access in GWT with RXTX

2011-10-12 Thread Steve Struebing
I've been looking around for a succinct answer on this one, but I have been reading conflicting comments. I want to use the RXTX package on the Server-Side only to access my serial port (I realize there are access restrictions on the client side anyway). Some say that you can just put the .jar

Re: Server Side serial port access in GWT with RXTX

2011-10-12 Thread Kevin Jordan
Remove any appengine jars from your app since you won't be needing anything from that for this. And if you're using eclipse or something like that to build/run it, remove it from your project there too. On Oct 12, 8:53 pm, Steve Struebing steve.strueb...@gmail.com wrote: I've been looking