Viewing 4 posts - 1 through 5 (of 5 total)
Thanks it worked fine..
but here instead of passing variable I wanted to pass the Result set Object in the argument .Is that possible or Can we pass via standard Input...
September 9, 2014 at 12:16 am
#1744005
Hi
Anybody can help me out
thanks
viji
September 7, 2014 at 10:50 pm
#1743759
#1743758
I am running a bat file which executes runnable jar
My bat file:
@echo off
ECHO Hello, world! This is my test BAT file!
java -jar E:\DH\Work\Simmetrics.jar one two
Here one...
September 5, 2014 at 6:02 am
#1743487