I've used webrcp 0.2 and 0.3 successfully with eclipse 3.0.2 but with 3.1 I'm getting exit code 13 upon launch. Do I need to do anything special with 3.1?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Exit code 13 means that the Eclipse launcher cannot load your application e.g. in case of missing plugins. It is not a bug of WebRCP. Informations about the failure of the eclipse launcher can be found in an eclipse log file ".log". If you're using Unix it should be somewhere under
/tmp/WebRCP-<appname>-<user>/unpacked/.metadata/.
Daniel Mendler
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've used webrcp 0.2 and 0.3 successfully with eclipse 3.0.2 but with 3.1 I'm getting exit code 13 upon launch. Do I need to do anything special with 3.1?
same problem here - any hints?
same problem on 3.1.1, need help!
Exit code 13 means that the Eclipse launcher cannot load your application e.g. in case of missing plugins. It is not a bug of WebRCP. Informations about the failure of the eclipse launcher can be found in an eclipse log file ".log". If you're using Unix it should be somewhere under
/tmp/WebRCP-<appname>-<user>/unpacked/.metadata/.
Daniel Mendler