diff options
| author | guest <guest@f059d3a0-6783-47b7-97ff-1fe0bbf25129> | 2008-10-13 22:56:36 +0000 |
|---|---|---|
| committer | guest <guest@f059d3a0-6783-47b7-97ff-1fe0bbf25129> | 2008-10-13 22:56:36 +0000 |
| commit | ebbf2b9221da0966f44621f07737c9b4bbabfdbd (patch) | |
| tree | a8535885c2669cecc7eb54d6172a509f57a286a2 /client.sh | |
| parent | 45d02993121871aa53c21ba4f1ffa1d4da8ddb8a (diff) | |
fixed build system, to build on x86 and amd64, tested with gentoo & debian
git-svn-id: http://manut.eu/svn/yalp/trunk@13 f059d3a0-6783-47b7-97ff-1fe0bbf25129
Diffstat (limited to 'client.sh')
| -rwxr-xr-x | client.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1 +1,2 @@ -java -Djava.library.path=./lib -jar yalpSWTClient.jar -ORBInitialPort 1050 -ORBInitialHost 10.0.3.20 -ORBInitRef NameService=corbaloc:iiop:10.0.3.20:1050/NameService +export LD_LIBRARY_PATH=/usr/lib/jni +java -Dswt.library.path=/usr/lib/java -jar yalpSWTClient.jar -ORBInitialPort 1050 -ORBInitialHost 10.0.3.20 -ORBInitRef NameService=corbaloc:iiop:10.0.3.20:1050/NameService |
