Topic Options
Rate This Topic
#139810 - 04/09/08 04:14 AM ICU for Remedy Java API
soba Offline
Stealth Member

Registered: 01/20/06
Posts: 122
Loc: Turkey
Hi everyone,

I've implemented a simple java library that wraps Remedy 6.3 Java API to access simple functions like ticket creation, update etc for a specific application. They are going to use the library in a web application. It works fine on my Windows machine.

They have decided to run the application on OpenSUSE. Now they ask me to provide ICU version 2.8 libraries which seem to be required for this version of the API. Well I'm not that into Linux distributions or packages, but I could not find that on the internet. It seems only way is to download the source code and build it on an OpenSuse box. But I'm afraid it will take really long.

I would like to ask if anybody tried to run a Remedy Java API program on OpenSUSE. Please kindly guide me to any sources you know or let me know if I'm talking nonsense.

Best regards,
Soba

Top
#139848 - 04/18/08 06:13 AM Re: ICU for Remedy Java API [Re: soba]
soba Offline
Stealth Member

Registered: 01/20/06
Posts: 122
Loc: Turkey
Hi,

I took the libraries from the Mid-tier tar file. It seems to work fine, without need to install the ICU on the OS, just libraries in correct folder and referenced fine with CLASSPATH.

Best regards,
Soba


Edited by soba (04/18/08 06:15 AM)

Top