I exported executable jar and while exporting ,I provide path D:/ in eclipse. When i execute jar from same path,it works fine but when I placed the same jar in a folder in same directory and execute it shows "Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException". Note-jar was exported using package required libraries option.
            Asked
            
        
        
            Active
            
        
            Viewed 17 times
        
    0
            
            
        - 
                    add jars from java build path-> libraries -> add external jars – V__ Feb 19 '15 at 08:47
- 
                    Its not duplicate,Please read problem statement. – Yash Varshney Feb 19 '15 at 08:52
