• 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

Unresolved compilation problems

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

Hi All,

I have generated a web service client using axis & eclipse.The problem occurs when i integrate with the existing system,the existing one is running in java1.4.The below exception thrown while accessing the web service.

Exception in thread "main" java.lang.Error: Unresolved compilation problems:
Access restriction: The constructor QName(String, String) is not accessible due to restriction on required library C:\Program Files\Java\jdk1.7.0_40\jre\lib\rt.jar.


I have googled it and read some articles which states that its due license issue?


Please suggest why this occurs and how to resolve this.

 
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I didn't see those articles which talked about licensing. Instead, after a quick web search, I found this Stack Overflow question which over 1,000 people have given +1 to. I'd suggest you read that one instead.
reply
    Bookmark Topic Watch Topic
  • New Topic