Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-1462) udig can not connect to ArcSDE

udig can not connect to ArcSDE
------------------------------

                 Key: UDIG-1462
                 URL: http://jira.codehaus.org/browse/UDIG-1462
             Project: uDIG
          Issue Type: Bug
          Components: arcsde
    Affects Versions: UDIG 1.1-SC1
         Environment: RHEL5.2, java version: 1.6 ( java run time came with udig) 
            Reporter: kasia
            Assignee: Jody Garnett
            Priority: Minor


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 ?



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


Back to the top