Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mbe-tools
TTool
Commits
ff0879d0
Commit
ff0879d0
authored
May 09, 2022
by
Ludovic Apvrille
Browse files
Checking openjdk
parent
23ab282f
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ttool/src/main/java/Main.java
View file @
ff0879d0
...
...
@@ -140,7 +140,7 @@ public class Main implements ActionListener, InterpreterOutputInterface{
//System.out.println("Full version:" + s);
if
(!
s
.
contains
(
"oracle"
))
{
System
.
out
.
println
(
"** WARNING: you seem to use a Java Virtual Machine not provided by Oracle **.\n "
+
"The use of, e.g., openjdk is strongly discouraged since several graphical bugs have been reported"
);
"The use of, e.g., openjdk is strongly discouraged since several graphical bugs have been reported
\n
"
);
}
...
...
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