A
Angus
Hello
I have created a java class which I want to use from another java program.
Do I need to store the java file in a particular location? (bit like C/C++
include files?).
I tried just pasting class to bottom of file with main java program I was
using but that didn't work. Can I just have class in same file? But how?
Any help would be much appreciated.
Angus
I have created a java class which I want to use from another java program.
Do I need to store the java file in a particular location? (bit like C/C++
include files?).
I tried just pasting class to bottom of file with main java program I was
using but that didn't work. Can I just have class in same file? But how?
Any help would be much appreciated.
Angus