To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80100





------- Additional comments from [EMAIL PROTECTED] Sat Aug 25 22:38:13 +0000 
2007 -------
mux2005, my software LanguageTool is also a victim of this bug. Could           
 
you describe your classloader workaround in more detail? The code that worked  
for OOo 2.2 is this:      
              
InputStream is = this.getClass().getResourceAsStream("/de/rules/grammar.xml")   
         
      
i.e. "/de/rules/grammar.xml" is a file in the JAR and I have to load it this    
         
way because I don't know where my extension is installed. With OOo 2.3 I get   
back null. I now tried this but it fails:         
            
Class cl = Class.forName("de.danielnaber.languagetool.FakeClass", true, mycl);  
          
is = cl.getResourceAsStream("/de/rules/grammar.xml");     
            
"mycl" is an instance of the WollMuxClassLoader you suggested to use, but the   
      
InputStream I get back is still always null. Any idea?         
        
         

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to