Problem importing github project with netbeans image

Asked

Viewed 108 times

0

Every project I create in netbeans here at home and try to import at work or on notebook I have right here from the problem (always in parts with images)

An example of code: https://github.com/fyalhed/TestIMGimport

Error that appears there at work in netbeans:

ant -f C:\\Users\\leo\\Documents\\NetBeansProjects\\TestIMGimporte -Djavac.includes=testimgimport/Test.java -Dnb.internal.action.name=run.single -Drun.class=testimgimport.Test run-single
init:
deps-jar:
Created dir: C:\Users\leo\Documents\NetBeansProjects\TestIMGimporte\build
Updating property file: C:\Users\leo\Documents\NetBeansProjects\TestIMGimporte\build\built-jar.properties
Created dir: C:\Users\leo\Documents\NetBeansProjects\TestIMGimporte\build\classes
Created dir: C:\Users\leo\Documents\NetBeansProjects\TestIMGimporte\build\empty
Created dir: C:\Users\leo\Documents\NetBeansProjects\TestIMGimporte\build\generated-sources\ap-source-output
Compiling 1 source file to C:\Users\leo\Documents\NetBeansProjects\TestIMGimporte\build\classes
compile-single:
run-single:           ==COMEÇO DO ERRO EM VERMELHO
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    at javax.swing.ImageIcon.<init>(ImageIcon.java:217)
    at testimgimport.Test.initComponents(Test.java:17)
    at testimgimport.Test.<init>(Test.java:6)
    at testimgimport.Test$1.run(Test.java:61)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
    at java.awt.EventQueue.access$500(EventQueue.java:97)
    at java.awt.EventQueue$3.run(EventQueue.java:709)
    at java.awt.EventQueue$3.run(EventQueue.java:703)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)  FIM DO ERRO EM VERMELHO ==================
BUILD SUCCESSFUL (total time: 2 seconds)
  • I cloned your repository and compiled the code, ran it normally for me

  • Did you manage to run the code and everything? I clone, the code appears to be error-free, but when I try to run jframe printa these errors...

  • How did you execute the code? I compiled and executed it from the command line, the error may be in the way you compile and execute it

  • Oh yes, I think compiling and running from the command line will work because the work code runs right (there are no errors, alias has nothing else in the code, just runs a label with a background image)... My problem is in netbeans, when I give clone and try to run with shift+F6 does not run, from these errors, only works on the machine I created...

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.