[infinispan-issues] [JBoss JIRA] Created: (ISPN-349) ClassNotFoundException when starting cache in runGuiDemo.bat because of problem in the script
Oswaldo Cavalcanti Dantas Junior (JIRA)
jira-events at lists.jboss.org
Wed Feb 17 12:21:10 EST 2010
ClassNotFoundException when starting cache in runGuiDemo.bat because of problem in the script
---------------------------------------------------------------------------------------------
Key: ISPN-349
URL: https://jira.jboss.org/jira/browse/ISPN-349
Project: Infinispan
Issue Type: Bug
Affects Versions: 4.0.0.CR4
Environment: Windows
Reporter: Oswaldo Cavalcanti Dantas Junior
Assignee: Manik Surtani
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
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list