I installed the lgpl version of smartclient with windows vista and had no problems. I am now trying to get the evaluation version running with ubuntu (which is new to me) and can't get it to load in firefox. I have set my JAVA_HOME path which verifies as /usr/lib/jvm/java-1.6.0_20, changed localhost port to 8081 (also tried 8180) in start_embedded_server.sh and no proxies for localhost and I still get 'problem loading page' at http://localhost:8081/index.html. I've searched heavily online and can't find the solution. Any advice would be greatly appreciated.
Announcement
Collapse
No announcement yet.
X
-
Originally posted by phoenix248I installed the lgpl version of smartclient with windows vista and had no problems. I am now trying to get the evaluation version running with ubuntu (which is new to me) and can't get it to load in firefox. I have set my JAVA_HOME path which verifies as /usr/lib/jvm/java-1.6.0_20, changed localhost port to 8081 (also tried 8180) in start_embedded_server.sh and no proxies for localhost and I still get 'problem loading page' at http://localhost:8081/index.html. I've searched heavily online and can't find the solution. Any advice would be greatly appreciated.
$ echo $JAVA_HOME
/usr/lib/jvm/java-6-sun
Still no luck.
-
For anyone who is new to linux like I am and runs into this problem in the future, the only way I have yet discovered to run smartclient with linux/ubuntu 10.10 is through the terminal. Navigate to directory containing start_embeded_server.sh and runCode:bash start_embedded_server.sh
Comment
-
Originally posted by phoenix248For anyone who is new to linux like I am and runs into this problem in the future, the only way I have yet discovered to run smartclient with linux/ubuntu 10.10 is through the terminal. Navigate to directory containing start_embeded_server.sh and runCode:bash start_embedded_server.sh
chmod +x start_embedded_server.sh
And then you can just type:
start_embedded_server.sh
But you have to do this in a terminal window pretty much.
Comment
Comment