I emerged ibm-sdk-bin-1.4.2 and eclipse-sdk on a PPC.
But doing the tutorial for "hello world" give an error:
Code: Select all
Activation.main: warning: sun.rmi.activation.execPolicy system
property unspecified and no ExecPermissions/ExecOptionPermissions
granted; subsequent activation attempts may fail due to unsuccessful
ExecPermission/ExecOptionPermission permission checks. For
documentation on how to configure rmid security, refer to:
http://java.sun.com/j2se/1.4/docs/tooldocs/solaris/rmid.html
http://java.sun.com/j2se/1.4/docs/tooldocs/win32/rmid.html
Activation.main: an exception occurred: Port already in use: 1098; nested exception is:
java.net.BindException: Address already in use
java.rmi.server.ExportException: Port already in use: 1098; nested exception is:
java.net.BindException: Address already in use
at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:283)I can run this code by
Code: Select all
java HelloThe same error I get, if I do
Code: Select all
rmid -J-Djava.security.policy=rmid.policyIBM-jdk is the only available for PPC.
Do I have to configure Eclipse?

