Re: Java application is not showing images on linux platform.
Posted By:
Robert_Lybarger
Posted On:
Wednesday, February 6, 2008 11:12 PM
You'll probably need old fashioned debugging here. I'd recommend you add some statements in your code to dump out the file's "getAbsolutePath()" as well as "canRead()" and whatever else you think is helpful. It might be helpful if you specify here how the "file" object is generated in the first place, and how you know that it is correct for a Linux platform.