Am new to MyEclipse and it is not running as my Eclipse install does.
Have dragged some java classes into a Java project. They are compling fine. When I go to MyEclipse->Debug->Debug configurationsand select search for main methods it is not showing the main methods in my newly created code.
The list of main methods that are showing are from classes that are included in an external library .jar file.
It looks like the build path or classpath is not pointing at newly create files? Have tried every combination I can think of on the ClassPath tab.
What do I need to my set up?
Thanks