Compiling open source projects in NetBeans ImageJ

Source: Internet
Author: User
Tags netbeans

Introduced:

ImageJ is Java based open source image processing software, if you are interested in Java image processing technology, you can download the Open-source project source for a study. This article mainly describes how to import ImageJ source files into NetBeans, and how to configure the project properties so that the source files can be compiled correctly.

Preparation conditions:

1, download the source code ImageJ.

Http://rsb.info.nih.gov/ij/download/src/ij138q-src.zip.

The homepage is http://rsb.info.nih.gov/ij/download.html and has all the information you want about ImageJ, including documentation and source code.

Steps:

1. Extract the downloaded source code into a folder and create a new IJ folder.

Under the Unpacked folder, under the source folder, create a new folder named Ij1, and copy the IJ folder under the source folder to Ij1.

source folder for ImageJ sources after decompression

Copy Folder ij

2. Create a new project named ImageJ in NetBeans.

Open File-> New project, select General->java Class Library, click Next, enter project name: ImageJ

3, right click on this item, select Properties

4, add the ImageJ source code

Select the source on the left side of the Properties window and click the Add folder under the Source package folder on the right side of the window

Open a window that adds the source folder, select the folder ij1 that you created in the first step, and click OK.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.