[ 
https://issues.apache.org/jira/browse/NETBEANS-363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Austin Stephens updated NETBEANS-363:
-------------------------------------
    Description: 
The following output is from trying to run a platform application that was just 
created with no modules of its own:

 
{code:java}
platform.download:
ant -f /Users/astephens/DEV/DummyApp run
branding:
Created dir: /Users/astephens/DEV/DummyApp/build/cluster
Building jar: 
/Users/astephens/DEV/DummyApp/build/cluster/core/locale/core_dummyapp.jar
Building jar: 
/Users/astephens/DEV/DummyApp/build/cluster/modules/locale/org-netbeans-core-windows_dummyapp.jar
files-init:
release:
Created dir: /Users/astephens/DEV/DummyApp/build/cluster/config/Modules
build:
No sub-builds to iterate on
run:
run.run:
Creating /Users/astephens/DEV/DummyApp/build/cluster/.lastModified
Cannot find java. Please use the --jdkhome switch.
Result: 2
BUILD SUCCESSFUL (total time: 1 second)
{code}
 

  was:
The following output is from trying to run a platform application that was just 
created with not modules of its own:

 
{code:java}
platform.download:
ant -f /Users/astephens/DEV/DummyApp run
branding:
Created dir: /Users/astephens/DEV/DummyApp/build/cluster
Building jar: 
/Users/astephens/DEV/DummyApp/build/cluster/core/locale/core_dummyapp.jar
Building jar: 
/Users/astephens/DEV/DummyApp/build/cluster/modules/locale/org-netbeans-core-windows_dummyapp.jar
files-init:
release:
Created dir: /Users/astephens/DEV/DummyApp/build/cluster/config/Modules
build:
No sub-builds to iterate on
run:
run.run:
Creating /Users/astephens/DEV/DummyApp/build/cluster/.lastModified
Cannot find java. Please use the --jdkhome switch.
Result: 2
BUILD SUCCESSFUL (total time: 1 second)
{code}
 


> Cannot debug or run a NbPlatform Application in Java 9 if the IDE was started 
> with Java 9
> -----------------------------------------------------------------------------------------
>
>                 Key: NETBEANS-363
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-363
>             Project: NetBeans
>          Issue Type: Bug
>          Components: java - Platform
>         Environment: Mac
>            Reporter: Austin Stephens
>            Priority: Blocker
>              Labels: PlatformSupport
>         Attachments: DummyApp.zip
>
>
> The following output is from trying to run a platform application that was 
> just created with no modules of its own:
>  
> {code:java}
> platform.download:
> ant -f /Users/astephens/DEV/DummyApp run
> branding:
> Created dir: /Users/astephens/DEV/DummyApp/build/cluster
> Building jar: 
> /Users/astephens/DEV/DummyApp/build/cluster/core/locale/core_dummyapp.jar
> Building jar: 
> /Users/astephens/DEV/DummyApp/build/cluster/modules/locale/org-netbeans-core-windows_dummyapp.jar
> files-init:
> release:
> Created dir: /Users/astephens/DEV/DummyApp/build/cluster/config/Modules
> build:
> No sub-builds to iterate on
> run:
> run.run:
> Creating /Users/astephens/DEV/DummyApp/build/cluster/.lastModified
> Cannot find java. Please use the --jdkhome switch.
> Result: 2
> BUILD SUCCESSFUL (total time: 1 second)
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to