I have the tar.gz, But what do now?
I tried it on Vista but it said i needed the Java JDK but i couldn't figure out how to do it.
How would i do it on Ubuntu?
Heres the Linux Instructions:
I'm currently learning Python and am a noob programmer but plan on using OL soon.Code:Unix/Linux * Download the OpenLaszlo Server for Unix/Linux. * Use tar zxvf to unzip and untar the distribution from /usr/local (or wherever you want it to go; you can even use your home directory for safety). * For SWF9 development on Unix, you will need to manually chmod 755 all the binaries in WEB-INF/server/bin/ before you can compile. This is true for both the .war and .gz distributions. * DON'T just copy the Tomcat folder into /usr/local. Keep the whole distribution together. So if you put it in /usr/local, it would look something like this: * /usr/local/lps-4.6.1/ ...with Server/tomcat-5.0.24 as a subdirectory of lps-4.6.1 * Make sure that JAVA_HOME is set correctly. If the instructions below don't work, see the instructions that come with the Java SDK. * You can check which version of java you have by typing: $ echo $JAVA_HOME and you should see something like: /usr/java/j2sdk1.4.0 if not, type: which java to find Java on your machine. If no value is returned check installation of Java. Export JAVA_HOME by typing: export JAVA_HOME=(location of Java on your machine) * and you should see something like: /usr/java/j2sdk1.4.0 * Make sure that you have the version 5 or greater of the Macromedia Flash browser plugin installed. * Finally run the /lps-3.3/Server/tomcat-5.0.24/bin/startup.sh script, and you're ready to go. This script will set the following environment variables: CATALINA_BASE CATALINA_HOME CATALINA_TMDIR JAVA_HOME - note that JAVA_HOME must be set before running the script * Now test your installation. * http://www.laszlosystems.com/lps-3.3/docs/installation/run.html * Link to hello.lzx brings you to http://localhost:8080/lps-3.3/examples/hello.lzx Linux Notes On some installations of RedHat 7.2 Linux, you may need the XFree86-libs RPM from http://updates.redhat.com/7.2/en/os/i386/. In order to access JSP pages, you may need to copy $JAVA_HOME/jre/lib/tools.jar to lps-4.6.1/Server/tomcat-5.0.24/common/lib.
I didn't understand a word of:
* For SWF9 development on Unix, you will need to manually chmod 755 all the binaries in WEB-INF/server/bin/ before you can compile. This is true for both the .war and .gz distributions.
Can you noob that down for me?
Thanks.
![]()



Adv Reply



Bookmarks