Michael Koch wrote:

On Sun, Mar 27, 2005 at 10:09:20PM +0200, Archaiesteron wrote:


Since the problem occurs at the very beginning of the execution, I can copy these

lines :

public static void main(String[] args) {
// Splash Screen
JWindow splash = new JWindow();
JLabel content = new JLabel(new ImageIcon(
myClassLoader.getResource(


I forgot to tell what is myClaccLoader. Here is the line (at the very beginning of the same file) :
protected static ClassLoader myClassLoader = Hemicycle.class.getClassLoader();


Regards,

_______________________________________________
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to