[netrexx-course] Re: trouble with JDK 1.1.8/Win

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[netrexx-course] Re: trouble with JDK 1.1.8/Win

M A Bohn
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 -
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


------------------------------------------------------------------------
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



Reply | Threaded
Open this post in threaded view
|

[netrexx-course] Re: trouble with JDK 1.1.8/Win

Andreas Zieritz-2
M A Bohn wrote:

>
> 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 -
> 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...

I'm not quite sure but I think that was the thing that made it work
again...

old: classpath = .;classes\;classes\test.jar
new: classpath = .;classes;classes\test.jar
                         ^^
--
Servus,
        Andreas

------------------------------------------------------------------------
Was the salesman clueless?  Productopia has the answers.
http://clickhere.egroups.com/click/1702



-- Talk to your group with your own voice!
-- http://www.egroups.com/VoiceChatPage?listName=netrexx-course&m=1