Haven't tried it recently, but could you try this: Rather than: classpath = .;classes\;classes\test.jar use: classpath = .;.\classes;.\classes\test.jar Does it help? -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au Play: http://www.trongus.com I've just returned from THE Java Programming Conference, http://www.SoftwareSummit.com - be there next year "M A Bohn" <[hidden email] To: [hidden email] .com> cc: Subject: [netrexx-course] Re: trouble with JDK 1.1.8/Win 14/12/99 15:39 Please respond to netrexx-cours e I don't suppose anyone has found a fix for this yet have they? I have the same problem and since I am new to this game I really have no clue what to do. andreas zieritz <[hidden email]> wrote: original article:http://www.egroups.com/group/netrexx-course/?start=296 > I've got troubles with JDK 1.1.8 - Windoze version. It seems that it > handles classpath in a different way so that my program can't find the > classes it uses anymore. I didn't have this troubles before. > > start.bat > classes (subdirectory) > test.jar (archive with starting file) > nrio (subdirectory) > RXFile.class > > > I'm starting my application from a starting file within test.jar - > it is an 'import nrio.RXFile'. The problem is now that my program can't > find nrio.RXFile (but it did with JDK 1.1.7). > > classpath = .;classes\;classes\test.jar > > This is a bit simplified, of course... > > -- > Servus, > Andreas ------------------------------------------------------------------------ Don't have the time or patience to search for unique products & services? Then click to let us find them for you. You Request, We Respond. http://clickhere.egroups.com/click/1957 -- Easily schedule meetings and events using the group calendar! -- http://www.egroups.com/cal?listname=netrexx-course&m=1 ------------------------------------------------------------------------ Get 75% Off Our Best Selling Health and Wellness Books! SelfCare.com has everything you need to take care of you and your family, plus spend $40 or more and your shipping is free! http://clickhere.egroups.com/click/1824 -- 20 megs of disk space in your group's Document Vault -- http://www.egroups.com/docvault/netrexx-course/?m=1 |
I am most certainly an amatuer at this stuff. I sent a note to the nrio
author and he advised me to put RXFile in a directory called nrio under a directory in the classpath and that worked. I am unclear as to exactly why these kind of complications exist. I have gleened from all of this that the nrio.RXFile import statement is a path and not just a class name. I think I'll take up smoking. Thanks for the help. It's good to know there are people with knowledge to whom I can address stupid questions. I'll make every effort to not abuse the privilege. [hidden email] wrote: original article:http://www.egroups.com/group/netrexx-course/?start=321 > > Haven't tried it recently, but could you try this: > > Rather than: > classpath = .;classes\;classes\test.jar > use: > classpath = .;.\classes;.\classes\test.jar > > > Does it help? > -- > dIon Gillard, Multitask Consulting > Work: http://www.multitask.com.au > Play: http://www.trongus.com > I've just returned from THE Java Programming Conference, > http://www.SoftwareSummit.com - be there next year > > > > > "M A Bohn" > <[hidden email] To: [hidden email] > .com> cc: > Subject: [netrexx-course] Re: trouble with JDK 1.1.8/Win > 14/12/99 > 15:39 > Please > respond to > netrexx-cours > e > > > > > I don't suppose anyone has found a fix for this yet have they? I have > the same problem and since I am new to this game I really have no clue > what to do. > > > andreas zieritz <[hidden email]> wrote: > original article:http://www.egroups.com/group/netrexx-course/?start=2 96 > > I've got troubles with JDK 1.1.8 - Windoze version. It seems that it > > handles classpath in a different way so that my program can't find the > > classes it uses anymore. I didn't have this troubles before. > > > > start.bat > > classes (subdirectory) > > test.jar (archive with starting file) > > nrio (subdirectory) > > RXFile.class > > > > > > I'm starting my application from a starting file within test.jar - > there > > it is an 'import nrio.RXFile'. The problem is now that my program > can't > > find nrio.RXFile (but it did with JDK 1.1.7). > > > > classpath = .;classes\;classes\test.jar > > > > This is a bit simplified, of course... > > > > -- > > Servus, > > Andreas > > ------------------------------------------------------------------------ Dont have the time or patience to search for unique products & services? Then click to let us find them for you. You Request, We Respond. http://clickhere.egroups.com/click/1957 -- Check out your group's private Chat room -- http://www.egroups.com/ChatPage?listName=netrexx-course&m=1 |
Free forum by Nabble | Edit this page |