This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 251353 - No console output after successful build. Console output works when logged in as administrator of PC but not as a user.
Summary: No console output after successful build. Console output works when logged i...
Status: RESOLVED INCOMPLETE
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-22 02:31 UTC by jteach
Modified: 2015-06-03 14:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (40.94 KB, text/plain)
2015-03-22 02:31 UTC, jteach
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jteach 2015-03-22 02:31:51 UTC
Product Version = NetBeans IDE 8.0.2 (Build 201411181905)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.8.0_31
Runtime = Java HotSpot(TM) Client VM 25.31-b07
Comment 1 jteach 2015-03-22 02:31:53 UTC
Created attachment 152767 [details]
IDE log
Comment 2 jteach 2015-03-22 02:54:19 UTC
here is the program if it helps:

public class hello {

    public static void main(String[] args){
        System.out.println("hello?");

    }
}
Comment 3 Marian Mirilovic 2015-04-02 16:20:16 UTC
Works for me.
Comment 4 Tomas Stupka 2015-06-03 14:51:33 UTC
works for me

is it the output view with the reported issue, or some another console. Please provide exact steps how to reproduce ...