Java 1.7ea: Files.probeContentType(path) returns null

Posted by Cybertizzen on Stack Overflow See other posts from Stack Overflow or by Cybertizzen
Published on 2010-05-31T12:49:42Z Indexed on 2010/05/31 12:53 UTC
Read the original article Hit count: 109

Filed under:
|
|

Hi,

I'm having a bit of a strange problem with an application using the Files.probeContentType(path)-method to test for file type: On both my Ubuntu and Fedora systems, it works fine, but when moved to a RedHat Enterprise server (2.6.18-194.el5 #1 x86_64 x86_64 x86_64 GNU/Linux), it only returns null. I'm using java 7 early access (1.7.0-ea-b84). I have to use this version due to functionality that isn't included in 1.6.

Does anyone have an idea of what might be the problem here?

© Stack Overflow or respective owner

Related posts about java

Related posts about linux