cancel
Showing results for 
Search instead for 
Did you mean: 

Can I setup gateway without building the SDK?

I have my servers setup with Java and Ant.

 

I downloaded the SDK from github.

 

There are some .jar files in the lib folder.

 

Can I use these .jar files without building the SDK?

 

I just want to put these .jar files in my lib folder, then I write my own java files.

 

Need help with custom setup. Will pay.

 

Thank you.

loganscott911
Member
1 ACCEPTED SOLUTION

Accepted Solutions

Yes you can, you can get the jar from Maven Central : Authorize.Net Maven Link

 

Also here is the link to the current jar version : http://repo1.maven.org/maven2/net/authorize/anet-java-sdk/1.8.8/

 

Regards

 

View solution in original post

kikmak42
Authorize.Net Expert Authorize.Net Expert
Authorize.Net Expert
5 REPLIES 5
RaynorC1emen7
Expert

Hi. Thank you.

 

I am looking for the .jar files that I will need in my lib folder (java, apache, tomcat, win 7).

 

I found jar files in the SDK lib folder, but when I build with this import line, I get "package does not exist" error:

 

import net.authorize.Environment;

 

Any suggestions are greatly appreciated.

 

Read the instruction on GitHub site on how to install it.

Could also be your java IDE, read the manual on your java IDE

Yes you can, you can get the jar from Maven Central : Authorize.Net Maven Link

 

Also here is the link to the current jar version : http://repo1.maven.org/maven2/net/authorize/anet-java-sdk/1.8.8/

 

Regards

 

kikmak42
Authorize.Net Expert Authorize.Net Expert
Authorize.Net Expert

kikmak42 - you are awesome!

 

Thank you.