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

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

that was my first thought too,
but if i add a try{}catch block and print out the exception stack, i do not get any output, as there is no exception raised...