Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » e(fx)clipse » JavaFX E4 Application is stuck in MacApplication._runloop() when launched from developer Eclipse
JavaFX E4 Application is stuck in MacApplication._runloop() when launched from developer Eclipse [message #1769979] Mon, 07 August 2017 09:34 Go to next message
Florian Hoelzl is currently offline Florian HoelzlFriend
Messages: 4
Registered: September 2016
Junior Member
Hi,

we are developing an E4 application with pure JavaFX (without SWT) and
efxclipse.
Everything is running fine on Linux and Windows. We build the product with
Tycho (User Build) or launch it from inside our developer Eclipse (Developer
Build).

Unfortunately, MacOSX gives us some headaches: launching the user build from
a terminal succeeds as expected. However, when using a run configuration and
launching the product from the developer Eclipse no stage is created and the
JavaFX thread is stuck in MacApplication._runloop() native code.

Additionally, the examples provided by efxclipse work even in the developer setting, but we weren't able to find any differences to our application launch setup.

Has anyone run across this problem or can even provide a solution?

Thanks in advance,
Florian
Re: JavaFX E4 Application is stuck in MacApplication._runloop() when launched from developer Eclipse [message #1770172 is a reply to message #1769979] Tue, 08 August 2017 20:02 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Can you provide a screenshot of your launch configuration with the arguments tab - Eclipse unfortunately is extra smart it is really important that eg your "Program arguments" look like this "-nl ${target.nl} -consoleLog -nosplash", no os and ws parameter
Re: JavaFX E4 Application is stuck in MacApplication._runloop() when launched from developer Eclipse [message #1771670 is a reply to message #1770172] Tue, 29 August 2017 12:07 Go to previous message
Florian Hoelzl is currently offline Florian HoelzlFriend
Messages: 4
Registered: September 2016
Junior Member
SOLVED:
Removing the os, ws, and arch argument solved the problem.

Thanks for the hint.
Previous Topic:Has anyone tried the maven repositories for e(fx)clipse?
Next Topic:Recommended way to add Persistence to an e(fx)clipse application?
Goto Forum:
  


Current Time: Tue Mar 19 05:42:07 GMT 2024

Powered by FUDForum. Page generated in 0.02420 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top