Problem running jars in applet

--

I have an application that i downloaded which currently uses a bat file to run to JAR files. What I am trying to do is run these JARS in an applet. The author had given permission in the readme files to do so just not explaining how. I have done this with other similar apps but never one that ran two jar files.

This is the bat file that runs the two jars:

start javaw -cp jEnesis.jar;lwjgl.jar jenesis.Main

Here is a link to the files if anyone would like to take a look:

http://www.workingdesign.de/downloads/index.php

I am new to java but not new to programming so I do not understand much about jar files. I extracted the JAR and looked to find the main class to see if applets where initialized but they were all in strange characters which I am not sure why. Any help you could give would be great. Thanks

[859 byte] By [renga_muralia] at [2007-11-26 18:10:07]
# 1

<applet code=YourMainClass.class width=100 height=100>

<param name="archive" value="myJar.jar, myOtherjar.jar" />

<param name="parame1" value="value1">

<param name="param2" value="value2">

....

</applet>

http://www.w3schools.com/tags/tag_applet.asp

java_2006a at 2007-7-9 5:42:18 > top of Java-index,Java Essentials,Java Programming...
# 2

I would like to know if i can create a search engine for my site using java tech. i use now mysql for my se from my site:

http://www.poeziile.com/ro/povesti.php also you can see how the se is runnig : http://www.poeziile.com

I'm wondering if i can change the technonlogy to sava in other database without mysq.

The porpouse of that is to increase speed of the query.

Thanks

poeziile12a at 2007-7-9 5:42:18 > top of Java-index,Java Essentials,Java Programming...