java.io in debian
Posted
by Stig
on Stack Overflow
See other posts from Stack Overflow
or by Stig
Published on 2010-06-18T14:42:00Z
Indexed on
2010/06/18
14:43 UTC
Read the original article
Hit count: 281
Hello, i try to compile a java program but in the import section of the code fails:
import java.net.; import java.io.; import java.util.; import java.text.; import java.awt.; //import java.awt.image.; import java.awt.event.; //import java.awt.image.renderable.; import javax.swing.; import javax.swing.border.; //import javax.swing.border.EtchedBorder; //import javax.media.jai.; //import javax.media.jai.operator.; //import com.sun.media.jai.codec.; //import java.lang.reflect.;
how can i fix the problem in a linux debian machine?. Thanks
© Stack Overflow or respective owner