Hi Robert, Please post your queries on the [EMAIL PROTECTED]
Are you trying to run the ULC sample demos? These are already deployed in the bundled Tomcat in <ULC install dir>\sample\tomcat dir. Please see the documentation at: http://www.canoo.com/ulc/developerzone/gettingstarted.html Or have you created and deployed a ULC application in Tomcat? Please read the ULC Deployment Guide on how to deploy your ULC applications. Basically, you have two sets of jar files to be deployed in Tomcat: 1. ULC Client side jars: Placed in webapps\<application>\lib dir 2. ULC Server side jars: Placed in webapps\<application>\WEB-INF\lib dir ULC Source code is not part of installation hence you need not compile. The source code provided only has method stubs to aid source code completion and Javadoc in IDEs. Thanks and regards, Janak ----------------------------------------- Janak Mulani email: [EMAIL PROTECTED] url: http://www.canoo.com Beyond AJAX - Java Rich Internet Applications http://www.canoo.com/ulc ----------------------------------------- > -----Original Message----- > From: Robert [mailto:[EMAIL PROTECTED] > Sent: Friday, January 18, 2008 1:52 AM > To: [EMAIL PROTECTED] > Subject: ULC 6.2.1 installation package and missing jar file > > Dear Sir, > I'm trying out ULC technology and i'm stuck at the begging. I.m getting > error : "java.io.FileNotFoundException: > http://localhost:9090/test/lib/ulc-base-client.jar ". > I think there is missing jar file in installation package. I cannot find > ulc-base-client.jar file in ulc directory. There is only source file ulc- > base-client-src.jar which I cannot compile(I'm not that java guru yet) . > I am using 64-bit Linux OS. > > Best Regards, > Robert _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
