06-10-2012 08:52 AM
Hello all,
I am having a very big challenge working with the helper applications and sample-push-initiator source codes provided in the SDK. How do I work with them in Netbeans or Eclipse? I need to do some code modification to suite my needs but even after including the jar files needed I still cannot deploy the source code application to run as Netbeans gives build error "The module is not depoyed".
Please help!
Regards,
06-14-2012 10:25 AM
For me I found the easiest way was to set up remote debug and just connect to the app remotely using Eclipse. If the app is not being deployed it suggests that your app is not correctly configured with the required dependencies, since Eclipse may clean your app when deploying you may want to add the reuired jars to tomcat (I assume) lib directoy so that they do not need to be redployed each time and they won't get cleaned up whne you run your build.
06-24-2012 05:01 PM
Thanks. I will try that out