cancel
Showing results for 
Search instead for 
Did you mean: 

Generate .jar file!!!

former_member190061
Participant
0 Kudos

Hello All,

The requirement is to avail newly added fields in MDM to webapplications.

We are using Java API, where the new fields are added in Console and the same appears in DM, now the challenge is using Java API need to generate the .jar file and the intermediate system will do the rest to appear those in web applications.

as I am new to API's...have added those fields in Data mapping.xml file,  kindly help me out to know the steps to be followed in order to generate the .jar files.

Regards,

Girish

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

what's that???

former_member190061
Participant
0 Kudos

Dude

have explained my requirement..need to generate .jar file using Java API,

junwu
Active Contributor
0 Kudos

???

don't know what you are talking

abhijeet_mukkawar
Active Contributor
0 Kudos

Hi Girish,

If your requirement is to generate .jar using java, you can perhaps search for that in google. Sure you will find solution there..

this thread might be of some help : http://stackoverflow.com/questions/2977663/java-code-to-create-a-jar-file

java - How to use JarOutputStream to create a JAR file? - Stack Overflow

-Abhijeet

former_member190061
Participant
0 Kudos

Abhijeet,

Thanks for the reply...


yes in google will get and those are all as a whole for JAVA and the links which you posted shows the same and I tried those but not able to understand the flow.

I posted in this forum because I may get help or steps which explains how we can generate the JAR as perticular with JAVA API and with MDM.

Regards,

Girish

abhijeet_mukkawar
Active Contributor
0 Kudos

Hi Girish,

I dont think there is anything specific to JAVA & MDM, guess you have to go with java code - perhaps from the link and tune it.

regarding available Java APIs with MDM : MDM Java API Library

-Abhijeet

junwu
Active Contributor
0 Kudos

you developed some java code using mdm java api, now want to generate jar for those java code?

former_member190061
Participant
0 Kudos

Abhijeet, yes I am following that and JUN WU yes that is the requirement, where added new fields in Console...and need to do changes in the code now...

junwu
Active Contributor
0 Kudos

what java project you create? plan java? jee java?

former_member190061
Participant
0 Kudos

its JAVA API not sure on that.. its built long back by some other.

junwu
Active Contributor
0 Kudos

they didn't tell how to generate jar?

as java developer, you don't know how to identify a java project?

junwu
Active Contributor
0 Kudos

just try with exporting as jar in the eclipse if you are using it.

Java: export to an .jar file in eclipse - Stack Overflow

former_member190061
Participant
0 Kudos

Dude I am a SAP Consultant and FYI not a JAVA developer, before commenting read my first post...
(as I am new to API's)...