Results 1 to 6 of 6
In Linux, the files were processing based on timestamp. Can anyone suggest how to process the files based on alphabets?
My application is in windows. Here iam processed the files ...
- 01-22-2009 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 3
File Processing in Linux
In Linux, the files were processing based on timestamp. Can anyone suggest how to process the files based on alphabets?
My application is in windows. Here iam processed the files based on alphabetical order. While coming to linux its coming wrong.
- 01-22-2009 #2
Can please explain more about your application.Any Programs in C or C++?
- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
- 01-22-2009 #3Just Joined!
- Join Date
- Jan 2009
- Posts
- 3
Hi Lakshmipathi,
My application is in Java. Iam using the shell script to run our jar in linux.
find the script :
CLASSPATH=${CLASSPATH}:jars/Test.jar:
CLASSPATH=${CLASSPATH}:aaa/xxx/yyy/properties:
CLASSPATH=${CLASSPATH}:aaa/xxx/yyy/properties/data1:
CLASSPATH=${CLASSPATH}:aaa/xxx/yyy/properties/data2:
/usr/java/jdk1.5.0_12/jre/bin/java -cp ${CLASSPATH} com.xxx.TestProgram
please let me know if you need any clarifications.
- 01-22-2009 #4
Make sure you have jar files under specified locations and
then check whther the CLASSPATH environmental variable working?
try
above should provide you appropriate java path.echo $CLASSPATH- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
- 01-22-2009 #5Just Joined!
- Join Date
- Jan 2009
- Posts
- 3
Classpath is correct. Its working fine, pblm is iam not able to atomate the process because of file processing order is different what iam expecting.
- 01-22-2009 #6
I can't get you here.What's do you mean by "file processing order".
Few months back, i had set-up dev server with J2EE application ,just by making sure all files available in appropriate path (path in property files are valid) and environmental variables are available.
Are you migrating from J2EE application from Windows to Linux ?- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------


Reply With Quote

