mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-08 17:45:24 +02:00
6 lines
388 B
Text
6 lines
388 B
Text
![]() |
# Shell script to starat RSE communications server
|
||
|
# This script will start the datastore listening on an available socket
|
||
|
export serverpath=.;
|
||
|
export CLASSPATH=.:dstore_extra_server.jar:dstore_core.jar:dstore_miners.jar:universalminers.jar:clientserver.jar:$CLASSPATH;
|
||
|
java -DA_PLUGIN_PATH=$serverpath -DDSTORE_TRACING_ON=false com.ibm.etools.systems.dstore.core.server.Server 0 60000 &
|