problems extracting a jar file

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Hans Vanderstraeten

    problems extracting a jar file

    when I try to extract a jar file in Windows XP...nothing happens?

    when I tried to extract in a DOS prompt Command, i receive the error
    "Error occured during initialization of VM
    java/lang/NoClassDefFound Error; java/lang/Object"

    i re-installed the jdsk, but that doesn't solve the problem..

    help.

    thanx
    h a n s





  • Brad BARCLAY

    #2
    Re: problems extracting a jar file

    Hans Vanderstraeten wrote:[color=blue]
    > when I try to extract a jar file in Windows XP...nothing happens?
    >
    > when I tried to extract in a DOS prompt Command, i receive the error
    > "Error occured during initialization of VM
    > java/lang/NoClassDefFound Error; java/lang/Object"
    >
    > i re-installed the jdsk, but that doesn't solve the problem..
    >
    > help.[/color]

    JAR files have the same directory and compression format that ZIP files
    use. So instead of using the JAR tool to extract them, just use
    whatever unzip utility you have handy -- it will do the same job. HTH!

    Brad BARCLAY

    --
    =-=-=-=-=-=-=-=-=
    From the OS/2 WARP v4.5 Desktop of Brad BARCLAY.
    The jSyncManager Project: http://www.jsyncmanager.org
    

    Comment

    Working...