Re: Help with multiple file projects
From: Herman (herman404_at_hotmail.com)
Date: 11/28/03
- Previous message: Vinay Aggarwal: "Solving Lazy Initialization and double checked locking problem"
- In reply to: Dan Nuttle: "Re: Help with multiple file projects"
- Next in thread: hiwa: "Re: Help with multiple file projects"
- Reply: hiwa: "Re: Help with multiple file projects"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 Nov 2003 10:41:51 -0800
"Dan Nuttle" <d_nuttle@hotmail.com> wrote in message news:<x39wb.16768$Rk5.2688@newsread1.news.atl.earthlink.net>...
> I can't see any immediate cause for the compile error. Both classes are in
> the same package, so you actually don't need to import Point in Polygon, but
> doing so doesn't hurt anything. I pulled your code into Eclipse, using JDK
> 1.3.1, commented out things like references to objects in your drawing
> package, and the code compiled for me.
>
> So there's something else at work that you're not showing; unless there's
> some big difference between 1.3.1 and 1.4.0 that I don't know about; I
> don't think that's the case.
I compiled it in the BlueJ IDE and it worked fine. Someone mentioned
that in order to compile using packages with the Sun SDK, you needed a
makefile or something like that. Anyone know how to compile multiple
.java files into a package using the Sun SDK?
- Previous message: Vinay Aggarwal: "Solving Lazy Initialization and double checked locking problem"
- In reply to: Dan Nuttle: "Re: Help with multiple file projects"
- Next in thread: hiwa: "Re: Help with multiple file projects"
- Reply: hiwa: "Re: Help with multiple file projects"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|