This repository has been archived by the owner on Oct 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 343
[java] javac is not found #192
Comments
marcdumais-work
added a commit
that referenced
this issue
Jul 2, 2019
Fixes #192 Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
Hi @nlpguyz , It looks like Another consideration is that the image we start-from, |
PR: #193 |
Thanks for your prompt response. The patch fixed the issue! |
marcdumais-work
added a commit
that referenced
this issue
Jul 3, 2019
Fixes #192 Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
dwjbosman
pushed a commit
to dwjbosman/theia-apps
that referenced
this issue
Jul 16, 2019
Fixes theia-ide#192 Signed-off-by: Marc Dumais <marc.dumais@ericsson.com> Signed-off-by: Dinne Bosman <dwjbosman@yahoo.com>
dwjbosman
pushed a commit
to dwjbosman/theia-apps
that referenced
this issue
Jul 24, 2019
Fixes theia-ide#192 Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I launched the docker image like
sudo docker run -it -p 3000:3000 -v "$(pwd):/home/project:cached" theiaide/theia-java:next
In the terminal, "javac" is not found. The path of "java" points to "jre" instead of "jdk"
theia@cccf82b4924d:/home/project$ which java
/opt/ibm/java/jre/bin/java
Can you please check if JDK is pulled in? Thanks.
The text was updated successfully, but these errors were encountered: