public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/18405] New: implement java.lang.Package#isCompatibleWith(String)
@ 2004-11-09 16:46 vadimn at redhat dot com
  2004-11-09 16:57 ` [Bug libgcj/18405] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: vadimn at redhat dot com @ 2004-11-09 16:46 UTC (permalink / raw)
  To: java-prs

We've run into a piece of code that refuses to run under GIJ due to
the following check:

  Package p = Package.getPackage("java.lang");
  if (!p.isCompatibleWith("1.4")) {
      // ... refuse to run
  }

Tom Tromey says Package#isCompatibleWith is not implemented.  (I
haven't looked at the relevant code myself though.)

http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Package.html#isCompatibleWith%28java.lang.String%29

http://java.sun.com/j2se/1.4.2/docs/guide/versioning/spec/versioning2.html

-- 
           Summary: implement java.lang.Package#isCompatibleWith(String)
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: vadimn at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18405


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-01-10 19:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-09 16:46 [Bug libgcj/18405] New: implement java.lang.Package#isCompatibleWith(String) vadimn at redhat dot com
2004-11-09 16:57 ` [Bug libgcj/18405] " pinskia at gcc dot gnu dot org
2004-11-09 22:18 ` tromey at gcc dot gnu dot org
2005-01-07 22:16 ` tromey at gcc dot gnu dot org
2005-01-10 19:39 ` cvs-commit at gcc dot gnu dot org
2005-01-10 19:40 ` tromey at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).