Jar Help

I have created a key to sign my jar but i am having a problem adding the relevant files to the jar. The tutorial that I used was from a forum on this site that said the command for adding file to the jar is:-
jar cvf squawk.jar squawk.class
The error message I get is 'no such file or directory'. I know this is probably because the applet code is saved as squawk.java. I have tried to add squawk.java instead but I get an error message saying that no main has been found. How do i get the file into the jar with the extension .class? I take it that by having the filename squawk.class this means I would have to have a seperate main.class and any other classes I need. The program has been written using JCreator and as it is a project, it has the .java extension.
please help........

How do I compile it into a class fileBetter start at the beginning:
http://java.sun.com/learning/new2java/index.html
Though I don't know how you've managed to do anything yet, and still have been posting questions here for as long as you have (i.e. more than just today).

Similar Messages

  • Error when testing java -jar whitelist.jar -help

    I found an error when executing this commande
    C:\oracle-javacloud-sdk\lib>java -jar whitelist.jar -help
    Exception in thread "main" java.lang.UnsupportedClassVersionError: oracle/cloud/
    scanning/cli/ScannerMain (Unsupported major.minor version 50.0)
            at java.lang.ClassLoader.defineClass0(Native Method)
            at java.lang.ClassLoader.defineClass(Unknown Source)
            at java.security.SecureClassLoader.defineClass(Unknown Source)
            at java.net.URLClassLoader.defineClass(Unknown Source)
            at java.net.URLClassLoader.access$100(Unknown Source)
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    what can be the origine of this error
    Thanks

    Try using JDK 1.7 - (version 51.0) as I have no problem running with 1.7.0_21
    /michael

  • Jacob.jar Help/Webutil Error-Urgent Help Needed

    We are not using any OLE object in forms.But after implementation on WEBUTIL the browser starts giving below error:
    java.lang.NoClassDefFoundError:com/jacob/com/ComFailException
    Can anyone help ?
    Is jacob.jar is required to download even if we don't need it.
    Thanks
    Mandeep Singh

    Thanks for quick response.
    But my question is do we need to config jacob lib even we dn't need it.I am asking this because with this release of WEBUTIL,jacob is a seperate lic. product and its not a part of WEBUTIL pack.
    Thanks

  • JavaEditorKit sun.tools.java.Constants jar help

    I found a good article on JavaEditorKit using JEditorPane.
    Problem is this article uses sun.tools.java.Constants. I could not find a jar that would provide the functionality.
    I was able to see api for sun.tools.java.Constants.
    I need someone to help me in getting the approriate jar.
    Thanks & Regards
    Ajay Kalidindi

    Hi,
    I saw that too thinking it would be a good way to learn about a simple editor in Java.
    I got it working only after upgrading the code to Java 2 (ie com.java to javax) and extracting out all of sun.tools.java package from tool.jar out of my jdk. It looked ok but I think this is way too old example to be using now days.
    I think that the sun.tools.java package has been protected from developers use so it wouldn't help you
    develope anything anyway, however http://www.jext.org uses a similiar idea to do its' syntax highlighting
    it might worth checking out.
    regards
    David

  • JTable and JAR help

    Hi,
    I wonder if it's possible to make a JTable not editable for users, I thought there had to be a way, but I can't seem to find the proper method.
    I also wonder how you can make a mouselistener on a JTable in such a way that when you double click on a row, something happends.
    And I have some probs with jar archives, I can make them, but when i try to run them, this pops up:
    "Failed to load Main-Class manifest attribute from MyProgram.jar"
    appreciate all help...

    You set this up in your table model.
    When you create your table model, or just override AbstractTableModel. Make sure that isCellEditable() always returns false.

  • Jacob.jar Help/Webutil Error

    We are not using any OLE object in forms.But after implementation on WEBUTIL the browser starts giving below error:
    java.lang.NoClassDefFoundError:com/jacob/com/ComFailException
    Can anyone help ?
    Is jacob.jar is required to download even if we don't need it.
    Thanks
    Mandeep Singh

    Yes, it seems from Jacob zip file jacob.jar is also needed to be extracted into the web util (lib) directory.
    Please review Oracle Metaink: com/jacob/com/ComFailException When Deploying Form With Webutil: Doc ID: Note:247007.1
    Hope it would be helpful.
    Adith

  • JAR Help Please

    Hi I been working on a program. This application will compile, run, and then jar up file. When I try to run it from the Jar, I get "Could not find the main class. Program will exit!" I though I told it where to go...
    I will list the information that relates to the jar file
    All the files are located in C:\Java
    I jar up my files with
    jar cmf RPGGame\JARManifestInfo.txt RPGGame.jar RPGGame\About.class RPGGame\Chara.class RPGGame\Creature.class RPGGame\Directions.class RPGGame\loadGame.class RPGGame\RPGMain.class RPGGame\saveGame.class RPGGame\SoundPlayer.class RPGGame\images RPGGame\saves RPGGame\sound
    My Manifest contents is: (yes it has the carrige return at the end)
    Main-Class: RPGGame.RPGMain.class
    Created-By: Chaos Programming
    Could some one help me figure this out?
    P.S. it will unjar with the DOS command jar fxv RPGGame.jar

    Main-Class: RPGGame.RPGMain

  • Signed app + signed jars help

    Hello
    Is there anywhere that definitively stated how to configure a jnlp to deploy an application that has to be signed and uses jars that are signed by a some other third party? This is routine for applete deployment, and I recognize how jws is an evolution of that engineering, however I am nonplused as to how to do it clearly. Thank you.

    Hello (to my self;is that allowed in public. dont they call that...)
    I found my answer here:
    http://java.sun.com/products/javawebstart/faq.html#72
    And I have a test app that uses three signed jars. I have created three extension elements right under the <jar href="myjar1.jar"/> to refer to the three jnlp for the separate signed jars.
    The problem is I am getting the wrong error. It is saying my syntax is wrong with on my myjar1.jnlp file with the included extension elements. If I remove the extension elements, it proceeds to load and eventually dies when it calls for classes in one of those jars. I am "sure" the syntax of the extension element is right or at least as indicated in the link above. Even if I remove all but one of the extension elements, assuming some type of dtd nesting, it still fails the same way as when all three (n) are in. Can someone please help on this? I have no more resources or clues. tia.

  • Exception from weblogic.ejbc trade.jar, help for that please.

    I am using weblogic 7.0.4 and this is the exception thrown out when I use weblogic.ejbc
    to generate container classes before building web services:
    C:\Java\test>java weblogic.ejbc trader.jar
    Exception in thread "main" java.io.InvalidClassException: javax.management.MBean
    AttributeInfo; local class incompatible: stream classdesc serialVersionUID = 704
    3855487133450673, local class serialVersionUID = 8644704819898565848
    at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:454)
    at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:151
    1)
    at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1425)
    at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:151
    1)
    at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1425)
    at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:151
    1)
    at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1425)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1
    616)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1264)
    at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1593)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1261)
    at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:18
    30)
    at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1756)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1
    636)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1264)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:322)
    at weblogic.management.internal.Helper.getMBeanInfo(Helper.java:281)
    at weblogic.management.internal.DynamicMBeanImpl.<init>(DynamicMBeanImpl
    .java:186)
    at weblogic.management.internal.DynamicMBeanImpl.<init>(DynamicMBeanImpl
    .java:169)
    at weblogic.management.descriptors.XMLElementMBeanDelegate.<init>(XMLEle
    mentMBeanDelegate.java:67)
    at weblogic.management.descriptors.XMLElementMBeanDelegate.<init>(XMLEle
    mentMBeanDelegate.java:51)
    at weblogic.management.descriptors.BaseXMLElementMBeanImpl.<init>(BaseXM
    LElementMBeanImpl.java:8)
    at weblogic.management.descriptors.toplevel.EJBDescriptorMBeanImpl.<init
    (EJBDescriptorMBeanImpl.java:94)at weblogic.ejb20.dd.xml.DDUtils.processEjbJarXML(DDUtils.java:212)
    at weblogic.ejb20.dd.xml.DDUtils.createDescriptorFromJarFile(DDUtils.jav
    a:105)
    at weblogic.ejb20.dd.xml.DDUtils.createDescriptorFromJarFile(DDUtils.jav
    a:90)
    at weblogic.ejbc20.getDescriptorFromJar(ejbc20.java:670)
    at weblogic.ejbc20.runBody(ejbc20.java:425)
    at weblogic.utils.compiler.Tool.run(Tool.java:126)
    at weblogic.ejbc.main(ejbc.java:29)
    --------------- nested within: ------------------
    weblogic.management.configuration.ConfigurationException: - with nested excepti
    on:
    [java.io.InvalidClassException: javax.management.MBeanAttributeInfo; local class
    incompatible: stream classdesc serialVersionUID = 7043855487133450673, local cl
    ass serialVersionUID = 8644704819898565848]
    at weblogic.management.internal.Helper.getMBeanInfo(Helper.java:286)
    at weblogic.management.internal.DynamicMBeanImpl.<init>(DynamicMBeanImpl
    .java:186)
    at weblogic.management.internal.DynamicMBeanImpl.<init>(DynamicMBeanImpl
    .java:169)
    at weblogic.management.descriptors.XMLElementMBeanDelegate.<init>(XMLEle
    mentMBeanDelegate.java:67)
    at weblogic.management.descriptors.XMLElementMBeanDelegate.<init>(XMLEle
    mentMBeanDelegate.java:51)
    at weblogic.management.descriptors.BaseXMLElementMBeanImpl.<init>(BaseXM
    LElementMBeanImpl.java:8)
    at weblogic.management.descriptors.toplevel.EJBDescriptorMBeanImpl.<init
    (EJBDescriptorMBeanImpl.java:94)at weblogic.ejb20.dd.xml.DDUtils.processEjbJarXML(DDUtils.java:212)
    at weblogic.ejb20.dd.xml.DDUtils.createDescriptorFromJarFile(DDUtils.jav
    a:105)
    at weblogic.ejb20.dd.xml.DDUtils.createDescriptorFromJarFile(DDUtils.jav
    a:90)
    at weblogic.ejbc20.getDescriptorFromJar(ejbc20.java:670)
    at weblogic.ejbc20.runBody(ejbc20.java:425)
    at weblogic.utils.compiler.Tool.run(Tool.java:126)
    at weblogic.ejbc.main(ejbc.java:29)
    --------------- nested within: ------------------
    weblogic.management.configuration.ConfigurationError: No MBeanInfo found for MBe
    an with name = null, type = EJBDescriptor, Class = weblogic.management.descripto
    rs.toplevel.EJBDescriptorMBeanImpl - with nested exception:
    [weblogic.management.configuration.ConfigurationException:  - with nested except
    ion:
    [java.io.InvalidClassException: javax.management.MBeanAttributeInfo; local class
    incompatible: stream classdesc serialVersionUID = 7043855487133450673, local cl
    ass serialVersionUID = 8644704819898565848]]
    at weblogic.management.internal.DynamicMBeanImpl.<init>(DynamicMBeanImpl
    .java:193)
    at weblogic.management.internal.DynamicMBeanImpl.<init>(DynamicMBeanImpl
    .java:169)
    at weblogic.management.descriptors.XMLElementMBeanDelegate.<init>(XMLEle
    mentMBeanDelegate.java:67)
    at weblogic.management.descriptors.XMLElementMBeanDelegate.<init>(XMLEle
    mentMBeanDelegate.java:51)
    at weblogic.management.descriptors.BaseXMLElementMBeanImpl.<init>(BaseXM
    LElementMBeanImpl.java:8)
    at weblogic.management.descriptors.toplevel.EJBDescriptorMBeanImpl.<init
    (EJBDescriptorMBeanImpl.java:94)at weblogic.ejb20.dd.xml.DDUtils.processEjbJarXML(DDUtils.java:212)
    at weblogic.ejb20.dd.xml.DDUtils.createDescriptorFromJarFile(DDUtils.jav
    a:105)
    at weblogic.ejb20.dd.xml.DDUtils.createDescriptorFromJarFile(DDUtils.jav
    a:90)
    at weblogic.ejbc20.getDescriptorFromJar(ejbc20.java:670)
    at weblogic.ejbc20.runBody(ejbc20.java:425)
    at weblogic.utils.compiler.Tool.run(Tool.java:126)
    at weblogic.ejbc.main(ejbc.java:29)

    Hello,
    I don't know...but the good folks that monitor the EJB newsgroup [1]
    would have a better shot at an answer.
    Regards,
    Bruce
    [1]
    http://newsgroups.bea.com/cgi-bin/dnewsweb?cmd=xover&group=weblogic.developer.interest.ejb
    CottonXu wrote:
    >
    I am using weblogic 7.0.4 and this is the exception thrown out when I use weblogic.ejbc
    to generate container classes before building web services:
    C:\Java\test>java weblogic.ejbc trader.jar
    Exception in thread "main" java.io.InvalidClassException: javax.management.MBean
    AttributeInfo; local class incompatible: stream classdesc serialVersionUID = 704
    3855487133450673, local class serialVersionUID = 8644704819898565848
    at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:454)
    at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:151
    1)
    at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1425)
    at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:151
    1)
    at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1425)
    at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:151
    1)
    at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1425)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1
    616)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1264)
    at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1593)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1261)
    at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:18
    30)
    at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1756)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1
    636)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1264)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:322)
    at weblogic.management.internal.Helper.getMBeanInfo(Helper.java:281)
    at weblogic.management.internal.DynamicMBeanImpl.<init>(DynamicMBeanImpl
    .java:186)
    at weblogic.management.internal.DynamicMBeanImpl.<init>(DynamicMBeanImpl
    .java:169)
    at weblogic.management.descriptors.XMLElementMBeanDelegate.<init>(XMLEle
    mentMBeanDelegate.java:67)
    at weblogic.management.descriptors.XMLElementMBeanDelegate.<init>(XMLEle
    mentMBeanDelegate.java:51)
    at weblogic.management.descriptors.BaseXMLElementMBeanImpl.<init>(BaseXM
    LElementMBeanImpl.java:8)
    at weblogic.management.descriptors.toplevel.EJBDescriptorMBeanImpl.<init
    (EJBDescriptorMBeanImpl.java:94)at weblogic.ejb20.dd.xml.DDUtils.processEjbJarXML(DDUtils.java:212)
    at weblogic.ejb20.dd.xml.DDUtils.createDescriptorFromJarFile(DDUtils.jav
    a:105)
    at weblogic.ejb20.dd.xml.DDUtils.createDescriptorFromJarFile(DDUtils.jav
    a:90)
    at weblogic.ejbc20.getDescriptorFromJar(ejbc20.java:670)
    at weblogic.ejbc20.runBody(ejbc20.java:425)
    at weblogic.utils.compiler.Tool.run(Tool.java:126)
    at weblogic.ejbc.main(ejbc.java:29)
    --------------- nested within: ------------------
    weblogic.management.configuration.ConfigurationException: - with nested excepti
    on:
    [java.io.InvalidClassException: javax.management.MBeanAttributeInfo; local class
    incompatible: stream classdesc serialVersionUID = 7043855487133450673, local cl
    ass serialVersionUID = 8644704819898565848]
    at weblogic.management.internal.Helper.getMBeanInfo(Helper.java:286)
    at weblogic.management.internal.DynamicMBeanImpl.<init>(DynamicMBeanImpl
    .java:186)
    at weblogic.management.internal.DynamicMBeanImpl.<init>(DynamicMBeanImpl
    .java:169)
    at weblogic.management.descriptors.XMLElementMBeanDelegate.<init>(XMLEle
    mentMBeanDelegate.java:67)
    at weblogic.management.descriptors.XMLElementMBeanDelegate.<init>(XMLEle
    mentMBeanDelegate.java:51)
    at weblogic.management.descriptors.BaseXMLElementMBeanImpl.<init>(BaseXM
    LElementMBeanImpl.java:8)
    at weblogic.management.descriptors.toplevel.EJBDescriptorMBeanImpl.<init
    (EJBDescriptorMBeanImpl.java:94)at weblogic.ejb20.dd.xml.DDUtils.processEjbJarXML(DDUtils.java:212)
    at weblogic.ejb20.dd.xml.DDUtils.createDescriptorFromJarFile(DDUtils.jav
    a:105)
    at weblogic.ejb20.dd.xml.DDUtils.createDescriptorFromJarFile(DDUtils.jav
    a:90)
    at weblogic.ejbc20.getDescriptorFromJar(ejbc20.java:670)
    at weblogic.ejbc20.runBody(ejbc20.java:425)
    at weblogic.utils.compiler.Tool.run(Tool.java:126)
    at weblogic.ejbc.main(ejbc.java:29)
    --------------- nested within: ------------------
    weblogic.management.configuration.ConfigurationError: No MBeanInfo found for MBe
    an with name = null, type = EJBDescriptor, Class = weblogic.management.descripto
    rs.toplevel.EJBDescriptorMBeanImpl - with nested exception:
    [weblogic.management.configuration.ConfigurationException:  - with nested except
    ion:
    [java.io.InvalidClassException: javax.management.MBeanAttributeInfo; local class
    incompatible: stream classdesc serialVersionUID = 7043855487133450673, local cl
    ass serialVersionUID = 8644704819898565848]]
    at weblogic.management.internal.DynamicMBeanImpl.<init>(DynamicMBeanImpl
    .java:193)
    at weblogic.management.internal.DynamicMBeanImpl.<init>(DynamicMBeanImpl
    .java:169)
    at weblogic.management.descriptors.XMLElementMBeanDelegate.<init>(XMLEle
    mentMBeanDelegate.java:67)
    at weblogic.management.descriptors.XMLElementMBeanDelegate.<init>(XMLEle
    mentMBeanDelegate.java:51)
    at weblogic.management.descriptors.BaseXMLElementMBeanImpl.<init>(BaseXM
    LElementMBeanImpl.java:8)
    at weblogic.management.descriptors.toplevel.EJBDescriptorMBeanImpl.<init
    (EJBDescriptorMBeanImpl.java:94)at weblogic.ejb20.dd.xml.DDUtils.processEjbJarXML(DDUtils.java:212)
    at weblogic.ejb20.dd.xml.DDUtils.createDescriptorFromJarFile(DDUtils.jav
    a:105)
    at weblogic.ejb20.dd.xml.DDUtils.createDescriptorFromJarFile(DDUtils.jav
    a:90)
    at weblogic.ejbc20.getDescriptorFromJar(ejbc20.java:670)
    at weblogic.ejbc20.runBody(ejbc20.java:425)
    at weblogic.utils.compiler.Tool.run(Tool.java:126)
    at weblogic.ejbc.main(ejbc.java:29)

  • Need some Jar help

    Hi all -
    For the project I'm working on now, I need the apache HSSF POI for some excel file work. My project compiles fine, then I attempt to jar it and run the jar off a remote server. Once it gets to my FileHandling class, it throws an exception and gives me:
    Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/poi/hssf/usermodel/HSSFWorkbook
            at com.esposito.afcfilehandling.AFCFileOutput.<init>(AFCFileOutput.java:21)
            at com.esposito.afcmainmethod.AFC.main(AFC.java:42)Note - this builds and runs fine in the IDE (eclipse)
    Can anyone please help?

    Your classpath is setup correctly inside of your IDE. However, your distribution apparently has a bad classpath or a missing jar.

  • Command-Line JARring -- Help Needed

    Okay... so in Windows Command Prompt I'm at the directory of all my .java and .class files and I type:
    jar cvf MyJar.jar .
    And when I click on the JAR it says
    "Failed to load Main-Class Manifest attribute from ..."
    So how do I fix this? Do I have to create a manifest file myself?

    Okay... so in Windows Command Prompt I'm at the
    directory of all my .java and .class files and I
    type:
    jar cvf MyJar.jar .
    The command you posted will use the default manifest file, which does not contain a specification for the main class. If you want an executable jar, then you need to create a manifest and include it.
    http://java.sun.com/docs/books/tutorial/deployment/jar/index.html

  • JAR Help Please.  Using SDK 1.5

    I recompiled a simple java app using SDK1.5 and created an executable jar file. Low and behold, I can no longer double click on the jar file and execute the application. The old jar file works fine, the class files were created in 1.4.2.
    I use "jar -cmf mainclassmanifest FileName.jar *.class" at the command line. FileName.jar is created successfully and I can run it at the command line using "java -jar FileName.jar" but, if I double click on the jar file, I get an error message "could not find main class. Program will exit"

    Sorry, I figured it out. I needed to update my file association for JAR files.

  • Creating jar help

    I am tring to include classes in my jar located in a different directory. as in
    c:\java\project has all the project files
    c:\java\tools contains the package directory 'com' which include my classes that i want to put in the jar. How can I do that? I only want the directory 'com' to be in the jar file. Not the .java files in the tools folder as well.

    That command will include the package how do i put the files in the project file in the jar. You can't do it with the directory pointing to the package directory

  • Executable jar help

    I was told to make jar files executable like this
    jar cf0 blah.jar *.class
    create a txt say mainclass.txt
    Main-class:Blah
    then jar umf mainclass.txt blah.jar
    i did that then ran with javaw
    but told me main class not found
    what is the precise steps to take
    thanks

    Get a decent zip editor that lets look inside the Jar file. Then make a directory called 'META-INF'. In it make a file call 'MANIFEST.MF'. Then put the words 'Main-class: Blah' into it. (Don't forget the space).

  • Please Help With Jar File

    I have a jar file named Helper.jar with
    com.xyz.util.Helper.class in it.
    Now I have a SrcFile.java that
    imports com.xyz.util.Helper;
    It compiles fine with:
    java -classpath Helper.jar;. SrcFile.java
    ...and runs fine with:
    java -cp Helper.jar;. SrcFile
    When I jar it with:
    jar cvfm SrcFile.jar SrcFile.mf *.class
    ...and run it with:
    java -cp Helper.jar;. -jar SrcFile.jar
    I get the following exception:
    java.lang.NoClassDefFoundError: com/xyz/util/Helper
    ...but yet, Helpler.jar runs fine with:
    java -jar Helper.jar
    Does anyone have any idea what I am doing wrong or
    do I have to un-jar the Helper.jar file and
    re-jar SrcFile.jar with all the .class files?

    I've replied to this same thread in the New To Java Technology fourm, see there for a suggestion.

Maybe you are looking for

  • Time Capsule 3rd Gen no longer sees External USB drive

    Airport Utility 7.6.4 installed and no other updates are specified as avaiable. For a while the external drive with two 1T Mac formatted partitions cannot be seen by network nor appears in Disk section of Airport Utility. Mavericks used and all fully

  • PM issue,Equipment for repair externally.

    Dear Experts, My client need order for equipment which to be taken externally for repair.He needs goods movement of that equipment.Since it is a equipment,I cannot do movement.How to handle this scenario,please help. Regards, Rajesh.

  • Java.util.text.SimpleDateFormat.parse strange behavior

    Wow ! if I parse "10/14/2002" I get "0/2/2003", that is, the month 14 is considered 12 (december) + 2 additional months and therefore february in the next year!! any idea ? Paolo Denti ============================= public class Test { public static v

  • Using the DVD-Rom drive renders MBP almost useless

    Under Windows XP Pro on my 2.2 MBP, while accessing the DVD-Rom drive for anything (browsing directories, installing something, playing/burning a DVD or ripping a CD) the computer cannot playback audio. It comes out so skippy and jumpy that you canno

  • E52 file maneger back up & restore

    I recently formated my nokia e52 but i made a back up to my content in phone memory after formating my phone when i tried to restore my data the file maneger told me the memory is full then reboot my phone i tried to restore my data for many times pl