Results 1 to 1 of 1
- 12-18-2007, 04:38 AM #1
Member
- Join Date
- Dec 2007
- Posts
- 2
- Rep Power
- 0
problem from sun's java to eclipse
Hello,
All my code compiles fine with Sun's JDK but i need to be able to compile at school which is using a Eclipse compiler.
The problem I am getting is as follows:
i have a folder structure that goes as follows
cs/uwm/client/io
and in this directory I have 3 files: ConsoleReader.java ConsoleWriter.java and ConsoleManager.java
and at the top of all three I have the following:
package cs.uwm.client.io;
ConsoleReader and ConsoleWriter are compiling fine
However in ConsoleManager I am using these classes ConsoleReader/Writer and It compile fine for me on a windows JDK in cywin, but when I try this on a Fedore6 system with an Eclipe Java Compiler v_686_R32x, 3.2.2 release I have the following error:
ConsoleWriter cannot be resolved into a type
when I try the following line: ConsoleReader reader = new ConsoleReader( System.in );
I tried importing cs.uwm.client.io but that didnt' work. I couldn't find anything on the forums here if you are trying to use a class defined in your package inside your package the way I am.
I am guessing that this is a problem specific to Eclipse compiler
I am using the Eclipse compiler on a command line.
Any help would be great!
Similar Threads
-
Hibernator with eclipse : Problem in establishing the connection
By abhibh_1 in forum EclipseReplies: 5Last Post: 11-08-2008, 06:15 AM -
how to debug java code in eclipse
By rajesh058 in forum Advanced JavaReplies: 3Last Post: 07-25-2007, 11:19 PM -
java Sample 77 3 when using Eclipse
By Albert in forum EclipseReplies: 1Last Post: 07-05-2007, 06:47 AM -
Building A Java Project In Eclipse
By JavaForums in forum EclipseReplies: 0Last Post: 05-22-2007, 09:34 PM -
eclipse classloader problem
By sandor in forum EclipseReplies: 2Last Post: 05-10-2007, 03:26 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks