Java Question Eclipse problem, Error=193 when trying to build jar and xml

TheMightySwe

Active Member
Licensed User
Longtime User
Hi,

I'm totaly new on JAR development. And not at all expeienced with eclipse.

I'm trying to make a JAR to connect with Ingenico Creditcard terminals. All the code from Ingenico is OK (I think). There is no visibles errors.

But when I try to "Generate JavaDoc" i get an error.

Cannot run program "C:\Users\Jonas\Downloads\iSMP Starter Kit 1.1\iSMP Starter Kit\Android Ingenico SDK 1.04.01\SDK\PclService.javadoc\index.html": CreateProcess error=193, %1 is not a valid Win32-program

Where do I set the compiler to "run as library" or something like that?
 

TheMightySwe

Active Member
Licensed User
Longtime User
I found the problem in eclipse setup, the "Javadoc command", was to a html file for some reason. I looked att your tutorial and saw the difference.
 
Top