Hi,
this is the first time I am running java along with some shell script and I want to know the convention people are using in organizing various types of files. I have the followings:
FileLoader.class: A main java class having main()
AboutDate.class: Secondary hava class
load_files.ksh: A shell script called from FileLoader.class
Right now, I put all of those in ~/bin and logs are created in ~/log. ~/src has *.java.
Thanks in advance,
Shine.
this is the first time I am running java along with some shell script and I want to know the convention people are using in organizing various types of files. I have the followings:
FileLoader.class: A main java class having main()
AboutDate.class: Secondary hava class
load_files.ksh: A shell script called from FileLoader.class
Right now, I put all of those in ~/bin and logs are created in ~/log. ~/src has *.java.
Thanks in advance,
Shine.