× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I'm a little rusty with JAVA, but if you set your CLASS_PATH envirornment
variable to the folder where the jt400.jar is I think you will be golden.

You can use dtruss to see what files your process that is using the odbc
driver is opening with

dtrace -n 'syscall::open*:entry { printf("%s %s",execname,copyinstr(arg0)); }'

Source: http://www.brendangregg.com/DTrace/dtrace_oneliners.txt


But basically if the CLASS_PATH thing doesn't work, see where it looks
for jt400.jar and stick it there.


Justin



On Sun, Jul 19, 2015 at 3:19 PM Paul Raulerson <paul.raulerson@xxxxxxx>
wrote:

Honestly? It is an ODBC driver- I would not even being to know where to
install the java .jar or .class file… No mention of such in the
documentation either. I did install a “compatible” JRE and JDK, but no
mention of a need to install IBM specific components like .jar files…

Or I am just tired I am being stupid. That is a *real* possibility! :)

http://uda.openlinksw.com/odbc-db2-ee/ <
http://uda.openlinksw.com/odbc-db2-ee/>



-Paul


On Jul 19, 2015, at 1:35 PM, Justin Dearing <zippy1981@xxxxxxxxx> wrote:

What java class? jtopen? Did you install it and set your classpath right?



On Sun, Jul 19, 2015 at 1:04 PM Paul Raulerson <paul.raulerson@xxxxxxx>
wrote:

I need to come up with a DB2 ODBC or other type of driver than can be
used
from generic Mac OS programs to connect to DB2 on a 400 or on Linux.
Has
anyone came up with a solution for that? I thought DB/2 Connect, but
dang,
I can’t find it!

Openlink SW has some DB2 ODBC drivers, but I surely cannot get them to
work. They complain about a missing Java class on MacOS …


Thanks
-Paul

--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.


--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.


--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.