|
-
JIT Error when 'Toolkit.getDefaultToolkit()'
icq#: 54120485
following listing will say enough:
//
// JitErrorProducer.java
//
// Author: Daniel Strecker
// Copyright (c) 2000 by Daniel Strecker
//
// You may use and/or redistribute this file for educational purposes.
//
/**
* The purpose of this class is helping to debug that REALY SUCKING, *****Y
* jit error. (On my machine (Win98, JDK1.2) this class causes some jit
* errors when executed.)
*
* @author Daniel Strecker <daniel-strecker@gmx.net>
*/
import java.awt.Toolkit;
public final class JitErrorProducer {
public static final Toolkit defaultToolkit = Toolkit.getDefaultToolkit();
public static void main(String[] args) {}
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks