SET CLASSPATH_JARS=../../lib/log4j/log4j-1.2.14.jar

SET BUILD_CLASS_DIR_IMPLEMENTATION=BUILD_LOCAL\implementation\build\classes

SET RUN_CLASSPATH=%BUILD_CLASS_DIR_IMPLEMENTATION%;%CLASSPATH_JARS%
SET CLASS_TO_RUN=chepsoft.micro.javadoc.workerapplication.WorkerApplication

SET ARGUMENTS=Worker implementation by WorkerImpl

ECHO CLASSPATH_JARS=%CLASSPATH_JARS%

ECHO BUILD_CLASS_DIR_IMPLEMENTATION=%BUILD_CLASS_DIR_IMPLEMENTATION%

ECHO RUN_CLASSPATH=%RUN_CLASSPATH%

ECHO CLASS_TO_RUN=%CLASS_TO_RUN%

java -classpath %RUN_CLASSPATH% %CLASS_TO_RUN% %ARGUMENTS%
%1String name = "Bethuel", %2String workerType = "Monthly Employee", %3double salary = 22000d,

if i want to pass the above variables from run.bat file instead of main() method where should insert them in my code of bat file.

Recommended Answers

All 2 Replies

SET CLASSPATH_JARS=../../lib/log4j/log4j-1.2.14.jar

SET BUILD_CLASS_DIR_IMPLEMENTATION=BUILD_LOCAL\implementation\build\classes

SET RUN_CLASSPATH=%BUILD_CLASS_DIR_IMPLEMENTATION%;%CLASSPATH_JARS%
SET CLASS_TO_RUN=chepsoft.micro.javadoc.workerapplication.WorkerApplication

SET ARGUMENTS=Worker implementation by WorkerImpl

ECHO CLASSPATH_JARS=%CLASSPATH_JARS%

ECHO BUILD_CLASS_DIR_IMPLEMENTATION=%BUILD_CLASS_DIR_IMPLEMENTATION%

ECHO RUN_CLASSPATH=%RUN_CLASSPATH%

ECHO CLASS_TO_RUN=%CLASS_TO_RUN%

java -classpath %RUN_CLASSPATH% %CLASS_TO_RUN% %ARGUMENTS%
%1String name = "Bethuel", %2String workerType = "Monthly Employee", %3double salary = 22000d,

if i want to pass the above variables from run.bat file instead of main() method where should insert them in my code of bat file.

why did you create a duplicate thread? if people are going to answer, they can do this in the original thread.

Duplicate thread closed please follow discussion here

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.