[codenameone-discussions] Re: JavaFX used by Windows and Mac OS Desktop builds outdated.

2019-03-19 Thread Shai Almog
No. This will take a while. The bottom line is that we need to rewrite the 
entire approach for packaging the application. That will take some time.

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/81bb5010-b140-465b-872f-94d5f7a2b1d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: JavaFX used by Windows and Mac OS Desktop builds outdated.

2019-03-19 Thread remonkroep
Any luck?

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/8846b427-5f62-42bc-97ec-3f24773a175d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: JavaFX used by Windows and Mac OS Desktop builds outdated.

2019-03-14 Thread Shai Almog
Ugh. This is much harder than I feared. I've been banging my head against 
it and see no choice other than completely rewriting the desktop build 
process. That could take some time.

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/9217f2c9-7144-4007-9cfe-2c30f502ef0e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: JavaFX used by Windows and Mac OS Desktop builds outdated.

2019-03-14 Thread remonkroep
I used the build hint and when I look at the installed app inside the 
jfxswt.jar manifest.mf is see the following: 
 
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.9.2
Created-By: 1.8.0_40-b27 (Oracle Corporation) 


So It did not seem to update the JavaFX library.



rt.jar manifest.mf:

Manifest-Version: 1.0
Implementation-Vendor: Oracle Corporation
Implementation-Title: Java Runtime Environment
Implementation-Version: 1.8.0_112

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/e34b65b4-6875-4f99-99bc-c681a092faf0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: JavaFX used by Windows and Mac OS Desktop builds outdated.

2019-03-13 Thread Shai Almog
On Mac this won't compile yet. As I mentioned this is a problem. On Windows 
just define the build hint, it should use the ZuluFX SDK instead of the 
default SDK.

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/eb2368cb-68ea-4c76-9543-bd1ebd4b4d49%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: JavaFX used by Windows and Mac OS Desktop builds outdated.

2019-03-13 Thread remonkroep
Shai,

How can I test the changes you made to make sure this fixes the issue?

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/46b8de2b-e454-4578-99c9-43ce89c69482%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: JavaFX used by Windows and Mac OS Desktop builds outdated.

2019-03-13 Thread remonkroep
Shai,

How can I test the changes you made to make sure this fixes the issue?

On Tuesday, March 12, 2019 at 11:27:50 PM UTC-4, Shai Almog wrote:
>
> We're working on it but as suspected it's harder than just switching the 
> JDK implementation. 
> We added new build hints:
>
> win.desktop-vm=zuluFx8
> mac.desktop-vm=zuluFx8
>
> The Windows version seems to work. I haven't testing it other than 
> checking that it compiled. 
> The mac version doesn't seem to work, the problem relates to the horrible 
> support for multiple JDKs on Mac OS. This is something we'll need to dig 
> into and it might make more sense to target version 11 instead of 8.
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/b0e71273-b267-4f52-8b66-3cc679e65899%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: JavaFX used by Windows and Mac OS Desktop builds outdated.

2019-03-12 Thread Shai Almog
We're working on it but as suspected it's harder than just switching the 
JDK implementation. 
We added new build hints:

win.desktop-vm=zuluFx8
mac.desktop-vm=zuluFx8

The Windows version seems to work. I haven't testing it other than checking 
that it compiled. 
The mac version doesn't seem to work, the problem relates to the horrible 
support for multiple JDKs on Mac OS. This is something we'll need to dig 
into and it might make more sense to target version 11 instead of 8.

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/37efac0f-6f33-4758-85fb-0744fd797bad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: JavaFX used by Windows and Mac OS Desktop builds outdated.

2019-03-12 Thread remonkroep
Any updates on this?

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/3ae0513b-0e3b-4df2-8392-fde42e07b45e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: JavaFX used by Windows and Mac OS Desktop builds outdated.

2019-02-22 Thread remonkroep
Early March would be fine. Thank you.

On Thursday, February 21, 2019 at 10:51:47 PM UTC-5, Shai Almog wrote:
>
> I suggest following the blog as it's all announced there. We are currently 
> in code freeze which we entered on the 20th. It's for one week until the 
> 27th. 
> We can address this early March. I think a better option would be 
> something like https://www.azul.com/downloads/zulu/zulufx/
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/38be4aa6-f44b-481c-b42a-13066771adf8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: JavaFX used by Windows and Mac OS Desktop builds outdated.

2019-02-21 Thread Shai Almog
I suggest following the blog as it's all announced there. We are currently 
in code freeze which we entered on the 20th. It's for one week until the 
27th. 
We can address this early March. I think a better option would be something 
like https://www.azul.com/downloads/zulu/zulufx/

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/30f475b3-ea0a-4c17-b707-71057fc9df25%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: JavaFX used by Windows and Mac OS Desktop builds outdated.

2019-02-21 Thread remonkroep
Understood. When is the 6.0 release scheduled for?

I hope you could please make the upgrade of the JVM to at least version 
1.8.0_144 your number one priority after the release of 6.0, so this can be 
released as an interim release before 7.0 goes out.


