| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Get started quickly with developing applications in Java on macOS with SQL Server
About this sample
Before you begin
Run this sample
Sample details
Disclaimers
Related links
To run this sample, you need the following prerequisites.
Software prerequisites:
Select the specific tutorial you want to run through.
From your favorite text editor, open the App.java file and update the connection string username and password with your own.
From your terminal, change directories to the tutorial folder (ex. SqlServerSample) you're running through. Build the project and jar by performing the following command:
mvn package
Run the program by performing the following command:
mvn -q exec:java -Dexec.mainClass=com.sqlsamples.App.java
Repeat the above steps for any of the other tutorials provided.
Please visit the Java on macOS tutorial to run through the sample in full with more detail.
The scripts and this guide are provided as samples. They are not part of any Azure service and are not covered by any SLA or other Azure-related agreements. They are provided as-is with no warranties express or implied. Microsoft takes no responsibility for the use of the scripts or the accuracy of this document. Familiarize yourself with the scripts before using them.
For more information, see these articles:
| Back | FazBrowse Home | New Git URL |