[EMAIL PROTECTED]:~$ cat test.java
import java.lang.*;
public class test {
public static void main(String[] args)
{
System.out.println("Test");
}
}
[EMAIL PROTECTED]:~$ file test.java
test.java: ASCII Java program text
[EMAIL PROTECTED]:~$ 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
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs