Discussion:
how to add a jar to the classpath in ggts
pstrotmann
2014-05-15 09:12:07 UTC
Permalink
Hi all,

I try to substitute poi-3.9-.....jar by poi-ooxml-....jar.

poi-3.9-.....jar resides in grails dependencies where I want to substitute
it by poi-ooxml-....jar.

But I find no means to place it there, it always goes to the top level of
the build path.
This works fine as long as I just compile may classes referencing
poi-ooxml-....jar. But on deploy of my app I get: unable to resolve class
org.apache.poi.xssf.usermodel.XSSFSheet

peter





--
View this message in context: http://grails.1312388.n4.nabble.com/how-to-add-a-jar-to-the-classpath-in-ggts-tp4656894.html
Sent from the Grails - user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Jeff Scott Brown
2014-05-15 09:59:52 UTC
Permalink
Post by pstrotmann
Hi all,
I try to substitute poi-3.9-.....jar by poi-ooxml-....jar.
poi-3.9-.....jar resides in grails dependencies where I want to substitute
it by poi-ooxml-....jar.
But I find no means to place it there, it always goes to the top level of
the build path.
This works fine as long as I just compile may classes referencing
poi-ooxml-....jar. But on deploy of my app I get: unable to resolve class
org.apache.poi.xssf.usermodel.XSSFSheet
peter
 
Please see http://grails.1312388.n4.nabble.com/Deprecating-The-Grails-Mailing-Lists-td4656735.html.

Thanks for your cooperation.



JSB

Jeff Scott Brown
***@gopivotal.com

Find The Cause ~ Find The Cure
http://www.autismspeaks.org/



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
David Estes
2014-05-15 11:54:11 UTC
Permalink
Heck, can always try the IRC Chat channel too
--
David Estes
Post by pstrotmann
Hi all,
I try to substitute poi-3.9-.....jar by poi-ooxml-....jar.
poi-3.9-.....jar resides in grails dependencies where I want to substitute
it by poi-ooxml-....jar.
But I find no means to place it there, it always goes to the top level of
the build path.
This works fine as long as I just compile may classes referencing
poi-ooxml-....jar. But on deploy of my app I get: unable to resolve class
org.apache.poi.xssf.usermodel.XSSFSheet
peter
 
Please see http://grails.1312388.n4.nabble.com/Deprecating-The-Grails-Mailing-Lists-td4656735.html.

Thanks for your cooperation.



JSB
—
Jeff Scott Brown
***@gopivotal.com

Find The Cause ~ Find The Cure
http://www.autismspeaks.org/



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
pstrotmann
2014-05-15 12:45:33 UTC
Permalink
Hi again,

I can add a jar to the class path and the compile is wirking fine.

but at deploy time (run app) the jar is not found

there must be some difference

peter



--
View this message in context: http://grails.1312388.n4.nabble.com/how-to-add-a-jar-to-the-classpath-in-ggts-tp4656894p4656903.html
Sent from the Grails - user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Loading...