Re: java/10894: Valid import statements are rejected.
Andrew Pinski <[email protected]>
| Newsgroups | gmane.comp.gcc.prs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR java/10894; it has been noted by GNATS. From: Andrew Pinski <[email protected]> To: [email protected] Cc: Andrew Pinski <[email protected]>, [email protected], [email protected] Subject: Re: java/10894: Valid import statements are rejected. Date: Wed, 21 May 2003 00:40:47 -0400 You are right I should have read that link, I have not kept up with Java (at least the language) since 1.0.2 and since class inside classes is new for 1.1 I did not know that import was extended also. Thanks, Andrew Pinski On Wednesday, May 21, 2003, at 00:29 US/Eastern, Jonathan Brandmeyer wrote: > Not true. As posted in the gcj -v output, those classes are on the > CLASSPATH. In fact, commenting out the offending line 'solves' the > problem. Here it is again: > > jonathan@illuvatar:~/workspace/HelloWorld/116csc/2Lab$ gcj -v -C > Test.java > Reading specs from /usr/lib/gcc-lib/i386-linux/3.3/specs > Configured with: ../src/configure -v > --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang > --prefix=/usr > --mandir=/usr/share/man --infodir=/usr/share/info > --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared > --with-system-zlib --enable-nls --without-included-gettext > --enable-__cxa_atexit --enable-clocale=gnu --enable-debug > --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc > i386-linux > Thread model: posix > gcc version 3.3 (Debian) > /usr/lib/gcc-lib/i386-linux/3.3/jc1 Test.java -quiet -dumpbase > Test.java -auxbase-strip NONE -g1 -version -fsyntax-only > -femit-class-files -o /dev/null > GNU Java version 3.3 (Debian) (i386-linux) > compiled by GNU C version 3.3 (Debian). > GGC heuristics: --param ggc-min-expand=55 --param > ggc-min-heapsize=48342 > Class path starts here: > ./ > /usr/share/java/repository/ > /usr/share/java/libgcj-3.3.jar/ (system) (zip) > Test.java:1: error: Can't find default package `java.lang.Math'. Check > the CLASSPATH environment variable and the access to the archives > 1 error > > -Jonathan > > On Tue, 2003-05-20 at 23:50, Andrew Pinski wrote: >> Looks like your CLASSPATH environment is set to something that does >> not >> include the gcj's classes. >> >> Thanks, >> Andrew Pinski >> >> On Tuesday, May 20, 2003, at 23:37 US/Eastern, >> [email protected] wrote: >> >>> >>> Test.java:1: error: Can't find default package `java.lang.Math'. >>> Check >>> the CLASSPATH environment variable and the access to the archives >> > > >