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 219963 - unable to open the output file
Summary: unable to open the output file
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: libs (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-12 06:30 UTC by Preethi_K
Modified: 2012-10-13 05:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Preethi_K 2012-10-12 06:30:15 UTC
After a 2 to 3 hours of searching for a solution i'm finally here, 
I have been using NetBeans IDE 7.2 from last 2 to 3 weeks, it seemed to work fine still yesterday night, Today it shows me the following message, and i am unable to view my output screen, 


ant -f "C:\\Users\\ZetaKalyam Tech\\Desktop\\preethi\\Database1" clean jar
init:
deps-clean:
Updating property file: C:\Users\ZetaKalyam Tech\Desktop\preethi\Database1\build\built-clean.properties
Deleting directory C:\Users\ZetaKalyam Tech\Desktop\preethi\Database1\build
clean:
init:
deps-jar:
Created dir: C:\Users\ZetaKalyam Tech\Desktop\preethi\Database1\build
Updating property file: C:\Users\ZetaKalyam Tech\Desktop\preethi\Database1\build\built-jar.properties
Created dir: C:\Users\ZetaKalyam Tech\Desktop\preethi\Database1\build\classes
Created dir: C:\Users\ZetaKalyam Tech\Desktop\preethi\Database1\build\empty
Created dir: C:\Users\ZetaKalyam Tech\Desktop\preethi\Database1\build\generated-sources\ap-source-output
Compiling 22 source files to C:\Users\ZetaKalyam Tech\Desktop\preethi\Database1\build\classes
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
compile:
Created dir: C:\Users\ZetaKalyam Tech\Desktop\preethi\Database1\dist
Copying 1 file to C:\Users\ZetaKalyam Tech\Desktop\preethi\Database1\build
Copy libraries to C:\Users\ZetaKalyam Tech\Desktop\preethi\Database1\dist\lib.
Building jar: C:\Users\ZetaKalyam Tech\Desktop\preethi\Database1\dist\Database1.jar
To run this application from the command line without Ant, try:
java -jar "C:\Users\ZetaKalyam Tech\Desktop\preethi\Database1\dist\Database1.jar"
jar:
BUILD SUCCESSFUL (total time: 1 second)
Comment 1 Preethi_K 2012-10-13 04:37:19 UTC
when my NetBeans is in use i'm not able to use any other applications on the PC.
Please help me.
Comment 2 Preethi_K 2012-10-13 05:53:32 UTC
I solved the problem. I had written code to set the background color to the jFrame   
which caused this problem, i'm clueless about why it happened so.
It would be grateful if you guys come up with a solution to it.