JUSTJ Classpath [message #1858487] |
Tue, 04 April 2023 18:01 |
Yigal Spinner Messages: 124 Registered: July 2009 |
Senior Member |
|
|
My application uses JODBC drivers to access database.
When using ORACLE database with Japanese characters, the OJDBC8.jar requires access to ORI18n.jar. See error in attached file.
I tried to figure out where is the JUSTJ Class path so I can copy the JAR to that folder. I do not see any folder with JAR files under JUSTJ plugin.
Adding the JAR to the Project->Properties->Java->Build Path does not work.
Adding the JAR into Window->Preference->Java->Build Path->Classpath Variables does not work.
What other option I have to add the ORI18N.jar to so Eclipse will pick it during runtime?
-
Attachment: TestConn.png
(Size: 12.57KB, Downloaded 28 times)
[Updated on: Tue, 04 April 2023 18:08] Report message to a moderator
|
|
|
|
|
Re: JUSTJ Classpath [message #1858528 is a reply to message #1858522] |
Thu, 06 April 2023 06:00 |
Ed Merks Messages: 32985 Registered: July 2009 |
Senior Member |
|
|
Normally you put the jar in a bundle and mention the library in the classpath of the bundle:
Bundle-ClassPath: lib/commons-collections4-4.1.jar
Don't forget to mention the libraries in the bin.includes of the build.properties:
bin.includes = META-INF/,\
.,\
lib/
Ed Merks
Professional Support: https://www.macromodeling.com/
|
|
|
Powered by
FUDForum. Page generated in 0.02121 seconds