Results 1 to 6 of 6

Thread: Smart client error

  1. #1
    Join Date
    Apr 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Smart client error

    I'm currently unable to load the smart client, think it's a problem with my environmental variables.
    Can someone tell me how to properly set up my PATH and CLASSPATH for jre7

  2. #2
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Ideally, PATH should set itself.

    1) Uninstall every version of Java you have.
    2) Reboot.
    3) Install Java 7/8 x86 (32-bit) version for whatever OS you're on.
    4) Reboot.
    5) See if SMART works.

    The reboots in between are important. Do them, and PATH should automatically update.

    Only install Java JRE if you don't need JDK.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

  3. #3
    Join Date
    May 2015
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    I have problem my os 07 doesn't work on samba why problem with code
    program new;
    {$DEFINE SMART}
    {$i SRL/SRL.simba}

    begin
    SetupSRL();
    end.
    Error: File "SRL/SRL.simba" not found at line 3
    Compiling failed.

  4. #4
    Join Date
    May 2015
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Aggezzz View Post
    I have problem my os 07 doesn't work on samba why problem with code
    program new;
    {$DEFINE SMART}
    {$i SRL/SRL.simba}

    begin
    SetupSRL();
    end.
    Error: File "SRL/SRL.simba" not found at line 3
    Compiling failed.
    try this snippet

    program new;
    {$DEFINE SMART} // comment this line out if you don't want to use SMART
    {$i SRL-6/SRL.simba}

    begin
    clearDebug();
    setupSRL();
    end

    if that doesn't work then go above to what keep said and follow those steps.

  5. #5
    Join Date
    Mar 2013
    Posts
    1,010
    Mentioned
    35 Post(s)
    Quoted
    620 Post(s)

    Default

    Quote Originally Posted by Aggezzz View Post
    I have problem my os 07 doesn't work on samba why problem with code
    program new;
    {$DEFINE SMART}
    {$i SRL/SRL.simba}

    begin
    SetupSRL();
    end.
    Error: File "SRL/SRL.simba" not found at line 3
    Compiling failed.
    That is for SRL-5/ you forgot to add "-OSR"
    {$i SRL-OSR/SRL.simba}

    Quote Originally Posted by Moped View Post
    try this snippet

    program new;
    {$DEFINE SMART} // comment this line out if you don't want to use SMART
    {$i SRL-6/SRL.simba}

    begin
    clearDebug();
    setupSRL();
    end

    if that doesn't work then go above to what keep said and follow those steps.
    That's for SRL-6 which is RS3 only
    #slack4admin2016
    <slacky> I will build a wall
    <slacky> I will ban reflection and OGL hooking until we know what the hell is going on

  6. #6
    Join Date
    Jan 2012
    Posts
    1,596
    Mentioned
    78 Post(s)
    Quoted
    826 Post(s)

    Default

    Quote Originally Posted by Hawker View Post
    That is for SRL-5/ you forgot to add "-OSR"
    {$i SRL-OSR/SRL.simba}


    That's for SRL-6 which is RS3 only
    Except for the fact that samba is a FOSS protocol that works with SMB (ie windows shares).

    Its also a dance, if i recall correctly.

Thread Information

Users Browsing this Thread

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

Posting Permissions

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