mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-30 07:14:09 +08:00
gcj.texi: Fixed gcj invocation example so that it compiles.
2002-06-29 T.J. Mather <tjmather@maxmind.com> * gcj.texi: Fixed gcj invocation example so that it compiles. From-SVN: r55126
This commit is contained in:
parent
118f8dc12c
commit
32c4621e89
@ -1,3 +1,7 @@
|
||||
2002-06-29 T.J. Mather <tjmather@maxmind.com>
|
||||
|
||||
* gcj.texi: Fixed gcj invocation example so that it compiles.
|
||||
|
||||
2002-06-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* lex.c (java_init_lex): Avoid incorrect hardcoded constant 11.
|
||||
|
@ -1901,7 +1901,7 @@ int main(int argc, char *argv)
|
||||
JvAttachCurrentThread(NULL, NULL);
|
||||
|
||||
String *message = JvNewStringLatin1("Hello from C++");
|
||||
JvInitClass(&System.class$);
|
||||
JvInitClass(&System::class$);
|
||||
System::out->println(message);
|
||||
|
||||
JvDetachCurrentThread();
|
||||
|
Loading…
Reference in New Issue
Block a user