Hi
I encountered a strange problem today when i tried to run my java program from a batch file.
I have a fullscreen mode java application and i tried to run the application from a batch file .Now the problem is images are not being loaded when i run my program using batch file.
I executed manually from the command prompt and was shocked to see that even now the problem is not fixed.
I generally use my favourate Editplus editor. When i execute from my editor,
there is no such problem and everything works fine.
I rec-checked the path of images twice and there's no problem with that.
I really dont know what's stopping the images from being loaded when i execute from batch file.