Where to get the import ij.* package from?

Posted by razshan on Stack Overflow See other posts from Stack Overflow or by razshan
Published on 2011-01-04T23:47:54Z Indexed on 2011/01/04 23:53 UTC
Read the original article Hit count: 209

Filed under:
|

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 imports are:

import ij.*; 
import ij.io.*;
import ij.gui.*; 
import ij.process.*; 
import ij.measure.*; 
import ij.plugin.*; 
import ij.plugin.frame.*; 
import ij.plugin.filter.PlugInFilter;

import java.io.*; 
import java.awt.*; 
import java.awt.event.*;
import java.util.*; 
import java.lang.*; 
import java.text.*;

© Stack Overflow or respective owner

Related posts about java

Related posts about import