Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse Titan
titan.core
Commits
80dba2b1
Commit
80dba2b1
authored
Mar 30, 2016
by
Lenard Nagy
Browse files
Merge github.com:elnrnag/titan.core
parents
84f1fa09
cea3b897
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.cfg
View file @
80dba2b1
...
...
@@ -67,7 +67,7 @@ JNI := yes
# Path of the Java Developement Kit installation
# (must be at least version 1.5.0_10)
JDKDIR
:=
/
mnt/TTCN/Tools/jdk1.5.0_11
JDKDIR
:=
/
usr/lib/jvm/default-java
# Path of OpenSSL installation: (always required)
OPENSSL_DIR
:=
default
...
...
titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/JniExecutor.java
View file @
80dba2b1
...
...
@@ -37,7 +37,7 @@ import org.eclipse.titan.executorapi.util.Log;
* SINGLETON
* <p>
* This executor handles the execution of tests compiled in a parallel mode, via directly connecting to the MainController (MC) written in C++.
* It controls MC with commands, most
of
methods in this class represents one or more MC commands.
* It controls MC with commands, most methods in this class represents one or more MC commands.
* These methods can be called in certain states.
* They can be synchronous or asynchronous.
* <p>
...
...
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