https://issues.apache.org/bugzilla/show_bug.cgi?id=47961

Yegor Kozlov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Yegor Kozlov <[email protected]> 2009-10-30 09:10:28 UTC ---
Check your classpath and make sure ooxml-schemas-1.0.jar is included.

Use the code below to see the actual path to the jar:

        System.out.println(               
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor.class.getProtectionDomain().getCodeSource().getLocation());

On my machine it prints the following line:
file:/D:/java/apache/jakarta-poi/poi/trunk/ooxml-lib/ooxml-schemas-1.0.jar

Yegor

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to