Vlad Dumitrescu wrote:
> If you start eclipse with an argument of
> -consoleLog -vmargs -DOtpConnection=4
> and send the console output, we'll know more.
One mistake is here:
private RpcResult sendRpc(String module, String fun,
OtpErlangObject[] args, int timeout)
{
if (!fConnected)
return null;
...
public String getCurrentVersion()
{
try
{
RpcResult r = rpc("init", "script_id");
if (r.isOk())
{
...
r.isOK() fails with a NullPointerException when the rpc isn't connected.
This doesn't solve the lack of connection problem, but at least it might
let the Java get initialized.
Is there any way to check out the code with CVS and to build it directly
in eclipse as a plugin? A couple notes on how to go from checkout to a
locally installed version of Erlide would help. This is especially true
since you don't have access to many versions of OS.
-a
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Erlide-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/erlide-devel