Re: Updates don't be applied

2019-07-31 Thread Marco Rossi
> Can you open an arbitrary command window and just try to run the command > "/Applications/ISNet > Cube.app/Contents/PlugIns/jdk8u212-b04-jre/Contents/Home/bin/unpack200"? > > It should output some usage help… Yes Joseph, I can see the usage help message: mark@MacBookPro:~$ /Applications/ISNe

RE: Updates don't be applied

2019-07-31 Thread Joseph Huber
Can you open an arbitrary command window and just try to run the command "/Applications/ISNet Cube.app/Contents/PlugIns/jdk8u212-b04-jre/Contents/Home/bin/unpack200"? It should output some usage help... Thank You! Joe Huber Standard Refrigeration LLC 2005 Reverchon Dr Arlington, TX 76017 Cell

Re: Updates don't be applied

2019-07-31 Thread Emilian Bold
Assuming the paths do exist and the file is executable, are you sure you are not running in some new fancy macOS sandbox that is disallowing you to execute external binaries? You could add a simple action and see if you can run something yourself with ProcessBuilder. --emi --emi On Wed, Jul 3

Re: Updates don't be applied

2019-07-31 Thread Marco Rossi
Hi to all, after further investigations I found the following error occurs: java.io.IOException: error=2, No such file or directory at java.lang.UNIXProcess.forkAndExec(Native Method) at java.lang.UNIXProcess.(UNIXProcess.java:247) at java.lang.ProcessImpl.start(ProcessImpl

NB 11.1 compile error with OpenJDK 11

2019-07-31 Thread Roberto Bottoni
Hello, I have a project created with JDK 8 and NB 8.2 and I want to migrate this project to NB 11.1 with OpenJDK 11 NB 11.1 (fresh installation) on Windows 10 OpenJDK 11.0.2 I copied all the sources and libraries (.jars) into a new project NB 11 / OpenJDK 11 and solved the (few) problems fro

Re: Java

2019-07-31 Thread Thomas Kellerer
Loïc Barreau schrieb am 31.07.2019 um 00:41: > I'm just starting to work with IDE and when I open with "New project" > IDE offers me the choice with "Java with Maven,", "Java with Gradle", > and "Java with Ant" (among others) > > What do these different choices mean and which one to choose? This

Re: Java

2019-07-31 Thread Geertjan Wielenga
They’re different ways of building applications. NetBeans can help you use these build systems, but just as you need to know a bit of Java before you can benefit from the Java editor in NetBeans, you need to spend a bit of time understanding the build systems before you can benefit from them. Mave