Check your
java version. There is nothing wrong with the code you have pasted. Autoboxing feature offered from Tiger (1.5) release of Java SDK.
try this :
Account account = new Account(1122, 20000d);
As Christophe pointed, if this is a single file put the import statement at the beginning :