Как установить новый JAR в icCube

Есть ли способ добавить JAR в инсталляцию icCube, чтобы сделать ее доступной для интеграции MDX JAVA, источника данных JDBC и т. Д.?

1 ответ

Вам нужно будет добавить JAR в каталог lib icCube и, возможно, соответственно обновить CLASSPATH:

Windows (.exe)

- copy the JAR into C:\Program Files\icCube\5.1\lib
- restart icCube

Windows (.bat)

- copy the JAR into C:\Program Files\icCube\5.1\lib
- edit the C:\Program Files\icCube\5.1\bin\icCube.bat file to add the JAR to the CLASSPATH (e.g., SET CLASSPATH=%CLASSPATH%;../lib/new-jar.jar)
- restart icCube

Linux

- copy the JAR into /opt/icCube/lib
- edit the file /opt/icCube/bin/icCube.sh to add the JAR to the CLASSPATH (e.g., CLASSPATH="$CLASSPATH:$ICCUBE/lib/new-jar.jar" )
- restart icCube

MacOS

- copy the JAR into the icCube.app package Contents / Java / lib
- edit the file Contents / Info.plist to add the new JAR to the <key>JVMClassPath</key>
- restart icCube
Другие вопросы по тегам