Click here to Skip to main content
15,910,872 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Exception is in thread "main" java.lang.Error: Unresolved compilation problem
When I work for solving Einsteins riddle problem in Java, I get this problem. How can i solve it ?
Posted
Updated 26-May-10 19:10pm
v2
Comments
AspDotNetDev 26-May-10 22:15pm    
Reason for my vote of 1
You haven't offered us nearly enough information to help you out. What code causes the error?

1 solution

As the error states, you have a 'Compile' time error!

While you build your application, it must be showing you what compilation error it is. Go ahead and resolve it.

It looks like you are copying the copy from somewhere and just running it. That wouldn't work always. Check for successful build before running the application.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900