This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: problem embedding resources



To fix your app, just use "/swt.gif", not "swt.gif".  Otherwise, your
resource will be resolved relative to HelloWorld.class, and gcj will
look for it as "ex/swt.gif".

Andrew.


ok! thank you very much, the issue was this!!
now it works allright, also if the package tree contains more than a folder. thank you!
:) Camilla



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]