Link to home
Start Free TrialLog in
Avatar of BUpYo
BUpYo

asked on

Eclipse problems

Hello everyone,
i am using eclipse IDE and i noticed that when i run a program and then try to run another program after that one, Eclipse just contually runs the first program and does'nt do anything related to the second expect error-checking. One way i can and do get around this problem is by competely getting rid of the one program and the folder it was in, but this is cumbersome and i know there must be a easier solution.
ASKER CERTIFIED SOLUTION
Avatar of tomboshell
tomboshell

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of leeprovoost
leeprovoost

usually you have to define for every new project you want to run a new run configuration or how you call this

Menu --> Run --> Run As (choose what kind of application you're dealing with)

grtz

Lee
The second comment is confusing:
tomboshell is right (use the drop down) and you have to define via "Run As" only once.
ECLIPSE assumes that you are testing and want to run the same application again and again.
;JOOP!