Guys,
I've been searching for an answer to this problem for a while now and have had no luck.
After installing DB2 express on RHEL4 I want to execute db2cc using x forwarding but am presented with the following java error:
Exception in thread "main" java.lang.UnsatisfiedLinkError: initIDs
at java.awt.Component.<clinit>(Component.java:561)
at CC.<init>(Unknown Source)
at CC.main(Unknown Source)
DB2JAVIT : RC = 1
I've confirmed that the java SKD (IBMJava2-142-ia32-SDK-1.4.2-4.0) is correctly installed... any ideas?
Thanks in advance.