Results 1 to 4 of 4

Thread: where do i put .so file

  1. #1
    Join Date
    Oct 2010
    Beans
    4

    where do i put .so file

    Hi,

    Ive just converted from windows so be honest I haven't got a clue what I'm doing, I'm working on a Java app that would need a .dll file to be placed in the windows folder, but as far as i can tell i need a .so file for Ubuntu, so my question is where do i put the file?

    Thanks in advance

  2. #2
    Join Date
    Nov 2008
    Location
    On a cramped tour bus
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: where do i put .so file

    Quote Originally Posted by sinista View Post
    Hi,

    Ive just converted from windows so be honest I haven't got a clue what I'm doing, I'm working on a Java app that would need a .dll file to be placed in the windows folder, but as far as i can tell i need a .so file for Ubuntu, so my question is where do i put the file?

    Thanks in advance
    32bit
    Code:
    gksudo nautilus /usr/lib
    64bit
    Code:
    gksudo nautilus /usr/lib64
    drag n drop
    Website | TF2/Left4Dead2 Servers | Google Pagespeed + Nginx for Ubuntu Testing | #ubuntuforums Chat Room | Music is my ❤
    Always follow your dreams, wherever they take you, and everything will be exactly as you wanted

  3. #3
    Join Date
    Oct 2010
    Beans
    4

    Re: where do i put .so file

    brilliant thanks very much

  4. #4
    Join Date
    Jan 2011
    Location
    England
    Beans
    30
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: where do i put .so file

    Brilliant, been looking for that command for a long time

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •