How to add 3rd party JAR's to compile time classpath in jGRASP?

后端 未结 2 430
我在风中等你
我在风中等你 2021-01-07 00:21

What do I need to do to successfully the import ij package? I get an error:

ITCN_.java:1: package ij does not exist

The import

2条回答
  •  暖寄归人
    2021-01-07 00:51

    It's the ImageJ API. The API docs are available here. You can download it here. Once downloaded, just add the JAR(s) to the compiletime and runtime classpath.

提交回复
热议问题