On Fri, Feb 08, 2008 at 10:55:07AM -0800, Sanjay Radia wrote: > I recently downloaded the Hessian source jar from; > > http://hessian.caucho.com/#Hessian%20Implementations/Download > > I cannot compile the source because of the missing classes: > com.caucho.jms.util.BytesMessageOutputStream; > com.caucho.util.*; > com.caucho.vfs.*;
Hi Sanjay, You shouldn't need to compile Hessian, just use the compiled jar. If you really want to compile it, you'll need the resin-util.jar. It is available in the main Resin download: http://www.caucho.com/download > Some of the other links on this site are do not work. > (for example the web pages shows a table called implementation with an > entry called "hessian.jar" which > isn't a url link. > > How do I download the source and compile it. > > I wanted to compile and run some rpc tests using hessian. This link works for me: http://hessian.caucho.com/download/hessian-3.1.3.jar Best, Emil ============================================================ Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] Caucho: Reliable Open Source --> Resin: application server --> Quercus: PHP in Java --> Hessian Web Services _______________________________________________ hessian-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/hessian-interest
