[Beginner's Corner] - Error: tried to access class com.google.common.base.Platform
by Zaheer Ahmed
Zaheer Ahmed [https://community.jboss.org/people/richfaceman] created the discussion
"Error: tried to access class com.google.common.base.Platform"
To view the discussion, visit: https://community.jboss.org/message/720292#720292
--------------------------------------------------------------
Hi All
I'm using 4.1.0 - Final richfaces version. At runtime I'm getting this error ;
java.lang.IllegalAccessError: tried to access class com.google.common.base.Platform from class com.google.common.base.CharMatcher
has anyone face this problem ?
This is how my pom.xml looks like;
|
|
| <dependency> |
|
|
|
| <groupId>com.oracle</groupId> |
|
|
|
| <artifactId>orai18n-mapping</artifactId> |
|
|
|
| <version>11.2.0</version> |
|
|
| </dependency> |
|
|
| <dependency> |
|
|
|
| <groupId>org.richfaces.core</groupId> |
|
|
|
| <artifactId>richfaces-core-api</artifactId> |
|
|
|
| <version>4.1.0.Final</version> |
|
|
| </dependency> |
|
|
| <dependency> |
|
|
|
| <groupId>org.richfaces.core</groupId> |
|
|
|
| <artifactId>richfaces-core-impl</artifactId> |
|
|
|
| <version>4.1.0.Final</version> |
|
|
| </dependency> |
|
|
| <dependency> |
|
|
|
| <groupId>org.richfaces.ui</groupId> |
|
|
|
| <artifactId>richfaces-components-api</artifactId> |
|
|
|
| <version>4.1.0.Final</version> |
|
|
| </dependency> |
|
|
| <dependency> |
|
|
|
| <groupId>org.richfaces.ui</groupId> |
|
|
|
| <artifactId>richfaces-components-ui</artifactId> |
|
|
|
| <version>4.1.0.Final</version> |
|
|
| </dependency> |
| <!-- |
| <dependency> --> |
| <!-- |
|
| <groupId>org.apache.myfaces.core</groupId> --> |
| <!-- |
|
| <artifactId>myfaces-impl</artifactId> --> |
| <!-- |
|
| <version>2.1.1</version> --> |
| <!-- |
| </dependency> --> |
|
|
| <dependency> |
|
|
|
| <groupId>com.google.guava</groupId> |
|
|
|
| <artifactId>guava</artifactId> |
|
|
|
| <version>r08</version> |
|
|
| </dependency> |
|
|
| <dependency> |
|
|
|
| <groupId>net.sourceforge.cssparser</groupId> |
|
|
|
| <artifactId>cssparser</artifactId> |
|
|
|
| <version>0.9.5</version> |
|
|
|
| <type>pom</type> |
|
|
| </dependency> |
|
|
| <dependency> |
|
|
|
| <groupId>org.w3c.css</groupId> |
|
|
|
| <artifactId>sac</artifactId> |
|
|
|
| <version>1.3</version> |
|
|
| </dependency> |
Many thanks
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/720292#720292]
Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
12 years, 10 months