Skip to content

Tag: jsp

How can I send an email from a JSP? I have an error

I am trying to send an email from a JSP using gmail, I tested my code in a normal Java Application (not web) and it works well, but I have this problem java.lang.NoSuchMethodError: sun.security.ssl.Handshaker.setApplicationProtocols([Ljava/lang/String;)V when I run the JSP, here is my code By the way, I am us…

Reading Excel File Column in Java

I have a sample of Excel data that needs to be read and store in the database. Example: I have tried to use Apache POI in reading data by row. But how do I get the Name and the amount from the column at the same time? Something like this Any help would be appreciated. Thanks Answer Result: