Re: Remove JavaFX JPMS enforcement

2020-04-18 Thread Glenn Holmer
On 4/18/20 5:01 AM, Michael Paus wrote:
> Getting started with JavaFX is made overly complicated by the fact
> that the use of the module system is enforced by some code in the
> JDK. Especially for beginners, who just want to get some small
> program running, this is almost always a big source of frustration. 

> I'd now like to have some feedback of the community about this.

Making it easy for beginners is the job of an IDE. NetBeans 12.0 beta3
can already create modular JavaFX projects using Maven in which "run
project" and "debug project" work out of the box. Look for the addition
of out-of-box profiling support in beta 4 (hopefully the last before
12.0 releases).

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."


Re: tutorial

2018-10-01 Thread Glenn Holmer
On 10/01/2018 05:45 PM, Karl-Philipp Richter wrote:
> Am 27.09.2018 um 16:39 schrieb Glenn Holmer:
>> On https://openjfx.io/openjfx-docs/ I don't see any content, just
>> buttons and links that don't seem to do anything. Tried both Firefox and
>> Chrome. Is it just me?

> Works for me on Firefox on Ubuntu 18.04. I have NoScript installed and
> needed to active some scripts (jsdelivr.net) in order to be able to see
> the content. Provide a screenshot if you have further trouble.

I tried it again this afternoon and it was working properly.

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."


tutorial

2018-09-27 Thread Glenn Holmer
On https://openjfx.io/openjfx-docs/ I don't see any content, just
buttons and links that don't seem to do anything. Tried both Firefox and
Chrome. Is it just me?

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."


Re: native libs in modules

2018-04-30 Thread Glenn Holmer
On 04/30/2018 10:12 AM, Michael Dever wrote:
> What IDE are you all using.
> Clearly, it can't be Netbeans.
> That's still stuck on Java 8.

http://netbeans.apache.org/download/index.html

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."