• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java Compiler Issue for version 1.2

 
Ranch Hand
Posts: 2379
MySQL Database Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In my Linux RedHat Enterprise 4.7/Tomcat 6/JDK 1.5.0.20 environment, I am seeing an error at runtime from my webapplication that tries to compile some java rules in XML file. I only have JDK 1.5 installed in my machine which I have indicated in ,.bash_profile as JAVA_HOME so that I don't use any other variable by mistake. Redhat installation came with JDK 1.4 whih I am not using. However, I don't know how come 1.2 is coming as per the log below. When I look at my ant build file, I see there are couple of eclipse related target, but those doidn't seem to be vulnerable to me. I don't have Eclipse installed and hence there should be no side effect of that.

Any idea if I am missing something very obvious?


 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

RuleCompiler Rule Compilation Error : details : Eclipse Java Compiler 0.319_R21x


I don't know what the "RuleCompiler" is, but it seems to pass some flags that the Java compiler doesn't understand. Do the docs of the RuleCompiler say anything about configuration?
 
Marshal
Posts: 79239
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you ever installed Oracle or something else which alters your PATH? Have you reviewed your PATH with echo $PATH ?
reply
    Bookmark Topic Watch Topic
  • New Topic