Title: Message
configuring mozilla 095 as my browser in idea
 
it opens a blank window with a url like :
C:/SRCROOT/external/log4j/1_1_3/docs/api/org/apache/log4j/PropertyConfigurator.html#doConfigure(java.lang.String, org.apache.log4j.Hierarchy)
 
in fact, mozilla wants a "file:" url to be prepended
(the triple slash is added automatically)
file:///C:/SRCROOT/external/log4j/1_1_3/docs/api/org/apache/log4j/PropertyConfigurator.html#doConfigure(java.lang.String,%20org.apache.log4j.Hierarchy)
 
so
file:C:/SRCROOT/external/log4j/1_1_3/docs/api/org/apache/log4j/PropertyConfigurator.html#doConfigure(java.lang.String,%20org.apache.log4j.Hierarchy)
would work fine in both mozilla 095 and IE 6 on my win2ksp2
 
Edo

Reply via email to