Show TOC Start of Content Area

Procedure documentation Creating a Java Class Locate the document in its SAP Library structure

Use

You have to create a new Java class – an Exception class as an additional requirement of the JavaMail’s EJB. In this step you create the SendMailException.java class.

Procedure

...

       1.      Expand the package to the javamail folder.

       2.      Open the context menu and choose New ® Java Class…

       3.      In the New Java Class dialog that appears, specify SendMailException as the Name for the new class.

       4.      Choose Finish.

       5.      Specify the source for the SendMailException class.

       6.      Save the new class.

Result

The SendMailException class is created.

Next Step

Setting Classpath and Compiling Sources

 

 

End of Content Area