Hello,
I am using pagina EpubCheck tool to validate my files, for some reason it doesn't work anymore, when I click the exe absolutely nothing happens, tried a bunch of stuff and still nothing.
I really dislike to use command line tool, makes me feel like i'm back on DOS :P
and so I decided to create a java applet to run the jar file, I used a boilerplate template to make sure I get a clean HTML5 and just added this code:
PHP Code:
<object type="application/x-java-applet" height="300" width="550">
<param name="code" value="" />
<param name="archive" value="epubcheck-3.0.1/epubcheck-3.0.1.jar" />
<param name="java_arguments" value="-Djnlp.packEnabled=true"/>
Applet failed to run. No Java plug-in was found.
</object>
Folder schema in attached.
I get an error trying to run the applet about a ClassNotFoundException since the value in
Quote:
<param name="code" value="" />
|
is not the correct one, no matter what value I tried I get the same error.
Anyone knows how to get this working?
EDIT: Is it not meant to run as applet?
Thanks!