Details
-
Type:
Bug
-
Status:
Analysis
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: UDIG 1.1-SC1
-
Fix Version/s: UDIG 1.4.1
-
Component/s: database
-
Labels:None
-
Environment:RHEL5.2, java version: 1.6 ( java run time came with udig)
Description
Subject: Missing the class com.ibm.icu.text.UnicodeDecompressor
I am running udig-1.1.1 on Linux. When I am trying to connect to ArcSDE, I am getting this error message:
java.lang.NoClassDefFoundError: com/ibm/icu/text/UnicodeDecompressor
at com.esri.sde.sdk.client.s$a_.p(Unknown Source)
This class file is included in the icu4j_3_2.jar which comes with ArcSDE SDK. I tried adding this jar to the CLASSPATH environment variable before starting uDig, but it caused no effect. How can I make uDig aware of its presence ?