[no subject]

2001-08-24 Thread Antonio Gonzalez
unsubscribe

Strange happenings

2001-08-24 Thread Bill Wohler
Folks, I updated my woody system this morning and now Java is hosed. Has anyone else noticed something awry? I was able to limit the problem to the classloader as shown in the following small file: //package com.openwave.util.test; public class TestResource { public TestResource() {

Re: Strange happenings

2001-08-24 Thread Bill Wohler
Found another variable. tomcat. I installed tomcat this morning, and created a slimelink from $JAVA_HOME/jre/lib/ext/servlets/com to my work space. Removing that link fixed the problem. Funny, that link is on my laptop and home system and they still use the correct class loader. -- Bill

No Subject

2001-08-24 Thread Antonio Gonzalez
unsubscribe

Re: Strange happenings

2001-08-24 Thread Bill Wohler
Found another variable. tomcat. I installed tomcat this morning, and created a slimelink from $JAVA_HOME/jre/lib/ext/servlets/com to my work space. Removing that link fixed the problem. Funny, that link is on my laptop and home system and they still use the correct class loader. -- Bil

Strange happenings

2001-08-24 Thread Bill Wohler
Folks, I updated my woody system this morning and now Java is hosed. Has anyone else noticed something awry? I was able to limit the problem to the classloader as shown in the following small file: //package com.openwave.util.test; public class TestResource { public TestResource()