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: string->char* [former Re: core dump]


>>>>> "Martin" == Martin Aliger <martin_aliger@email.cz> writes:

Martin> It works, but that conversion from jstring to char* is not
Martin> very convinient. Is there any (helper) method to do this?

Nope.

Martin> Or rather convert into wchar_t or similar (not jchar)?

Nope.

Martin> BTW: good work! GCJ seems to be much more mature that I (and
Martin> many others) think! AWT library is not main interest of many
Martin> developers and IMHO it should not be part of gcc itself
Martin> (rather external library to depend on)

The nice feature of including AWT is that it makes gcj look more like
the JDK.  The user doesn't have to do anything special.

Tom


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