Set java package location
Set java package location
- Subject: Set java package location
- From: Jozef Vaclavik <email@hidden>
- Date: Mon, 18 Apr 2005 18:56:20 +0200
hi all.
i am student and i come from slovakia(my english is not good ;-) ) and i wont to programing in Java with Xcode. but i have a problem. i send you a siple code:
----------------------------------------------
//
// asdf.java
// asdf
//
// Created by Durko Ertepla on 18/04/2005.
// Copyright (c) 2005 __MyCompanyName__. All rights reserved.
//
import java.util.*;
import chapman.io.*;
public class asdf {
public static void main (String args[]) {
// insert code here...
System.out.println("Hello World!");
}
}
----------------------------------------------
the problem is in importing second package. while compilation Xcode return an error:
<x-tad-smaller>asdf.java:9: package chapman.io does not exist
</x-tad-smaller>please help me. i don't now what i must set to program compile succesfully. thank you
i use eMac combo G4/1.25GHz
Xcode version 1.5
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden