Re: NetBeans platform application in Windows Docker container

2018-04-28 Thread Platou, Halvor
-Original Message- >> >> From: Emilian Bold [mailto:emilian.b...@protonmail.ch] >> >> Sent: lørdag 28. april 2018 07.23 >> >> To: Platou, Halvor halvor.pla...@dnvgl.com >> >> Cc: users@netbeans.apache.org >> >> Subject: Re: NetBeans pl

Re: NetBeans platform application in Windows Docker container

2018-04-28 Thread Platou, Halvor
Hi, So far I’m testing with an interactive terminal. Halvor 28. apr. 2018 kl. 10:32 skrev Boris Heithecker mailto:boris.heithec...@gmx.net>>: Hi, in Docker, the container exits if the main process exits, nonregarding any processes spawned by the first one. How did you start the application? U

Re: NetBeans platform application in Windows Docker container

2018-04-28 Thread Boris Heithecker
Hi, in Docker, the container exits if the main process exits, nonregarding any processes spawned by the first one. How did you start the application? Using CMD, or ENTRYPOINT? Boris 2018-04-28 0:13 GMT+02:00 Platou, Halvor : > Hi, > > > > Anyone been able to run a NetBeans platform application(n

RE: NetBeans platform application in Windows Docker container

2018-04-28 Thread Emilian Bold
NetBeans > platform :) > > Br, > > Halvor > > -Original Message- > > From: Emilian Bold [mailto:emilian.b...@protonmail.ch] > > Sent: lørdag 28. april 2018 07.23 > > To: Platou, Halvor halvor.pla...@dnvgl.com > > Cc: users@netbeans.apache.org > >

RE: NetBeans platform application in Windows Docker container

2018-04-27 Thread Platou, Halvor
m: Emilian Bold [mailto:emilian.b...@protonmail.ch] Sent: lørdag 28. april 2018 07.23 To: Platou, Halvor Cc: users@netbeans.apache.org Subject: Re: NetBeans platform application in Windows Docker container Never heard of this, but are there no NetBeans logs to look at? It might be just the .ex

Re: NetBeans platform application in Windows Docker container

2018-04-27 Thread Emilian Bold
Never heard of this, but are there no NetBeans logs to look at? It might be just the .exe launcher having and issues inside this new configuration. Have you tried just running java by hand? A non-GUI Platform app shouldn't have that many JARs. --emi ‐‐‐ Original Message ‐‐‐ On 28 Apr

NetBeans platform application in Windows Docker container

2018-04-27 Thread Platou, Halvor
Hi, Anyone been able to run a NetBeans platform application(no gui) in a Windows Docker container? I have tried using the openjdk:8-windowsservercore, but when trying to start the application executable it immediately returns without any messages. I have also tried installing a bunch of vcredis