This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 'java.lang.String' has no method


Resending in plain text:

I was using java.net.NetworkInterface.getHardwareAddress() to get the MAC address. Work around is a JNI call (currently Windows only).

I was using ResourceBundle.keySet() and ResourceBundle.containsKey()

HTH,

Keith

Andrew John Hughes wrote:
On 26 March 2010 16:51, Keith <keith@rhsdplanning.com> wrote:
Does libgcj-4.4.0.jar support Java 1.6?

It supports bits of it:


http://builder.classpath.org/japi/openjdk6-libgcj.html

And yes, there are known holes in java.net and ResourceBundle.  I've
looked at implementing them a couple of times, but not yet got round
to it.

Knowing which methods should be prioritised for implementation (i.e.
because people actually use them in real-world code) would be very
useful.  And patches even more so!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]