Community
Participate
Working Groups
Two problems: #1: $ ./workbench.sh .: 2: Can't open .../../../bin/setenv.sh This appears to be a missing '/' on line 2: . `dirname $0`../../../bin/setenv.sh should be . `dirname $0`/../../../bin/setenv.sh #2: $ ./workbench.sh [: 15: /usr/lib/jvm/java-6-openjdk/jre/: unexpected operator This appears to be because of an error in line 1 of the script. The shebang says #!/bin/sh but the script only works in bash. Changing the shebang to #!/bin/bash makes it work. Kubuntu 10.10.
Created attachment 252416 [details] patch can reproduce only first issue, rest works for me
http://git.eclipse.org/c/eclipselink/eclipselink.runtime.git/commit/?id=5b0cb03c38645e6d26545d86e75985509cff4ee2
in 2.6.x: http://git.eclipse.org/c/eclipselink/eclipselink.runtime.git/commit/?h=2.6&id=180e602c87f46fc3367d1dc2fe3ba4d44f938c4f
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink