Eclipse (which I'm working in) doesn't really seem to like:
System.out.println("User " + ret.name* + ret.place*);
Yeah, eclipse wont like this because you have a * in the declaration name.
Three notes:
First of all, its not Eclipse the doesnt like it, its java that doesnt like it. Learn to separate the two.
Second. FOR GODS SAKE? Why are you using an IDE? If you know as little java as you seem to, you should not even be touching eclipse for the next few months. You are missing very important concepts.
Third. Its nice when you define what "it doesnt like this" means... i have never had an error "Line 34: i dont like this".