JAR file which needs to call another jar file....



Ok... I'm using eclipse and I create a jar (with applet and all). It
runs fine in eclipse but out on its own, it doesn't. I simply am using
this html to open the jar..:

<HTML>
<HEAD>
<TITLE>Pinball</TITLE>
</HEAD>
<BODY>

<p>
<APPLET code = "GUI.class" name="Pinball"
width = "626" height = "501"
archive = "PinballGame.jar" id="Pinball">
Java is not installed get it now!
</APPLET>
</p>
<p>Pinball created by Natalie, Curtis, Vincent, and Kevin</p>
<P><A HREF
="http://www.java.com/en/download/windows_automatic.jsp";>Download JAVA
Virtual Machine Here</P>
</BODY>
</HTML>

The only problem is I have physics.jar, it is included in the jar but
for some reason it won't access it, i've looked for the past 3 hours
trying to figure it out,

Thanks

.



Relevant Pages

  • How does one locate the java executable and various JAR files in the classpath?
    ... Eclipse development to help contribute a useful answer. ... I have a JAR file which does some useful stuff, ... the context menu, and in responce to that, I'll invoke the JAR file, passing ... I want to run the "java" interpreter, ...
    (comp.lang.java.programmer)
  • Re: How does one locate the java executable and various JAR files in the classpath?
    ... This post mentions Eclipse to show what parts of the design I ... > directory from which the JAR was invoked. ... > here" from the context menu, and in responce to that, I'll invoke the JAR ... > result in my not being able to control where the files get generated. ...
    (comp.lang.java.programmer)
  • Re: Giving an application a window icon in a sensible way
    ... already mentioned that bundling stuff in a jar is not a complication I ... You must be aware that Eclipse has a wizard for creating Jars. ... for resources in two places: in a jar with the app (where they'd be ... with the app; but then I need to set my class path on my development ...
    (comp.lang.java.programmer)
  • Re: Eclipse and creating JAR general guidance.
    ... > I have just started using Eclipse and I am working through the O'Reily ... > Eclipse book. ... > files required and a Manifest file which would define the main class. ... > windows to run the program we would double click the JAR. ...
    (comp.lang.java.help)
  • Re: Eclipse and creating JAR general guidance.
    ... > I have just started using Eclipse and I am working through the O'Reily ... > files required and a Manifest file which would define the main class. ... > windows to run the program we would double click the JAR. ... > A chapter in the book describes the basic use of ANT which using an XML ...
    (comp.lang.java.help)