Results 1 to 8 of 8

Thread: Linux Ubuntu

  1. #1
    Join Date
    Oct 2008
    Posts
    500
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default Linux Ubuntu

    I already posted this once in the SRL Help section, but I wanted it to reach more people, and I want to expand on my knowledge of the os further than to just solve my current problem. However, my current problem is that I cannot get java to install through WINE and therfore, cannot run SMART.

    Also, though, if anyone knows alot about Linux and wants to share some places to learn at or just some useful general knowledge, feel free to share.

  2. #2
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by kitchenrange View Post
    I already posted this once in the SRL Help section, but I wanted it to reach more people, and I want to expand on my knowledge of the os further than to just solve my current problem. However, my current problem is that I cannot get java to install through WINE and therfore, cannot run SMART.

    Also, though, if anyone knows alot about Linux and wants to share some places to learn at or just some useful general knowledge, feel free to share.
    It's not too hard.

    Code:
    sudo apt-get install wine (if not already installed)
    cd ~
    Now, either to go java.com with firefox and download (NOT: open) the installer to your home directory.
    If you think your computer is the same as mine, use this: (not recommended)
    Code:
    wget http://javadl.sun.com/webapps/download/AutoDL?BundleId=26223
    Code:
    ~/wine jre-6-u11-windows-i586-p-s.exe (something like that name)
    Voila! That should have installed java. (Do whatever the installer asks you to go)

    Installed SCAR is just as easy, won't explain that. (dl installer and exec it)

    I am not sure if the SRL Download works.
    So you might want just want to:
    Code:
    cd ~/.wine/drivec/Program\ Files/SCAR\ 3.15/Includes/ #go to scar includes dir
    svn co http://www.srl-forums.com/srl-repos/ #dl srl through svn. (if svn is not installed, install it using the package man.
    cd ./srl (or SRL) # go to the srl dir
    mv place\ inside\ plugins\ folder/* ../../Plugins/ #move everything in place etc to SCAR/Plugins/
    To test this install, open SCAR. Try a script with SMART. It should work.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  3. #3
    Join Date
    Oct 2008
    Posts
    500
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Ill definitely try that, but the problem comes after running the installer. Scar runs fine until it tries to load smart. then it says cant find jvm.dll.

    I thought i mentioned that it fucked up at the end of the installer. When you run it from the terminal like that it does the same thing as if you opened the installer with wine, right?

  4. #4
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by kitchenrange View Post
    Ill definitely try that, but the problem comes after running the installer. Scar runs fine until it tries to load smart. then it says cant find jvm.dll.

    I thought i mentioned that it fucked up at the end of the installer. When you run it from the terminal like that it does the same thing as if you opened the installer with wine, right?
    When you do wine 'executable path and name' it will debug. I also had trouble using the regular installer. When I used WINE from the command line, it worked.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  5. #5
    Join Date
    Oct 2008
    Posts
    500
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    awesome, ill try that as soon as i get home, because without scar, the computer is basically useless to me until i start back going to school. The internet is filled with a bunch of bull

  6. #6
    Join Date
    Oct 2008
    Posts
    500
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    I basically got everything done that wizzup was saying and i encountered a lot of errors, i eventually got it down to one error which is module not found.... if anyone could help me out I need this greatly, or I wont be able to script or bot anymore...

  7. #7
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by kitchenrange View Post
    I basically got everything done that wizzup was saying and i encountered a lot of errors, i eventually got it down to one error which is module not found.... if anyone could help me out I need this greatly, or I wont be able to script or bot anymore...
    What errors did you encounter? Paste them, please.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  8. #8
    Join Date
    Oct 2008
    Posts
    500
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    i got past all except for the module not found. the jre then press tab thing worked so.. i dont know why it didnt.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Ubuntu
    By passiondrive in forum News and General
    Replies: 16
    Last Post: 08-15-2007, 05:08 PM

Posting Permissions

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