PDA

View Full Version : Smart client error



0ulooked
02-24-2015, 11:23 PM
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

KeepBotting
02-24-2015, 11:29 PM
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.

Aggezzz
05-17-2015, 10:51 PM
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.

Rans
05-20-2015, 10:33 AM
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.

Harrier
05-20-2015, 03:38 PM
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}


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

Turpinator
05-20-2015, 03:44 PM
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.