cancel
Showing results for 
Search instead for 
Did you mean: 

authnet-sdk-java.jar

Hello -

 

I am trying to test our connection using Java and the DPM method.  I downloaded the SDK b ut didn't find authnet-sdk-java.jar  in it.  I wasn't able to compile our Servlet code without it as statements like:

 

net.authorize.sim.Result result = net.authorize.sim.Result.createResult(apiLoginId, MD5HashKey, request.getParameterMap());

 

needs it.  Can anyone help?  I have read the docs available and it says download the SDK and out the authnet-sdk-java.jar in the classpath.  Not sure where to get teh jar from.  We have developed the Order and Receipts forms using JSP/Servlet technology.

 

Thanks.

Michael

 

ngstudent2014
Member
5 REPLIES 5

You might look at the updated quick start guide for Java located here: 

 

http://developer.authorize.net/integration/fifteenminutes/java/

 

Richard

RichardH
Administrator Administrator
Administrator

The SDK is the source, you will need to build it.

under "Build process" on https://github.com/AuthorizeNet/sdk-java

RaynorC1emen7
Expert

Hello -

 

Thanks for your response.  We don't use Marven;  we use JSP/Servlet in an OC4J environment.  Do you have any instructions or link to a doc that shows how to build the Jar file? 

 

better still, does an "already built" version exists anywhere?  We just need to use it to copile our code and test.

 

We are getting a bit desparate to get this working.

 

Thanks for your help.

 

Michael

It been a long while since I touch java, but don't you need to compile a servlet?

Did you try open the SDK by itself as a project in the IDE?

Hellow -

 

Thanks for your message.  I posted another message a few minutes ago showing the error message I got while trying to build the jar file.  Maybe you can help with that.

 

Thanks.

Michael