[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: System.out.printf Broken?

I reloaded the latest version: 3.1M6 and it still gave me the error: "the method printf( String, Object[]) in the type PrintStream is not applicable for the arguments (String,int). Any ideas?

int result = 1;
System.out.printf( "result= %d\n", result );

It does not get much simpler than this....