Re: openjdk 8 incompatibility

2016-10-25 Thread John Hewitt
Checks out. Thanks, Matt.

-John

On Tue, Oct 25, 2016 at 3:56 PM, Matt Post  wrote:

> Hmm, inclusion of that line looks like a mistake. I've seen Eclipse add
> random imports because it sorts the suggestions in a very unhelpful manner.
> I just removed the line and pushed, try again.
>
>
> > On Oct 25, 2016, at 1:11 PM, John Hewitt  wrote:
> >
> > Hi all,
> >
> > Has anyone been able to compile Joshua with openjdk? I get this message:
> >
> > /home/john/java/incubator-joshua/src/main/java/org/
> apache/joshua/decoder/ff/lm/KenLM.java:[21,19]
> > error: package javafx.scene does not exist
> >
> > And the following link seems to confirm that javafx is not a part of
> > openjdk.
> > https://ask.fedoraproject.org/en/question/93407/there-is-no-
> javafx-packages-in-openjdk-180-fedora-gnulinux/
> >
> > -John
>
>


Re: openjdk 8 incompatibility

2016-10-25 Thread Matt Post
Hmm, inclusion of that line looks like a mistake. I've seen Eclipse add random 
imports because it sorts the suggestions in a very unhelpful manner. I just 
removed the line and pushed, try again.


> On Oct 25, 2016, at 1:11 PM, John Hewitt  wrote:
> 
> Hi all,
> 
> Has anyone been able to compile Joshua with openjdk? I get this message:
> 
> /home/john/java/incubator-joshua/src/main/java/org/apache/joshua/decoder/ff/lm/KenLM.java:[21,19]
> error: package javafx.scene does not exist
> 
> And the following link seems to confirm that javafx is not a part of
> openjdk.
> https://ask.fedoraproject.org/en/question/93407/there-is-no-javafx-packages-in-openjdk-180-fedora-gnulinux/
> 
> -John



openjdk 8 incompatibility

2016-10-25 Thread John Hewitt
Hi all,

Has anyone been able to compile Joshua with openjdk? I get this message:

/home/john/java/incubator-joshua/src/main/java/org/apache/joshua/decoder/ff/lm/KenLM.java:[21,19]
error: package javafx.scene does not exist

And the following link seems to confirm that javafx is not a part of
openjdk.
https://ask.fedoraproject.org/en/question/93407/there-is-no-javafx-packages-in-openjdk-180-fedora-gnulinux/

-John