Bugzilla – Attachment 70757 Details for
Bug 154318
gcj can not be started on SL 10.1-beta5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
Sample java source
InvocationHelloWorld.java (text/plain), 355 bytes, created by
Petr Mladek
on 2006-03-01 10:54:18 UTC
(
hide
)
Description:
Sample java source
Filename:
MIME Type:
Creator:
Petr Mladek
Created:
2006-03-01 10:54:18 UTC
Size:
355 bytes
patch
obsolete
>//package example.jni; > >public class InvocationHelloWorld { >public static void main(String[] args) { >System.out.println("Hello, World!"); >System.out.println("Arguments sent to this program:"); >if (args.length == 0) { >System.out.println("(None)"); >} else { >for (int i=0; i<args.length; i++) { >System.out.print(args[i] + " "); >} >System.out.println(); >} >} >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 154318
: 70757