[Bug 105] New: class literal broken
| Newsgroups | gmane.comp.java.vm.sablevm.bugs |
|---|---|
| Message-ID | <[email protected]> |
http://sablevm.org/bugs/show_bug.cgi?id=105
Summary: class literal broken
Product: SableVM
Version: staging
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: default
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
8<--------------------------------
public class ClassBug {
public static void main(String[] args) throws Exception {
System.out.println(ClassBug.class);
}
}
8<---------------------------------
Gives a not found exception:
java.lang.NoClassDefFoundError: ClassBug
at ClassBug.class$ (ClassBug.java:5)
at ClassBug.main (ClassBug.java:5)
at java.lang.VirtualMachine.invokeMain (VirtualMachine.java)
at java.lang.VirtualMachine.main (VirtualMachine.java:108)
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.