parkan
08-29-01, 01:28 PM
I started learning java, everything runs fine under WinME, but I want to switch to lInux. I have a problm though. I installed the latest java release (via .bin script, chmod a+x, ./) and now I'm trying to install a graphic editor, forte CE 2.0 for java. I do:
CLASSPATH=/home/parkan <-that's where my files are
java forte2.class
Can't find class forte2.class
Then I tried:
CLASSPATH=/home/parkan <-that's where my files are
java *.*
Can't find class forte2.class
I need help, please!
CLASSPATH=/home/parkan <-that's where my files are
java forte2.class
Can't find class forte2.class
Then I tried:
CLASSPATH=/home/parkan <-that's where my files are
java *.*
Can't find class forte2.class
I need help, please!