It is used here: https://github.com/apache/incubator-netbeans/blob/master/nbi/engine/src/org/netbeans/installer/utils/applications/JavaUtils.java
...and here: https://github.com/apache/incubator-netbeans/blob/master/nbi/engine/src/org/netbeans/installer/wizard/components/actions/CreateMacOSAppLauncherAction.java Gj On Thu, May 10, 2018 at 3:26 PM, Emilian Bold <[email protected]> wrote: > What's stopping us to delete it: is the .class file used? > > Like I've said, it's trivial. If we don't need it, let's delete it. > > --emi > > ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ > > On 10 May 2018 4:23 PM, Geertjan Wielenga <geertjan.wielenga@googlemail. > com> wrote: > > > Its not a question of licensing but of compiled source code not being > allowed to be in the release: > > > > https://lists.apache.org/thread.html/73ce8a13d5c13b56c300e4aad1e9e9 > bc8351ea6e836f5dc60a55cfaa@%3Cgeneral.incubator.apache.org%3E > > > > Gj > > > > On Thu, May 10, 2018 at 3:04 PM, Emilian Bold < > [email protected]> wrote: > > > > > How do we know the license for TestJDK? Was it not owned by Oracle and > donated? > > > > > > Not sure where it's being used but by looking at the bytecode it's an > absolutely trivial class we could rewrite at any time. It prints to > System.out these system properties: > > > > > > * java.version > > > > > > * java.vm.version > > > > > > * java.vendor > > > > > > * os.name > > > > > > * os.arch > > > > > > --emi > > > > > > ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ > > > > > > On 10 May 2018 11:30 AM, Geertjan Wielenga < > [email protected]> wrote:> Hi all,>> Re: > https://issues.apache.org/jira/browse/NETBEANS-410>> There's still one > .class file that we have not solved yet:>> nbi/engine/src/org/netbeans/ > installer/utils/applications/TestJDK.class>> It is still present:>> > https://github.com/apache/incubator-netbeans/tree/ > master/nbi/engine/src/org/netbeans/installer/utils/applications>> See the > related comments by IPMC member Justin Mclean, as part of his rc3>> > evaluation:>> https://lists.apache.org/thread.html/ > 73ce8a13d5c13b56c300e4aad1e9e9bc8351ea6e836f5dc60a55cfaa@<ge > neral.incubator.apache.org> > > > > > > >> How can we solve this, i.e., can we remove this and if not what can > be done>> here?>> Thanks,>> Gj---------------------------- > ----------------------------------------- > > > > > > To unsubscribe, e-mail: [email protected] > > > > > > For additional commands, e-mail: [email protected]. > apache.org > > > > > > For further information about the NetBeans mailing lists, visit: > > > > > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists >
