From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13513 invoked by alias); 6 Jan 2004 10:15:36 -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 13496 invoked from network); 6 Jan 2004 10:15:34 -0000 Date: Tue, 06 Jan 2004 10:15:00 -0000 From: Paul Nasrat To: shriram Cc: eclipse@sources.redhat.com Subject: Re: ActiveFile Message-ID: <20040106101155.GA30106@ensim.rackshack.net> References: <00a901c3d40a$aee2da90$dc01a8c0@blrad.indofuji.soft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00a901c3d40a$aee2da90$dc01a8c0@blrad.indofuji.soft.net> User-Agent: Mutt/1.4i X-SW-Source: 2004-q1/txt/msg00002.txt.bz2 On Tue, Jan 06, 2004 at 09:38:04AM +0530, shriram wrote: > hi Paul, > > i need ur help. > I want to get the location where the class file for > a selected java file (say Abc.java) in the workspace exists > at runtime . If u know plz tell me. It's set under the Java Build Path properties in your project so can vary (often bin or build). Right click on your project, select properties, in the properties window select Java Build Path, select the Source tab and look at the default output folder for the project. > Or what the Eclipse API's i have to use ??? You can use some variables, etc for ant stuff - I'm unsure why you need the class location as the runners should pick things up automagically. Paul