Act you must have gone through the log file. In the log file there one string at the end ie "verified successfully".
But through my code its not able to find that string
what output its giving to me is as follow:
Value of x is :-1
Export process failed
282...
User Profile
Collapse
-
log file
Connecting to the database...
Connected.
Making 2nd connection to exported datasource: SiebSrvr_IBMLAB ES...
Connected.
Starting common api.
Exporting Tables
Exporting table S_ACCELERATOR ... exported 154 rows
Exporting table S_ACCELRTR_INTL ... exported 154 rows
S_DOCK_REL_DOBJ ... exported 10 rows...Leave a comment:
-
program to find a perticular string in a file using java
import java.io.*;
class Automation1 implements Runnable
{
int iterationCount= 0;
Thread t;
FileReader fr;
//FileWriter fw;
BufferedReader br;
//BufferedWriter bw;
public Automation1()
{
t = new Thread(this,"Ne w Thread");
t.start();
}
... -
Thankyou for your reply.
I appreciate that.
thanks a lot once again
I will try with threading....Leave a comment:
-
want to add some delay between functions
hi,
Can someone please tell how to add 2 min of delay between two functions.
No activity results to display
Show More
Leave a comment: