Hello,
I have found out what the problem is.
It is because I have multiple JDK versions and haven't set the JAVA_HOME property correctly which causes it to look
for the file in the incorrect directory.
Thanks,
Bryan
-----Original Message-----
From: Ha, Bryan [SMTP:bryanha@europem01.nt.com]
Sent: Tuesday, November 07, 2000 9:26 AM
To: open_networks@openetlab.org
Subject: Exception using JDK1.1.8
Hello,
I have encountered a problem with ORE when using JDK 1.1.8 on NT 4.0. The problem doesn't occur when I use JDK 1.3 instead.
Could anybody suggest why ? This occurs immediately when I start the ORE although the oplets loading process continues
and seems to run normally.
By the way, content-types.properties file doesn't appear anywhere on my system.
MimeTable.load: file = c:\jdk1.3\lib\content-types.properties, java.io.FileNotFoundException: c:\jdk1.3\lib\content-types.properties
java.io.FileNotFoundException: c:\jdk1.3\lib\content-types.properties
at java.io.FileInputStream.<init>(FileInputStream.java:56)
at java.io.FileInputStream.<init>(FileInputStream.java:75)
at sun.net.www.MimeTable.load(MimeTable.java:212)
at sun.net.www.MimeTable.<init>(MimeTable.java:43)
at sun.net.www.MimeTable.getDefaultTable(MimeTable.java:52)
at sun.net.www.protocol.file.FileURLConnection.connect(Compiled Code)
at com.nortelnetworks.ore.util.JarURLConnection.getJarInputStream(JarURLConnection.java:74)
at com.nortelnetworks.ore.util.JarURLConnection.getManifest(JarURLConnection.java:95)
at com.nortelnetworks.ore.RuntimeEnvironment.install(Compiled Code)
at com.nortelnetworks.ore.LockingRuntime.install(LockingRuntime.java:99)
at com.nortelnetworks.ore.Main.invoke(Compiled Code)
at com.nortelnetworks.ore.Main.main(Main.java:79)
Many thanks,
Bryan