From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5741 invoked by alias); 30 Mar 2004 20:00:21 -0000 Mailing-List: contact eclipse-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: eclipse-owner@sources.redhat.com Received: (qmail 5729 invoked from network); 30 Mar 2004 20:00:18 -0000 From: Ronald Cole MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16489.53713.101170.702283@yakisoba.forte-intl.com> Date: Tue, 30 Mar 2004 20:00:00 -0000 To: eclipse@sources.redhat.com Subject: unclear how to get eclipse working on rhel3es for java devel... X-Mailer: VM 7.17 under 21.4 (patch 13) "Rational FORTRAN" XEmacs Lucid X-Face: &_LF7g_ST_n]'&d`&W)uK`=*c-LkGMSD0}p~>6mH{l=-TyJr'B8VCy;J@{u_FU=PN6YRE[O @$UN4rYl:)9IBB-1nj2?LRPE{5zE4M|4=?e)h9R`+0:#`t1kU1edrv=w2u+Sp]jCtv!P{v3!X{f8Vf 4@ Open Perspective > Java 2. [New Java Product] toolbar button 3. Entered the Project Name: com.ibm.lab.usingjdt.helloworld 4. [Finish] button 5. [New Java Class] toolbar button > Class 6. Entered the Class Name: HelloWorld 7. Selected the main method stub creation. 8. Unselected the inherited abstract methods creation 9. [Finish] button I immediately get two task errors: * The project was not built due to classpath errors (incomplete or involved in cycle). * Unbound classpath container: 'Default System Library'. 10. Expand HelloWorld.java in the Package Explorer view. 11. Select the class HelloWorld 12. Run > Run As > Java Application I am then greeted with the error: Exception occurred during launch Reason: The specified JRE installation does not exist. Ok, so then I install both the IBMJava2 rpms from the "Extras" disc and follow the instructions from the "Java Development User Guide, Basic tutorial, Preparing the workbench" to step six to the letter! I am able to detect /opt/IBMJava2-141/jre as the Installed JRE. However, I now have a two new task errors: * The project was not built since its classpath is incomplete. Cannot find the class file for java.lang.Object. Fix the classpath and then try rebuilding this project. * This compilation unit indirectly references the missing type java.lang.Object (typically some required class file is referencing a type outside the classpath) So, now that I've tried reading the release notes and following the instructions in the documentation, I am still unable to use Eclipse to compile and run a simple HelloWorld java program. What am I missing or not doing?