How to Run the Examples

Download from GitHub

All examples of Aspose.Tasks for Java are hosted on GitHub. You can either clone the repository using your favorite GitHub client or download the ZIP file from here.

Extract the contents of the ZIP file to any folder on your computer. All the examples are located in the Examples folder.

run Aspose.Tasks for Java examples

The project uses the Maven build system. Any modern IDE can easily open or import the project and its dependencies. Below we show you how to use popular IDEs to build and run the examples.

IntelliJ IDEA

Click on the File menu and choose Open. Browse to the project folder and select the pom.xml file.

run Aspose.Tasks for Java examples in IntelliJ IDEA

It will open the project and download the dependencies automatically. From the Project tab, browse the examples in src/main/java folder. To run an example, just right-click on the file and choose “Run ..”, the example will be executed and the output will be shown in the built-in console output window.

build Aspose.Tasks for Java examples in IntelliJ IDEA

Eclipse

Click on the File menu and choose Import. Select Maven - Existing Maven Projects.

run Aspose.Tasks for Java examples in Eclipse

Browse to the folder that you cloned or downloaded from GitHub and select pom.xml file.

open Aspose.Tasks for Java examples in Eclipse

It will open the project and download the dependencies automatically. From the Package Explorer tab, browse the examples in the src/main/java folder. To run an example, just right click on the file and choose Run As - Java Application, the example will be executed and the output will be shown in the built-in console output window.

NetBeans

Click on the File menu and choose Open Project. Browse to the folder that you cloned or downloaded from GitHub. The icon of the Examples folder will show that it is a Maven project. Select Examples and open it.

run Aspose.Tasks for Java examples in NetBeans

It will open the project and download the dependencies automatically. From the Projects tab, browse the examples in source packages. To run an example, just right click on the file and choose Run File, the example will be executed and the output will be shown in the built-in console output window.

edit Aspose.Tasks for Java examples in NetBeans

How to contribute

If you like to add or improve an example, we encourage you to contribute to the project. All examples and showcase projects in this repository are open source and can be freely used in your applications.

To contribute, you can fork the repository, edit the source code and create a pull request. We will review the changes and include it in the repository if found helpful.

Subscribe to Aspose Product Updates

Get monthly newsletters & offers directly delivered to your mailbox.