|
From: Leif M. <le...@ta...> - 2004-05-26 06:34:12
|
Prasad, I am not familiar with what "vbj" is.. I did a google and found the following: http://archives.java.sun.com/cgi-bin/wa?A2=ind0011&L=ejb-interest&F=&S=&P=22193 It sounds like VBJ simple sets up some environment variables and then launches a JVM instance. To use the Wrapper, you will need to find out what those "environment variables" are. From the above page it sounds like you can do so by running something like the following: vbj -VBJdebug -Duser.region=US -Dvbroker.agent.port=14000 com.server.transform.Server Whatever the result, please post back. A description of how to do this would be useful for other future users trying to do the same thing. Cheers, Leif Prasad Tirumareddi wrote: > Hi > > I am trying to use the Java Wrapper. It works fine with the normal > classes or jar files. I would like to use the following one. Can > anyone suggest how to use this. > > vbj -Duser.region=US -Dvbroker.agent.port=14000 > com.server.transform.Server > > Can i register this as a service. > > Thanks, > Prasad. |