From oracle-l-bounce@freelists.org Tue Jun 15 11:40:32 2004 Return-Path: Received: from air189.startdedicated.com (root@localhost) by orafaq.com (8.11.6/8.11.6) with ESMTP id i5FGdgO24004 for ; Tue, 15 Jun 2004 11:39:52 -0500 X-ClientAddr: 206.53.239.180 Received: from turing.freelists.org (freelists-180.iquest.net [206.53.239.180]) by air189.startdedicated.com (8.11.6/8.11.6) with ESMTP id i5FGdW623978 for ; Tue, 15 Jun 2004 11:39:42 -0500 Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 8C5B072C8AD; Tue, 15 Jun 2004 11:24:15 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13217-08; Tue, 15 Jun 2004 11:24:15 -0500 (EST) Received: from turing (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id C46D772C98B; Tue, 15 Jun 2004 11:24:14 -0500 (EST) Received: with ECARTIS (v1.0.0; list oracle-l); Tue, 15 Jun 2004 11:22:54 -0500 (EST) X-Original-To: oracle-l@freelists.org Delivered-To: oracle-l@freelists.org Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id EB76B72C1F0 for ; Tue, 15 Jun 2004 11:22:53 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10835-86 for ; Tue, 15 Jun 2004 11:22:53 -0500 (EST) Received: from internet.mywwwserver.com (internet.mywwwserver.com [66.78.35.25]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 778B972C280 for ; Tue, 15 Jun 2004 11:22:50 -0500 (EST) Received: from crystalcitygw.anteon.com ([12.29.163.62] helo=wny-redmond.anteon.com) by internet.mywwwserver.com with asmtp (Exim 4.34) id 1BaH1g-0007Wh-1I for oracle-l@freelists.org; Tue, 15 Jun 2004 12:43:08 -0400 Date: Tue, 15 Jun 2004 12:43:05 -0400 From: Teresa Redmond X-Mailer: The Bat! (v1.61) Personal X-Priority: 3 (Normal) Message-ID: <8297529734.20040615124305@pixelmeow.com> To: Seema Singh Subject: Re: JAVA CLASS COMPILATION In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - internet.mywwwserver.com X-AntiAbuse: Original Domain - freelists.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - pixelmeow.com X-Source: X-Source-Args: X-Source-Dir: X-Virus-Scanned: by amavisd-new at freelists.org X-archive-position: 2765 X-ecartis-version: Ecartis v1.0.0 Sender: oracle-l-bounce@freelists.org Errors-To: oracle-l-bounce@freelists.org X-original-sender: oracle@pixelmeow.com Precedence: normal Reply-To: oracle-l@freelists.org X-list: oracle-l X-Virus-Scanned: by amavisd-new at freelists.org Tuesday, June 15, 2004, 10:08:44 AM, you wrote: > hI, > I'm having problem in compiling java class.Can some one send any scripts or > suggest? Seema, I would need more information on what system you're running and the structure of your package (if any) and what operating system you are using. For Windows, any version I have used, you have to have the Java SDK (software development kit) installed; the classpath set correctly (or set in the javac command); the environment variables set for Windows NT, 2000, and XP; and then you have to take into account the structure of the directories your java code is in. If your java code is in "c:\java\code\code.java", and if in the code you have a line at the top that says "package code;", then at the command prompt you would make sure you are in "c:\java" and type "javac code.java" for a basic compile. If there is no "package" line, you would make sure you are in "c:\java\code" before you type "javac code.java". If you have any "import" statements, they must be in the correct relational path to the java file you are compiling. This is pretty basic and from memory; I suggest you do some research on sun.java.com. -- Teresa Redmond ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request@freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------