Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-349

ClassNotFoundException when starting cache in runGuiDemo.bat because of problem in the script

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.0.0.Final
    • 4.0.0.CR4
    • None
    • None

      Line 10 in runGUIDemo.bat found in infinispan 4.0.0 CR4 is:

      set my_classpath=%my_classpath;..\infinispan-core.jar

      There is a missing %. It should be:

      set my_classpath=%my_classpath%;..\infinispan-core.jar

            manik_jira Manik Surtani (Inactive)
            oswaldodantas_jira Oswaldo Dantas (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: