Lawson LUU install

 4 Replies
 0 Subscribed to this topic
 27 Subscribed to this forum
Sort:
Author
Messages
RickyY
Veteran Member Send Private Message
Posts: 50
Veteran Member
Have anyone tried install the LUU from Lawson on Windows Server 2008 R2? We are stuck at the section where we have to enable POSIX on windows server. Any help is greatly appreciated. Thanks.

Ricky
Jimmy Chiu
Veteran Member Send Private Message
Posts: 641
Veteran Member
Hmm... you do exactly what the installation guide says.

stuck on what?
RickyY
Veteran Member Send Private Message
Posts: 50
Veteran Member
We are stuck at the section where we use perl to runn the LUUsetup.pl file. We got an error saying that "jar is not a vald command or something like that. " Any ideas?
John Henley
Send Private Message
Posts: 3351
Moving to S3 sysadmin forum
Thanks for using the LawsonGuru.com forums!
John
Jimmy Chiu
Veteran Member Send Private Message
Posts: 641
Veteran Member
Do a "echo %JAVA_HOME%", you should see the folder you installed sun jdk

Do a "where jar" in your command prompt and you should see:

%JAVA_HOME%\bin\jar.exe

You should have %JAVA_HOME% set as variable

and the absolute path of your %JAVA_HOME%\bin appended to your PATH variable.

If you have UAC on, run the command prompt as administrator before running the perl/luusetup.pl