On 20/12/2009 16:59, Pete Carapetyan wrote: > It's a little bit under protest that I'm submitting this error, > because it kind of creeps me out that I have to compile all drools > projects from root just to get drools planner samples to compile in my > IDE, but Geoffrey asked - and I am highly appreciative of everything > he and the drools team is doing. > If you move into the project itself you can build just that project and it'll get the rest Drools from your local and remote repository. If you are using SNAPSHOT it would probably need you to do a one of install of all the drools modules, so it can find them in your local maven repo. > it also doesn't appear that hudson has been building either, so not > sure why my input even matters.... > > Anyway here is the error I am getting trying to compile drools on my > box (java 1.6) > > [INFO] Copying 1 resource > [INFO] [compiler:compile] > [INFO] Compiling 237 source files to > C:\work\deleteDroolsSolverExperiment\jbossr > ules\drools-api\target\classes > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Compilation failure > Failure executing javac, but could not parse the error: > 'javac' is not recognized as an internal or external command, > operable program or batch file. > You have the JRE installed, but not the JDK - it can't find javac (JDK), only java(JRE).
Mark > > > Failure executing javac, but could not parse the error: > 'javac' is not recognized as an internal or external command, > operable program or batch file. > > I've been a lurker on drools for years and it's always been > challenging for me to be involved with because I never have more than > a couple hours at a time to work past the issues, then I'm all out of > time and never get a chance to really use it in a program. I'll be > there are a lot more people that fit this profile than not. > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users > > > _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
