Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
simulators
RMIModelServer
Commits
f89ef099
Unverified
Commit
f89ef099
authored
May 10, 2018
by
Petyo
Committed by
GitHub
May 10, 2018
Browse files
Update run.bat
update armadillo and EMAM-showcase
parent
882e838e
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/run.bat
View file @
f89ef099
pushd
%~dp0
set
AUTOPILOT_HOME
=
..\..\
emam
-model
-showcase
set
AUTOPILOT_HOME
=
..\..\
EMAM
-showcase
popd
set
JAVA_HOME
=
%AUTOPILOT_HOME%
\jdk
set
MINGW_HOME
=
%AUTOPILOT_HOME%
\mingw64
set
OCTAVE
_HOME
=
%AUTOPILOT_HOME%
\
octave
-
4
.2.1
set
ARMADILLO
_HOME
=
%AUTOPILOT_HOME%
\
armadillo
-
8
.400.0
set
AUTOPILOT_DLL_DIR
=
%AUTOPILOT_HOME%
\dll
set
PATH
=
%AUTOPILOT_DLL_DIR%
;
%JAVA_HOME%
\bin
;
%MINGW_HOME%
\bin
;
%
OCTAVE_HOME%
\bin
;
%PATH%
set
PATH
=
%AUTOPILOT_DLL_DIR%
;
%JAVA_HOME%
\bin
;
%MINGW_HOME%
\bin
;
%
ARMADILLO_HOME%
\examples\lib_win64
;
%PATH%
java
"-Djava.library.path=
%PATH%
"
"-Djava.rmi.server.codebase=file:\C:\Users\Administrator\MontiSim\RMIModelServer\target\rmi-model-server-1.0.0.jar"
"-Djava.rmi.server.hostname=127.0.0.1"
-cp
..\target\rmi
-model-server
-
1
.0.1.jar
rwth
.rmi.model.server.RMIServer
pause
\ No newline at end of file
java
"-Djava.library.path=
%PATH%
"
"-Djava.rmi.server.codebase=file:..\target\rmi-model-server-1.0.1.jar"
"-Djava.rmi.server.hostname=127.0.0.1"
-cp
..\target\rmi
-model-server
-
1
.0.1.jar
rwth
.rmi.model.server.RMIServer
pause
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment