Thomas SMETS
Posts: 307
Nickname: tsmets
Registered: Apr, 2002
|
|
Re: re: Graphics2D class cannot found in IE 5.0
|
Posted: Apr 22, 2002 3:51 PM
|
|
I am a bit confused... The class is first not presentin the Java 1.1 specs, as you can see : http://java.sun.com/products/jdk/1.1/docs/api/Package-java.awt.html So there is some logic for IE to have some trouble with it !
What bothers me here is : java.lang.ClassNotFoundException: java.awt.Graphics2D com.ms.securityExceptionEx: java.io.IOException so the first line is explained, no for the second line of your Exception is an IO one ... I would think the Browser attempts to read on the file system to find the class :-/
You cannot solve the problem as such with the JDK 1.1 applets. You need to look how you can use the JDK 1.2 with the pluggins : Look at : http://java.sun.com http://forum.java.sun.com/forum.jsp?forum=30&start=195&range=15 ...
Rgds,
Thomas,
|
|