From: Hakan on 15 May 2010 17:38 Anyone knows what I should do to use Java 7 classes in an application? I downloaded it from java.net and tried both in Netbeans and Eclipse, but without success so far. My classes just can't find the Java 7 library classes. The jdk directory is without a java executable, so I can't specify Java 7 as the JRE and there is no library .jar file to import. Thanks in advance. Regards, H�kan Lane -- Newsoffice.de - Die Onlinesoftware zum Lesen und Schreiben im Usenet Die Signatur l��t sich nach Belieben anpassen ;-)
From: Arne Vajhøj on 15 May 2010 17:41 On 15-05-2010 17:38, Hakan wrote: > Anyone knows what I should do to use Java 7 classes in an application? I > downloaded it from java.net and tried both in Netbeans and Eclipse, but > without success so far. My classes just can't find the Java 7 library > classes. The jdk directory is without a java executable, so I can't > specify Java 7 as the JRE and there is no library .jar file to import. Something is messed up in your download/installation. When I download and install Java 7 beta kits, then I get a normal JDK with everything in the usual dirs. Arne
From: Hakan on 15 May 2010 18:03 Arne Vajh�j wrote: > On 15-05-2010 17:38, Hakan wrote: >> Anyone knows what I should do to use Java 7 classes in an application? I >> downloaded it from java.net and tried both in Netbeans and Eclipse, but >> without success so far. My classes just can't find the Java 7 library >> classes. The jdk directory is without a java executable, so I can't >> specify Java 7 as the JRE and there is no library .jar file to import. > Something is messed up in your download/installation. > When I download and install Java 7 beta kits, then I get > a normal JDK with everything in the usual dirs. > Arne Thank you for your help. Can you tell me from where you download it and how you install it? I tried the files at http://download.java.net/openjdk/jdk7/ with no success. Regards, H�kan -- Newsoffice.de - Die Onlinesoftware zum Lesen und Schreiben im Usenet Die Signatur l��t sich nach Belieben anpassen ;-)
From: Arne Vajhøj on 15 May 2010 18:13 On 15-05-2010 18:03, Hakan wrote: > Arne Vajh�j wrote: >> On 15-05-2010 17:38, Hakan wrote: >>> Anyone knows what I should do to use Java 7 classes in an application? I >>> downloaded it from java.net and tried both in Netbeans and Eclipse, but >>> without success so far. My classes just can't find the Java 7 library >>> classes. The jdk directory is without a java executable, so I can't >>> specify Java 7 as the JRE and there is no library .jar file to import. > >> Something is messed up in your download/installation. > >> When I download and install Java 7 beta kits, then I get >> a normal JDK with everything in the usual dirs. > > Thank you for your help. Can you tell me from where you download it and > how you install it? I tried the files at > http://download.java.net/openjdk/jdk7/ with no success. That is source code (and some binary pieces needed for the build of the source code). http://jdk7.dev.java.net/ Latest JDK 7 binary snapshots pick your platform Arne
|
Pages: 1 Prev: Turning off JIT Optimisation Next: xpath, dom and multi threading |