Re: 'java.lang.String' has no method
Keith <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> 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!