Author Topic: Java .so's  (Read 482 times)

Offline Almost-retired

  • Sr. Member
  • ****
  • Posts: 252
    • What keeps Gene out of the bars
Java .so's
« on: January 09, 2011, 11:33:47 AM »
Greetings all;

I am setting up a java server application that is likely about as off the wall as you can imagine, but it allows my old coco3 computer to use a hard drive on this machine as if it was connected directly to the coco itself.

This server package comes with a java library, "librxtxSerial.so" and I have no clue where in this filesystem to put it so that a "java -jar DriveWire.jar" can find and use it.  Surely there is a standard parking place for such java stuff?

Thanks

--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)


Offline muungwana

  • Hero Member
  • *****
  • Posts: 6267
Re: Java .so's
« Reply #1 on: January 09, 2011, 11:57:34 AM »

try to first put it at "/usr/local/lib"
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline Almost-retired

  • Sr. Member
  • ****
  • Posts: 252
    • What keeps Gene out of the bars
Re: Java .so's
« Reply #2 on: January 09, 2011, 10:18:33 PM »
I put it in /usr/lib and it seems to work.  But you are right.  I tyried to move it to /usr/local/lib but it doesn't work there, even after running an ldconfig, so I moved it back.  Our package manager does not list it, so it will probably be ok in /usr/lib.

If I can recall to do it, I'll move it to local before I reboot next, there may be a path cache I'm fighting with now.

Thanks.

--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Malek's Law:
        Any simple idea will be worded in the most complicated way.