Search results

  1. R

    UnJAR the JAR files (JAVA)

    Hi, if you have Java insatlled just use jar -xvf *.jar or, try this: jar format is in essence same as zip format rename the file, change extension to .zip, use something like winzip to unzip.
  2. R

    SOS: Faulty Java Interpreter

    Re: jdk 1.5 I meant "class defined inside demo.java is not Demo (d-D) or something " No wonder the forum lists me as Analogue Novice :oops:
  3. R

    SOS: Faulty Java Interpreter

    jdk 1.5 1. I haven't work with the RC1, but older betas of 1.5 , and also the prototype compilers. If the demo you are compiling is for somethin specific for java 1.5 (like generics), To compile with Beta version use: javac -source 1.5 aa.java 2. anyway , first try checking that the...
Top Bottom