Search Results

Search: Posts Made By: sari
Forum: Linux 04-22-2008
3,275
Posted By sari
proble in running .properties file
# Timer for thread to sleep
thread.sleep =15000

# To run the thread as daemon process
thread.run = true

# Copy command
thread.cmd = C:\Program Files\Java\jdk1.5.0\bin\java CopyFile



...
14,483
Posted By sari
how to set classpath in cron
i have written shell script that script has path to java programwhen irun this script in terminal i get the output but when irun in cron it gives me eror.plz send me code to set classpath

#!...
10,921
Posted By sari
problem in setting classpath in shell script
please send me format for wriiting classpath in shell script
this is my shell script

---------------
#! /bin/bash

javac File1.java

/usr/bin/java File1
--------------------------

the...
3,871
Posted By sari
setting classpath
plz send me the code for how to write classpath in linu
3,871
Posted By sari
error in running shell script in cron
#!/bin/bash

CLASSPATH=.
#CLASSPATH=${CLASSPATH}:${INSTALL_PATH}home/squidlog/CopyFile.java
CLASSPATH=${CLASSPATH}:${INSTALL_PATH}usr/java/latest/lib/*.jar

javac CopyFile.java


echo...
11,055
Posted By sari
conversion of unix time format
help me to convert unix time format into windows time format using java

i have linux time ex. 1075329297.572
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 02:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy