Page 1 of 1

Java client example: Cannot find symbol: ICloudClientManager

Posted: Sun Oct 07, 2012 10:29 am
by stefan66
Hi,

I made a new Web project in Netbeans, adding all libraries I found in the simple-client-example-1.0\lib folder to the project and trying to compile MyCloudClientServlet, but it seems it can't find some classes as : ICloudClientLoader, CloudClientLoader, Constants, AbstractDevice.

Seems I'm missing a/some Jar package ?

In what package are the com.scientiamobile.wurflcloud classes ?

Any ideas ?

Regards,

Stefan

Re: Java client example: Cannot find symbol: ICloudClientMan

Posted: Mon Oct 08, 2012 3:29 am
by support-all
Hello Stefan.

I guess that what you are actually running is a simple example of a web application, exploiting the WURFL Cloud Service.
Looks like what is missing is the WURFL Cloud core JAR itself (containing packages and classes you are looking for).

If you have downloaded the simple-client-example-1.0-ant.zip file, you should find such JAR into:
simple-client-example-1.0\docs\client-java-1.0-simple.jar

Just try to add this JAR to the classpath, and tell me if you still have problems.
Do not hesitate to ask more questions!

Regards,
Fulvio

Re: Java client example: Cannot find symbol: ICloudClientMan

Posted: Mon Oct 08, 2012 5:28 pm
by stefan66
Hi Fulvio,

thanks for your reply.

I must have missed that.

Regards,

Stefan