[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Re: System.out.printf Broken?
|
- From: tim.julian@xxxxxxxxxxxx (Tim Julian)
- Date: Tue, 26 Apr 2005 14:12:35 +0000 (UTC)
- Newsgroups: eclipse.newcomer
- Organization: not organized
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
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....