Author Topic: Newb Java Servlet Support  (Read 6014 times)

midnight1111

  • Community Member
  • Posts: 5
  • Hero Points: 0
Newb Java Servlet Support
« on: January 01, 2011, 06:06:03 PM »
I have a v9 version of the PLUG-IN, is Slickedit support for Java Servlets better than the native support for Java currently in Eclipse?  I have tried installing the v9 version on Ubuntu 10 and get several errors (listed below)... I am trying to decide between going with SE or just using Eclipse to develop some servlet code.

Thx ahead of time,
M-

+ debugOut option (lax.nl.java.option.additional).. none
+ echo option (lax.nl.java.option.additional).. none
+ resolveLink /tmp/install.dir.12811/Linux/resource/jre/bin/java
+ rl_linked=true
+ rl_operand=/tmp/install.dir.12811/Linux/resource/jre/bin/java
+ dirname /tmp/install.dir.12811/Linux/resource/jre/bin/java
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
+ rl_origDir=
+ /bin/ls -l /tmp/install.dir.12811/Linux/resource/jre/bin/java
/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
+ rl_ls=
+ resolvedLink=/tmp/install.dir.12811/Linux/resource/jre/bin/java
+ return
+ actvm=/tmp/install.dir.12811/Linux/resource/jre/bin/java
+ basename /tmp/install.dir.12811/Linux/resource/jre/bin/java
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
+ actvmBinaryName=
+ dirname /tmp/install.dir.12811/Linux/resource/jre/bin/java
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
+ actvmHome=
+ basename
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
+ [  = bin ]
+ JAVA_HOME=
+ export JAVA_HOME
+ [ true = true ]
+ [ Xen_US.UTF-8 = X ]
+ LANG=en_US.UTF-8
+ debugOut
+ echo
+ debugOut ========= Display settings ===========================================
+ echo ========= Display settings ===========================================
+ isRemoteDisplay=false
+ [ true = true -a false = false -a false = false -a ! linux = darwin ]
+ hostname
hostname: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory
+ hostname=
+ isRemoteDisplay=true
+ [ localhost:10.0 = :0 ]
+ [ localhost:10.0 = :0.0 ]
+ [ localhost:10.0 = localhost:0 ]
+ [ localhost:10.0 = localhost:0.0 ]
+ [ localhost:10.0 = unix:0 ]
+ [ localhost:10.0 = unix:0.0 ]
+ [ localhost:10.0 = :0 ]
+ [ localhost:10.0 = :0.0 ]
+ xDisp=local
+ [ true = true ]
+ xDisp=remote
+ [ -z localhost:10.0 ]
+ debugOut X display............................... remote
+ echo X display............................... remote
+ [ -z localhost:10.0 -a gui = gui ]
+ [ true = true -a gui = gui ]
+ debugOut WARNING:  The name  of  this  host () and  the setting
+ echo WARNING:  The name  of  this  host () and  the setting
+ debugOut of this  shell's DISPLAY (localhost:10.0) variable do not match.
+ echo of this  shell's DISPLAY (localhost:10.0) variable do not match.
+ debugOut If this launcher is being displayed to a Microsoft Windows desktop
+ echo If this launcher is being displayed to a Microsoft Windows desktop
+ debugOut through X Windows the Java Virtual Machine might abort. Try running
+ echo through X Windows the Java Virtual Machine might abort. Try running
+ debugOut this installer locally on the target system or through X Windows to
+ echo this installer locally on the target system or through X Windows to
+ debugOut another UNIX host if the installer unexpectedly fails.
+ echo another UNIX host if the installer unexpectedly fails.
+ debugOut UI mode................................. gui
+ echo UI mode................................. gui
+ [ true = true ]
+ echo

+ echo Launching installer...
Launching installer...
+ echo

+ ENV=
+ export ENV
+ debugOut ========= VM Command Line ============================================
+ echo ========= VM Command Line ============================================
+ debugOut options: -Djava.compiler=NONE  -Xmx50331648 -Xms16777216
+ echo options: -Djava.compiler=NONE  -Xmx50331648 -Xms16777216
+ CLASSPATH=/tmp/install.dir.12811/InstallerData:/tmp/install.dir.12811/InstallerData/installer.zip:
+ export CLASSPATH
+ debugOut CLASSPATH:/tmp/install.dir.12811/InstallerData:/tmp/install.dir.12811/InstallerData/installer.zip:
+ echo CLASSPATH:/tmp/install.dir.12811/InstallerData:/tmp/install.dir.12811/InstallerData/installer.zip:
+ echo /tmp/install.dir.12811/Linux/resource/jre/bin/java
+ grep jre$
grep: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
+ [  ]
+ debugOut
+ echo
+ unset POSIXLY_CORRECT
+ [ ]
+ debugOut ========= Forking JAVA =============================================
+ echo ========= Forking JAVA =============================================
+ [ ]
+ exec /tmp/install.dir.12811/Linux/resource/jre/bin/java -Djava.compiler=NONE -Xmx50331648 -Xms16777216 com.zerog.lax.LAX /tmp/install.dir.12811/temp.lax /tmp/env.properties.12811
/tmp/install.dir.12811/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
kyle@ubuntu:~$