Stream: committers
Topic: ubuntu build machine
Jose Costa Teixeira (Feb 17 2017 at 15:50):
I want to get a build machine on ubuntu, the build fails on the IG builder.
anyone made that work?
Grahame Grieve (Feb 17 2017 at 17:55):
it should not fail. how does it fail?
Jose Costa Teixeira (Feb 17 2017 at 17:59):
a few of these:
[javac] /home/zeora/fhir/trunk/build/tools/java/org.hl7.fhir.igtools/src/org/hl7/fhir/igtools/ui/IGPublisherFrame.java:290: error: cannot find symbol
[javac] WebView webView = new WebView();
Jose Costa Teixeira (Feb 17 2017 at 17:59):
could it be from not being root?
Jose Costa Teixeira (Feb 17 2017 at 18:01):
apparently not - just gave it a try as root, same result
Grahame Grieve (Feb 17 2017 at 18:13):
you are not running an oracle jvm
Jose Costa Teixeira (Feb 17 2017 at 18:18):
i thought I could get away with openjdk. will try oracle then.
thanks
Rob Hausam (Feb 18 2017 at 16:00):
Is it working now, Jose? I'm running on Debian (and used Ubuntu previously). I do use Oracle JDK.
Jose Costa Teixeira (Feb 18 2017 at 16:02):
Yes, I got it working last night, after installing jdk. Thanks @Grahame Grieve and @Rob Hausam for following up.
Last updated: Apr 12 2022 at 19:14 UTC