[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Java on linux
- To: silug-discuss@silug.org
- Subject: Java on linux
- From: "Travis Davies" <travisdavies@gmail.com>
- Date: Fri, 26 Dec 2008 21:33:08 -0600
- DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=f2N8NaHu1gSgLLlW96NCVYC9Z6mncJegGQMs4Sh/NU8=; b=tscWvgV4KDpnJKui4cekNqhXTfX5lkBeusatbnb8BKKGr4ptntr6OmmWV2cTbcvXR1 qf4f+O8R/XLKG8/Z4Nb/qz2jBXz8VFV65YmyvEhIrjlPJqsZB0487LuIYL7Jm5ZRe4xP nFj8GbUuoz08UfNFYrFs+65l2FqOdO1Z0+UeI=
- DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=yE9ewnZeq2Kc7MKToK7ZOZ2+URyUYtyK6ev8oyBWlFchhKYK8kX6qs0ES/cGc6bf0c 6of6ffKbsAN4Re5Fxx7CEuy405q9FkAT3I7TWbA44sEjszeftJVhQyzC91A3Mk/9YJX4 W6Nbrh4oqnIt/kExQLkGqrLVtwC9MHboZ9T8Y=
- Organization: Southern Illinois Linux Users Group
- Reply-To: silug-discuss@silug.org
- Sender: silug-discuss-owner@silug.org
Hi everyone,
I was hoping to run something past all of you.
I have some Java code which I want to run on my Linux system.
I have JDK installed and it compiles individual java classes fine.
The issue is, whenever I attempt to javac the Main file which implements
all of the other classes written as separate files it says that it can not
find them.
tdavies@Kimya:~ javac CanAddSocket.java
tdavies@Kimya:~ javac Simulator.java
Simulator.java:11: cannot find symbol
symbol: class CanAddSocket
public class Simulator extends JFrame implements ActionListener, CanAddSocket {
.
.
.
Just wondering if anyone had any input to this matter.
Thanks
Travis
--
I know nothing except the fact of my ignorance.
--Socrates