Uploaded image for project: 'mod_cluster'
  1. mod_cluster
  2. MODCLUSTER-366

code for the dynamic classpath variable in run-demo.bat

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Trivial Trivial
    • None
    • 1.2.6.Final
    • None
    • None

      Here is the code for the dynamic classpath variable in run-demo.bat:

      @ECHO OFF & SETLOCAL EnableDelayedExpansion

      set "CP=.\classes"

      for %%i in (lib*.jar) do (
      set "CP=!CP!;.%%i"
      )

              rhn-engineering-jclere Jean-Frederic Clere
              panjandoom Jan Häring (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: