Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. josee411

    HELP TO SEDJ !!!!

    that's ok, i resolve the problem, i didn't know java is very sensitive to space, gamma, etc. i worked on oracle, VB(you have all the porprities you need). but in java is too difficult if you ignore case or space. thanks lot.
  2. josee411

    JVM

    who could help me, i have this error; C:\j2sdk1.4.0_01\bin>java -cp.hello Unrecognized option: -cp.hello Could not create the Java virtual machine.
  3. josee411

    HELP TO SEDJ !!!!

    sorry to disturb you, this's the last new: C:\j2sdk1.4.0_01\bin>java -cp.hello Unrecognized option: -cp.hello Could not create the Java virtual machine. i have a question, when you install java from 'installing' do you add something after installation, i mean some files or Kit. thanks for replying
  4. josee411

    HELP TO SEDJ !!!!

    i tried this: C:\>java -cp.hello Error: could not open `C:\Program Files\Java\j2re1.4.1_01\lib\i386\jvm.cfg so, i have important question. i installed java from www.javasoft.com is there any kit i should to install too?? thanks lot
  5. josee411

    HELP TO SEDJ !!!!

    i'm sure having set java on my computer lot of times so as to be sure. this my classpath: c:\j2sdk1.4.0_04\binand i have files : lib, jre, demo and others come with installation. i have also class.hello seeing it in file bin so, more explain: i did c:\j2sdk1.4.0_01\bin\dir then i saw class.hello...
  6. josee411

    HELP TO SEDJ !!!!

    HI, i followed to the letter you instructions in your last message, this 's the result. C:\>set JAVA_HOME=c:\j2sdk1.4.0_01 C:\>set CLASSPATH=%\jre\lib% C:\>java -cp Error: could not open `C:\Program Files\Java\j2re1.4.1_01\lib\i386\jvm.cfg' C:\>
  7. josee411

    exception in thread "main" java.lang.noclassdeffounderror:

    Firstm thanks for replying; sure, i have a book, but sometimes it isn't clear on a book. i did all the instructions to the letter. so i have this following lines: C:\j2sdk1.4.0_01\bin>java -cp.hello Unrecognized option: -cp.hello Could not create the Java virtual machine.
  8. josee411

    javac ?

    hi, i tired to compile my class "hello" i have the following error. C:\java\bin\examples>javac hello 'javac' n'est pas reconnu en tant que commande interne ou externe, un programme exécutable ou un fichier de commandes.
  9. josee411

    Exception in thread "main" java.lang.NoClassDefFoundError: hello

    i work on windows 2000, i just installed java j2re1.4.1_01 so i have this problem. i saved my class hello in examples file. C:\java\bin\examples>java hello Error: could not open `C:\Program Files\Java\j2re1.4.1_01\lib\i386\jvm.cfg'
  10. josee411

    Exception in thread "main" java.lang.NoClassDefFoundError: hello

    is it possible to work with java instead of javac?? C:\j2sdk1.4.0_01\bin>java hello Exception in thread "main" java.lang.NoClassDefFoundError: hello
  11. josee411

    exception in thread "main" java.lang.noclassdeffounderror:

    hi, i saved my class &quot;hello&quot; in classpath : c:\j2sdk1.4.0_01\bin and i have the following error when i tried to compile it. javac : invalid flag : hello Usage: javac <options> <source files> where possible options include: -g Generate all debugging info...
  12. josee411

    exception in thread &quot;main&quot; java.lang.noclassdeffounderror:

    hi, sorry to be late for the answer. i still have the same problem, as i said i'm beginner on java. please, would you describe to me the good version of java that you have on your computer, where did you take it from?, and provide me some simple examples so i worked with. thank you for replying.
  13. josee411

    exception in thread &quot;main&quot; java.lang.noclassdeffounderror:

    here you re: public class hello { public static void main (string[] args) { system.out.println(&quot;bonjour de Reda&quot;); } } i saved it in c:\tomcat\lib
  14. josee411

    exception in thread &quot;main&quot; java.lang.noclassdeffounderror:

    hi, to maxpower, please would you explain more your message: classpath can be set under control panel on windows. add a variable (if not there) called CLASSPATH and add the value to point to this directory. For instance, I use servlets.jar (comes with tomcat) for my app, so I have this classpath...
  15. josee411

    exception in thread &quot;main&quot; java.lang.noclassdeffounderror:

    hi, i checked out that java was well installed with all packages: i have this classpath: c:\tank\binso, i tried to compile this: c:\tank\bin\javac casting.java i have the following error: error: cannot read : casting.java
  16. josee411

    exception in thread &quot;main&quot; java.lang.noclassdeffounderror:

    hi, would explain to me this&quot;javac needs a .java file as argument, ie javac Hello.java Also, make sure the path and classpath are correct&quot;. sorry, i'm beginner on java, what does it mean classpath,? where i can find it?? sincerly salutations.
  17. josee411

    exception in thread &quot;main&quot; java.lang.noclassdeffounderror:

    it still doens't work, i tried another example, my java doesn't also accept javac, example: bin\javac hello.
  18. josee411

    exception in thread &quot;main&quot; java.lang.noclassdeffounderror:

    hi, i install j2sdk-1_3_1_08 window-i 586 on win 2000. i tried to compile my program on MSDOC but it doesn't work, please help: exception in thread &quot;main&quot; java.lang.noclassdeffounderror:hello

Part and Inventory Search

Back
Top