Re: Running JavaFX headless without native dependencies

2016-10-05 Thread Phil Race
The JDK itself that runs JavaFX has lots of native code so I am not sure you are heading down a productive path. -phil. On 10/05/2016 10:39 AM, Tobi wrote: Hi, thanks for all your hints, but my problem is not to start JavaFX in headless mode with Monocle. I need to start JavaFX without loadi

Re: Running JavaFX headless without native dependencies

2016-10-05 Thread Tobi
work :) > > Kind regards, > Daniel > >> -Original Message- >> From: openjfx-dev [mailto:openjfx-dev-boun...@openjdk.java.net] On Behalf >> Of Tobi >> Sent: Tuesday, October 04, 2016 10:39 PM >> To: openjfx-dev@openjdk.java.net Mailing >> Su

RE: Running JavaFX headless without native dependencies

2016-10-05 Thread Daniel Glöckner
net] On Behalf > Of Tobi > Sent: Tuesday, October 04, 2016 10:39 PM > To: openjfx-dev@openjdk.java.net Mailing > Subject: Running JavaFX headless without native dependencies > > Hi, > > is it possible to run JavaFX in a headless mode without native dependencies? > Maybe I c

Re: Running JavaFX headless without native dependencies

2016-10-04 Thread Tai Hu
Recently I converted my JavaFX app to run in a headless Ubuntu Server from command line. I could not find a way to completely git rid of native dependencies. But if you could do the following two things, your JavaFX app should be able to run headless. 1. Install the the following lib apt-get i

Running JavaFX headless without native dependencies

2016-10-04 Thread Tobi
Hi, is it possible to run JavaFX in a headless mode without native dependencies? Maybe I could use software rendering or monocle to do it? So I would like to cut off the real render part of JavaFX (e.g. OpenGL or DirectX). Thank you for your help. Best, Tobi