You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Jan Lahoda (JIRA)" <ji...@apache.org> on 2018/04/13 05:23:00 UTC

[jira] [Updated] (NETBEANS-615) Cannot run java application from IDE

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

Jan Lahoda updated NETBEANS-615:
--------------------------------
    Priority: Blocker  (was: Major)

> Cannot run java application from IDE
> ------------------------------------
>
>                 Key: NETBEANS-615
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-615
>             Project: NetBeans
>          Issue Type: Bug
>    Affects Versions: 9.0
>         Environment: Netbeans 9 beta x64
> Windows 2008 R2 x64
> Java 10 sdk 
>            Reporter: Filippo
>            Assignee: Jan Lahoda
>            Priority: Blocker
>
> I created the following class:
> {code:java}
> public static void main(String[] args) {
>         
>         System.out.println("java version: " + System.getProperty("java.version"));
>     }
> {code}
> It compiles correctly and I can  execute it from coammand line with *java*.
> If I try to run it from the ide a new .class file is generated which contains RuntimeException as the first line.
> I double checked the configuration and found nothing wrong.



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

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

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