[jboss-jira] [JBoss JIRA] Issue Comment Edited: (JBRULES-2594) runExamples.bat has errors
Geoffrey De Smet (JIRA)
jira-events at lists.jboss.org
Mon Sep 6 02:44:52 EDT 2010
[ https://jira.jboss.org/browse/JBRULES-2594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12549159#action_12549159 ]
Geoffrey De Smet edited comment on JBRULES-2594 at 9/6/10 2:43 AM:
-------------------------------------------------------------------
Fixed the rem problem.
Still requiring a JDK (so -server) because the target audience are developers, who should have a JAVA_HOME (and a JAVA_HOME must always be a JDK, never a JRE).
If someone else trips over that problem, open a new issue and we can do something like
if JAVA_HOME exists then JAVA_HOME/java -server else java (without -server and without full path)
tnx for reporting!
was (Author: ge0ffrey):
Fixed the rem problem.
Still requiring a JDK (so -server) because the target audience are developers and I suggest the -server option.
If someone else trips over that problem, open a new issue and we can do something with "if JAVA_HOME exists then JAVA_HOME/java -server else java (without -server and without full path).
> runExamples.bat has errors
> --------------------------
>
> Key: JBRULES-2594
> URL: https://jira.jboss.org/browse/JBRULES-2594
> Project: Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: drools-planner
> Affects Versions: 5.1.0.CR1
> Environment: Windows
> Reporter: Wise Guy
> Assignee: Geoffrey De Smet
> Priority: Minor
> Fix For: 5.2.0.M1
>
>
> The runExamples.bat file from drools-5.1.0.CR1-planner.zip has errors when run.
> Line 14 starts with "#" instead of "rem"
> and line 15 has the JVM option "-server" which in case of JRE returns "Error: no `server' JVM at"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list