I am using HTMLUnit to read content from webpages in eclipse , however when I attempt to run the code a pop up box shows up displaying different “run as” options. I usually choose the default main option to run the code. Is there any way by which i could set something like “always choose this option” so I dont get that box every time I try to run that code.
Share
You could run the last launched configuration (
Ctrl+F11in Windows), as stated in the documentation.