[Bug 1825054] Re: My JavaFx project stopped compiling

2019-08-05 Thread Launchpad Bug Tracker
[Expired for openjfx (Ubuntu) because there has been no activity for 60 days.] ** Changed in: openjfx (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1825054] Re: My JavaFx project stopped compiling

2019-06-06 Thread bmaupin
To downgrade openjfx to version 8 and put the packages on hold so they don't get updated the next time you do a system update: sudo apt install libopenjfx-java=8u161-b12-1ubuntu2 libopenjfx-jni=8u161-b12-1ubuntu2 openjfx=8u161-b12-1ubuntu2 sudo apt-mark hold libopenjfx-java libopenjfx-jni

[Bug 1825054] Re: My JavaFx project stopped compiling

2019-05-29 Thread Jehan
I have faced the same problem. I have been working with "dl4j-examples" which are some example codes that uses the java based deep learning libraries from github.com. A month earlier it was ok and everything was doing fine, but from yesterday the compiler is unable to fitch the javaFX libraries

[Bug 1825054] Re: My JavaFx project stopped compiling

2019-05-17 Thread Aarjav Patel
I have a jar of a javafx application which I want to run, and I do not have the source code of the application. AFAIK, it has to run in java 8 with min version 8u171. On my machine I had opendk-11-jdk, openjdk-8-jdk, and openjfx installed, and ran the app with openjdk's java 8. On the 13th

[Bug 1825054] Re: My JavaFx project stopped compiling

2019-05-15 Thread koko-ng
As mentioned by Marco Righele (#8), I think it is related to the update to openjdk 11, as the openjfx and libopenjfx-java are now upgraded from 8u161-b12-1ubuntu2 to 11.0.2+1-1~18.04.2 and 11* packages don't contain the files for openjdk-8. To fix the issue I had to downgrade these two packages

[Bug 1825054] Re: My JavaFx project stopped compiling

2019-05-14 Thread nicolas melchior
With all these comment it's still incomplete? The steps to reproduce this are: Install openjdk and openjfx, but no javafx app can work or compile within eclipse -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1825054] Re: My JavaFx project stopped compiling

2019-04-26 Thread Marco Righele via ubuntu-bugs
I have the same issue too. Can I guess that it is related to this recent announcement https://blog.ubuntu.com/2019/04/19/announcing-openjdk-11-packages-in-ubuntu-18-04-lts ? There are a number files missing (two that I noticed: jfxrt.jar and javapackager). I suspect that with the move openjfx

[Bug 1825054] Re: My JavaFx project stopped compiling

2019-04-24 Thread nicolas melchior
I have exactly the same problem, i cannot work with javafx anymore. Openjfx does not contain the jfxrt file even if it's listed with apt file -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1825054

[Bug 1825054] Re: My JavaFx project stopped compiling

2019-04-23 Thread zprd
I confirm classes are missing to be able to compile with OpenJDK8, I know policies are changing for jdk ecosystem, but in an LTS version we all expect packages to be reliable during supported period. So not being able to compile from from day to another is somehow surprising. here is what I got:

[Bug 1825054] Re: My JavaFx project stopped compiling

2019-04-17 Thread Kristof Szilagyi
I managed to fix this for myself. I did upgrade to java 11 and then followed https://github.com/scalafx/scalafx on how to fix my build.sbt. Similar instructions for other build systems can be found here: https://openjfx.io/openjfx-docs/ -- You received this bug notification because you are a

[Bug 1825054] Re: My JavaFx project stopped compiling

2019-04-17 Thread Kristof Szilagyi
I am not sure how to reproduce this. My build was working one day and stopped the other day. Given I don't know what happened and what the status was before it's hard to tell. I suspect the JavaFX jar file has vanished. And yes, I am using Java 8 so that might be it. I will try to upgrade to Java

[Bug 1825054] Re: My JavaFx project stopped compiling

2019-04-17 Thread Ondřej Pejša
i have this problem too. After newest update i do not have javaFX jar file ... This is also my post : https://askubuntu.com/questions/1134654/i-do-not-have-javafx-after-newest-update -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1825054] Re: My JavaFx project stopped compiling

2019-04-16 Thread Steve Langasek
** Tags added: regression-update -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1825054 Title: My JavaFx project stopped compiling To manage notifications about this bug go to:

[Bug 1825054] Re: My JavaFx project stopped compiling

2019-04-16 Thread Tiago Stürmer Daitx
Thank you for taking the time to report this bug and helping to make Ubuntu better. Please answer these questions: * What specific steps should we take to recreate this bug? Please try to provide the simplest reproducer you can. * What was the expected and the actual output? This will help us