Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-help-dev] What causes problems with loading files?


Hi.  I'm having problems with getting eclipse to load files.  I am using version 2.0.2.

Here's the problem matrix:
Everything works fine in Eclipse 1.x
Same piece of code started breaking in one application but not another application in version 2.x.

The piece of code to which I am referring works fine in a standalone gui to test out eclipse.  However, when I add this same piece of code to our larger application, it breaks.

The only difference between the two (it is looking like it initializes ok) is that the .class file for one is at the top level while the .class file for the other is in a jar file and a couple of levels down.  Should that make a difference?

Here's the code:

helpSystem.displayHelp("/com.ibm.storage.essisa.doc/myFile.html");

Any ideas at all??

Thanks,
Wendy L. Henson
Staff Software Engineer, Design & Information Development
(919) 254.6479   +   (tie:444.6479)   +   wlhenson@xxxxxxxxxx

The question isn't who is going to let me; it's who is going to stop me.
--Ayn Rand

Back to the top