Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » e(fx)clipse » Can't Send Email using SMTP in JavaFX(Eclipse opens QuantumToolKit.class when sending an Email using SMTP)
Can't Send Email using SMTP in JavaFX [message #1730921] Fri, 29 April 2016 19:34 Go to next message
Nasser Ahmed is currently offline Nasser AhmedFriend
Messages: 4
Registered: April 2016
Junior Member
When I press a button to send an Email in JavaFx it opens an QuantumToolKit.class tab and the application hangs on The button works fine with other functionality

I couldn't post the code it gives that Message

You can only use links to eclipse.org sites while you have fewer than 1 message.
Re: Can't Send Email using SMTP in JavaFX [message #1731242 is a reply to message #1730921] Tue, 03 May 2016 17:52 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
You mostly like have an uncatched exception. You need to wrap your code
in a try {} catch( Throwable t ) { t.printStacktrace(); }

Tom

On 02.05.16 14:42, Nasser Ahmed wrote:
> When I press a button to send an Email in JavaFx it opens an
> QuantumToolKit.class tab and the application hangs on The button works
> fine with other functionality
> I couldn't post the code it gives that Message
>
> You can only use links to eclipse.org sites while you have fewer than 1
> message.
Previous Topic:Equivalent of BusyIndicator
Next Topic:FXMLBuilder StackOverflowError
Goto Forum:
  


Current Time: Wed Apr 24 14:33:35 GMT 2024

Powered by FUDForum. Page generated in 0.03990 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top