[Bug 45100] Re: Icons for .java & .class Files
Richard Laager
rlaager at users.sf.net
Thu Jul 6 15:57:33 UTC 2006
rlaager at watermelon:~$ cat test.java
import java.lang.*;
public class test {
public static void main(String[] args)
{
System.out.println("Test");
}
}
rlaager at watermelon:~$ file test.java
test.java: ASCII Java program text
rlaager at watermelon:~$ file test.class
test.class: compiled Java class data, version 49.0
Without the import statement, it registers as C++. Either way, though, I'm not seeing a Java icon on either of these files in nautilus.
--
Icons for .java & .class Files
https://launchpad.net/bugs/45100
More information about the desktop-bugs
mailing list