applet kann keine bilder laden
don
- java
0 don
hallo,
hab folgendes problem:
1. dieser java code funktioniert auf 1und1 webspace
Image img = getImage(getCodeBase(), "tn_img001.JPG");
2. auf meinem strato webspace funktioniert er nicht!
außerdem hab ich folgendes ausprobiert:
Zeile 35>URL imageURL = getClass().getResource("tn_img001.JPG");
Zeile 36>System.out.println(imageURL);
Zeile 37>ImageIcon ico = new ImageIcon(imageURL);
was zu diesem fehlercode führt:
null
java.lang.NullPointerException
at javax.swing.ImageIcon.<init>(Unknown Source)
at Test.init(Test.java:37)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
hat irgendjemand ne ahnung?
ach ja ... noch als ergänzung:
das das in zeile 37 eine NullPointerException ist die daran liegt, dass imageURL = null ist, ist schon klar
danke schon mal