[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Wizards

Ludwig Moser a écrit :
hello NG!


what this code is supposed to do:
it should print blubb when you klick the button, then execute an ping to 10.0.0.100 and write the result into the text field.


what will be executed is, that it prints blubb to the sys err, ping will not be executed and code below the sys err line is not reached!
what can i do to fix this (beside writing my own wizard)


thanks in advance
lumo
PS: if you need more code to help me solving this, shout out!


move your testConnection call in a try catch block with Throwable catched, and you might see something then...