[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#361806: marked as done (java-gcj-compat-dev: Can't build with javac)



Your message dated Tue, 16 May 2006 07:32:20 +0200
with message-id <20060516053220.GC1691@asterix.konqueror.de>
and subject line Can't build with javac
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: java-gcj-compat-dev
Severity: important

root@namakemono:/tmp# cat hello.java
class HelloWorldApp {
    public static void main(String[] args) {
        System.out.println("Hello World!"); //Display the string.
    }
}
root@namakemono:/tmp# javac hello.java
----------
1. ERROR in hello.java
 (at line 1)
        class HelloWorldApp {
        ^
The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files
----------
1 problem (1 error)
root@namakemono:/tmp# CLASSPATH=/usr/share/java/libgcj-4.0.jar javac hello.java root@namakemono:/tmp#


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


--- End Message ---
--- Begin Message ---
Version: 1.0.56-1


This bug was fixed with the upload of java-gcj-compat 1.0.56-1.


Michael
-- 
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html

Join the community at http://planet.classpath.org/

--- End Message ---

Reply to: