Advertisement
Guest User

Untitled

a guest
Oct 5th, 2010
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. @echo off
  2. @rem set JAVA_HOME=..
  3. set LOCALCLASSPATH=
  4. for %%i in ("..\..\application\lib\*.jar") do call "lcp.cmd" %%i
  5. for %%i in ("..\..\application\lib\extra\*.jar") do call "lcp.cmd" %%i
  6. set LOCALCLASSPATH=%LOCALCLASSPATH%;config\
  7. @rem
  8. echo %LOCALCLASSPATH%
  9. set CP=-cp %LOCALCLASSPATH%
  10.  
  11. “%JAVA_HOME%\bin\java” %CP% net.sf.minuteProject.application.ModelViewGenerator mp-config-sales.xml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement