I have been asked to create a project in vb.net which needs to integrate a java class created by Apple (Autoingestion.class) to pull sales records and so on.
I found out a couple of questions here on stackoverflow but none of the answers given worked for me when trying to integrate this java class in my .net application.
For example this question seemed to be what I really needed but when trying to compile this java class (I decompiled it first using Java Decompiler), it generally throws some errors.
All I need is to use this class in my application to invoke a method. Does anyone know how to pull this out without much ninja-ing?
EDIT: Here is the decompiled code from Autoingestion.class