Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
1 reply
Subscribers
5 subscribers
Views
1666 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
I want to write a plugin using Apache POI Java API. I believe Appian environment
mayankk718
over 10 years ago
I want to write a plugin using Apache POI Java API. I believe Appian environment already has a POI jar in its server. In my Java project, I have planned to create a folder named "jars", place the latest version of Apache POI jar in it, and refer it to my Java Appian plugin project using "Add External Jars" facility in eclipse. I'll create the deployable jar of my plugin after the code is complete.
My question is, when an attempt will be made to deploy my plugin jar in Appian environment, and the Apache POI jar of my project, and the Apache POI jar which is already present in Appian, have different versions, will that create any trouble for me (by any chance) ?...
OriginalPostID-123399
OriginalPostID-123399
Discussion posts and replies are publicly visible
0
venkateswarai917
over 10 years ago
Will not create a any problem.. You will have to put your required jar files in the lib folder in smart service project and run ant build script file. then you can copy the jar file in plugin folder and see the result, no issue. It will work as you expected.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel