• 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

Compiling issues in RSA workSpace

 
Ranch Hand
Posts: 242
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am trying to set up my development environment using RSA, How ever i am getting the below error.

Java compiler version doesn't not match the version of the Installed java Project facet

I Have added the jre in the below path in the project class path

C:\Program Files\IBM\SDP\runtimes\base_v7_stub\java\jre. and trying to compile the project with compiler with JDK compilance of 1.5

Iam not able to do compile the project sucessfully

If i set the Jre in the below path


C:\Program Files\IBM\SDP\runtimes\base_v6_stub\java\jre


i am getting different errors as below

java compiler version doest not match the version of the Installed java Project facet

The Type java.sql.Wrapper cannot be resolved. it is indirectly referenced from required.class files
 
Message for you sir! I think it is a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic