• 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

Eclipse RAD Java build Path

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

We are facing some unusual errors in RAD.
In window->Preferences ->Java->Installed JREs we have mentioned all the Jar files from the RAD JDK (location: C:\Program Files\IBM\SDP\jdk - RAD install in C:\Program Files\IBM location).
Now in Java Project's JRE System Library some of the Jars from before mentioned Installed JRE location are missing. There is no change in the classpath of this project. Below is the screenshot for better clarification:
I am attaching the screenshot for that.
Refer Project.JPG -> for Project Jar dependencies
Refer RAD Installed JRE.JPG -> for Installed JRE. Some of the Jars which are present here and not in above are marked in Red:

I have changed the classpath of java project to add the missing Jars and after that it is working fine. But do you have any idea to overcome the issue without change in the classpath locally for a project.

Thanks in Advance!
Debashis
RAD-Installed-JRE.JPG
[Thumbnail for RAD-Installed-JRE.JPG]
Project.JPG
[Thumbnail for Project.JPG]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic