Jan 31 2009
Java weirdness
“In Java, int x = 5; x += 2.5; works (x is now 7), whereas int x = 5; x = x + 2.5; gives a type error.”
The first one to explain this wins a free beer ..
Jan 31 2009
“In Java, int x = 5; x += 2.5; works (x is now 7), whereas int x = 5; x = x + 2.5; gives a type error.”
The first one to explain this wins a free beer ..
Dec 17 2006
build.xml:16: The type doesn’t support the “dst” attribute.
Fix: use ‘dest’ instead of ‘dst’.
Dec 17 2006
The eclipse/java error “Error starting modern compiler” when trying to compile something using javac in eclipse is being caused by eclipse using a different java VM than the one JAVA_HOME is pointing to.
Other keywords: