comp.lang.java.programmer http://groups-beta.google.com/group/comp.lang.java.programmer [EMAIL PROTECTED]
Today's topics: * It won't compile !! - 1 messages, 1 author http://groups-beta.google.com/group/comp.lang.java.programmer/browse_thread/thread/f2fb8155de543273 * Brauche dringend JDK1.1.4 ... - 1 messages, 1 author http://groups-beta.google.com/group/comp.lang.java.programmer/browse_thread/thread/8d6161080ed58911 ========================================================================== TOPIC: It won't compile !! http://groups-beta.google.com/group/comp.lang.java.programmer/browse_thread/thread/f2fb8155de543273 ========================================================================== == 1 of 1 == Date: Sun, Oct 10 2004 10:12 am From: [EMAIL PROTECTED] (Lee Weiner) In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Ward Loockx) wrote: >Hello , > >I'm @ the beginning of programmers school and in school we compile our >programs with simple "javac filename" in dos. Now I wanted to compile >a program @ my place but it always says this : > >C:\Documents and Settings\Ward Loockx>javac >javac wordt niet herkend als een interne >of externe opdracht, programma of batchbestand. > >in english it means : javac isn't recognized as a internal or external >task , program or batch... > >Now everything is in my dir, like we have in school .. > >What can be the problem ? If you've installed the JDK, you haven't added the JDK bin directory to your PATH. The instructions are in the install.html file that is available where you downloaded the JDK. Lee Weiner lee AT leeweiner DOT org ========================================================================== TOPIC: Brauche dringend JDK1.1.4 ... http://groups-beta.google.com/group/comp.lang.java.programmer/browse_thread/thread/8d6161080ed58911 ========================================================================== == 1 of 1 == Date: Sun, Oct 10 2004 10:38 am From: [EMAIL PROTECTED] (werner55) Hey all, sorry, I didn't recognize this was an international usegroup. > You have several choices: > > First of all you can use the option -target 1.1 in compiling your code. OK, is it then really the VM version that IE uses internally? It would be great if this were so. > Second you can switch of the Java Plugin > > Third (and last favorable) you can download a JDK 1.1 from > > http://java.sun.com/products/archive/ Of course I have looked there at first, but they have only version >= 1.1.8 there and IE uses 1.1.4 - so I thought it would not be possible to use it. If I am not right, it would be great again... Did you ever try to compile an applet like this? Thank you Werner ======================================================================= You received this message because you are subscribed to the Google Groups "comp.lang.java.programmer". comp.lang.java.programmer [EMAIL PROTECTED] Change your subscription type & other preferences: * click http://groups-beta.google.com/group/comp.lang.java.programmer/subscribe Report abuse: * send email explaining the problem to [EMAIL PROTECTED] Unsubscribe: * click http://groups-beta.google.com/group/comp.lang.java.programmer/subscribe ======================================================================= Google Groups: http://groups-beta.google.com