On Wednesday, February 20, 2019 at 10:06:08 PM UTC-5, Shai Almog wrote:
>
> The JVM works as it should. You are having an issue with a specific 
> feature within the browser in JavaFX. 
> You informed us of this issue at a point in time that's too close to the 
> release cycle. To avoid risk that would impact all users of this feature 
> this was postponed until after the release.
>
> You're experiencing issues with the workaround which might help clarify 
> why we don't instantly change the JVM as things like this tend to happen. 
> As you can see there's a JVM bug related to this: 
> https://stackoverflow.com/questions/49455712/failed-to-find-library-jvm-dll-whats-going-on-here
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/d9ce83c0-b763-4813-8b4b-2b4f7e253b0f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: JavaFX used by Windows and Mac OS Desktop builds outdated.

2019-02-20 Thread Shai Almog
The JVM works as it should. You are having an issue with a specific feature 
within the browser in JavaFX. 
You informed us of this issue at a point in time that's too close to the 
release cycle. To avoid risk that would impact all users of this feature 
this was postponed until after the release.

You're experiencing issues with the workaround which might help clarify why 
we don't instantly change the JVM as things like this tend to happen. As 
you can see there's a JVM bug related to this: 
https://stackoverflow.com/questions/49455712/failed-to-find-library-jvm-dll-whats-going-on-here

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/780968e9-1f7c-42ce-ac38-7b1c0e3d80aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: JavaFX used by Windows and Mac OS Desktop builds outdated.

2019-02-20 Thread remonkroep
Shai,

I am running into issues where the javapackager builds the EXE however then 
when installing the EXE I get the following error: "Failed to find library: 
jvm.dll".

The whole point of us using CN1 is to not have to look into these platform 
specific issues. Please upgrade your JDK to at least 1.8.0_144-b01 so we 
can get CN1 to work as it should.



On Saturday, February 16, 2019 at 12:27:00 AM UTC-5, Shai Almog wrote:
>
> We use javafxpackager which was later renamed javapackager. It's available 
> in the right click menu in the downloaded sources but you need some 
> installs to get it working. 
> Just google these to find the Oracle and 3rd party documentation
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/7ec18130-3228-4cbb-8e97-630ab73d9656%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: JavaFX used by Windows and Mac OS Desktop builds outdated.

2019-02-15 Thread Shai Almog
We use javafxpackager which was later renamed javapackager. It's available 
in the right click menu in the downloaded sources but you need some 
installs to get it working. 
Just google these to find the Oracle and 3rd party documentation

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/623c0ed8-835f-4629-808d-ee5ea2274d44%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: JavaFX used by Windows and Mac OS Desktop builds outdated.

2019-02-15 Thread remonkroep
Do you have documentation on how to package locally?

On Thursday, February 14, 2019 at 11:15:17 PM UTC-5, Shai Almog wrote:
>
> When I say version 7.0 it's a full timeline which starts in March and is 
> currently planned to end in June. It's not a specific date. We can try and 
> aim to an earlier stage in the cycle but make sure to remind us.
> We won't make a change to server setup this close to the release. Past 
> experience has shown that changes to this are very volatile and can cause 
> serious regressions.
> As a workaround you can send a build with include source and then package 
> that project locally using netbeans 8.x. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/04c3f3e7-e28b-4ed5-8e80-55d6270f88d7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: JavaFX used by Windows and Mac OS Desktop builds outdated.

2019-02-14 Thread Shai Almog
When I say version 7.0 it's a full timeline which starts in March and is 
currently planned to end in June. It's not a specific date. We can try and 
aim to an earlier stage in the cycle but make sure to remind us.
We won't make a change to server setup this close to the release. Past 
experience has shown that changes to this are very volatile and can cause 
serious regressions.
As a workaround you can send a build with include source and then package 
that project locally using netbeans 8.x. 

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/0e2b8651-2c01-4a4c-8b53-8f6f99b44de8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: JavaFX used by Windows and Mac OS Desktop builds outdated.

2019-02-14 Thread remonkroep
Shai,

When is the 7.0 release planned for?

Could you at least upgrade to JVM version 1.8.0_144-b01 or higher in the 
meantime since I need this in our production environment as soon as 
possible.



On Wednesday, February 13, 2019 at 10:20:03 PM UTC-5, Shai Almog wrote:
>
> The desktop build uses a JDK that's packaged in the install. We need to 
> update it but ideally we'd want to go to something much newer e.g. OpenJDK 
> 11 with the new AoT compiler.
> The challenge here is preventing the newer JDK from conflicting with older 
> code we have on the servers so this isn't something we can pick up for this 
> iteration. 
> Please file an issue and we'll try to address it for 7.0.
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/066c60cf-48ab-4afe-b213-bf876a658bff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: JavaFX used by Windows and Mac OS Desktop builds outdated.

2019-02-13 Thread Shai Almog
The desktop build uses a JDK that's packaged in the install. We need to 
update it but ideally we'd want to go to something much newer e.g. OpenJDK 
11 with the new AoT compiler.
The challenge here is preventing the newer JDK from conflicting with older 
code we have on the servers so this isn't something we can pick up for this 
iteration. 
Please file an issue and we'll try to address it for 7.0.

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/ba66024d-ff55-4250-b5c7-1dd4ccc4c121%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.