Commit 32c4621e by T.J. Mather Committed by Bryce McKinlay

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
parent 118f8dc1
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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment