My web: http://javatips.info/
There're several ways to create & run java applications with Eclipse IDE:
Using Eclipse wizard to generate class file with main method
Generate main method using Eclipse content proposals feature (intellisense)
Generate java class & package by pasting the code from clipboard.