Results 1 to 1 of 1
- 09-08-2008, 04:57 PM #1
Member
- Join Date
- Sep 2008
- Posts
- 2
- Rep Power
- 0
JSP Unable to access the third party libraries
Friends,
I need help. I keep running into a problem which is quite mysterious to me.
Before I explain problem I guess it’s important for you to know the development environment am working
JAVA Platform: JEE5 (java version "1.6.0_06")
App.Server: Tomcat 6.0
Application is using: Visual JSF framework
OS:WindowsXP
IDE: NetBeans 6.1
Description Of the problem: I’m a developing a web application using the visual JSF and Tomcat6.0. In the development process I’m using third party .jar libraries (Haley). When I call a method present in the third party libraries upon a "button click" from tomcat app. server environment, I get this error below
java.lang.IllegalAccessError: tried to access class com.haley.util.l from class com.haley.haleyrules.KnowledgeBaseFactory
However, when I execute the same code in a non-application server(no Tomcat server involvement neither JSF) everything works fine. There is no error in plain java development environment,
Any suggestion would be appreciated
Third party vendor (Haley) keep saying that it’s a Tomcat problem because libraries work in plain JAVA environment
Thank in advance for your help
Similar Threads
-
digital sign libraries
By Shuru in forum Advanced JavaReplies: 4Last Post: 11-07-2008, 08:01 AM -
Need to hook up my jsp code to third party vendor
By priya123 in forum JavaServer Pages (JSP) and JSTLReplies: 0Last Post: 08-28-2008, 10:24 PM -
[SOLVED] Unable to access array defiened in constructor in other methods.
By Shyam Singh in forum New To JavaReplies: 1Last Post: 07-20-2008, 04:42 PM -
Simple newbie problem: import 3rd party jar
By jodyflorian in forum EclipseReplies: 5Last Post: 05-30-2008, 04:02 AM -
PoJoe Component Libraries 1.1
By levent in forum Java SoftwareReplies: 0Last Post: 06-08-2007, 10:23 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks