#Java
3 posts
2016
[Java] Sending Mail from GMail with JavaMail and from Exchange with the EWS API
Today I looked into how to send mail out from GMail using the Java Mail API, and from Exchange using the EWS API. I wrote some test code to share with you all.
2015
Setting Up a Cloud9 Java Runner
Today I'll walk you through how to set up a Java Runner on Cloud9. You can also refer directly to the Cloud9 and Stack Overflow tutorials. First, let's create a new workspace.
Installing Java on a Codeanywhere CentOS DevBox
1. First sign up for a Codeanywhere account (obviously). 2. Spin up a CentOS DevBox (VM). 2.1 Right-click on DevBox and choose Add DevBox, as shown.