View Single Post
Old 04-15-2014, 03:56 AM   #1
odedta
Addict
odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.
 
Posts: 398
Karma: 96448
Join Date: Dec 2013
Device: iPad
EpubCheck jar/webapp

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!
Attached Thumbnails
Click image for larger version

Name:	Capture2.PNG
Views:	248
Size:	3.2 KB
ID:	121724  
Attached Images
  

Last edited by odedta; 04-15-2014 at 06:21 AM.
odedta is offline   Reply With Quote