[1130] in java-interest

home help back first fref pref prev next nref lref last post

Naive question

daemon@ATHENA.MIT.EDU (Henri BROUCHOUD - FT.CNET/LAA/EIA/)
Mon Aug 21 23:03:39 1995

Date: Mon, 21 Aug 1995 17:55:15 +0200
From: "Henri BROUCHOUD - FT.CNET/LAA/EIA/AIA" <brouchou@lannion.cnet.fr>
To: java-interest@java.sun.com

Hello all,

It seems that the javac compiler produces one .class file for each defined 
class. Is it possible to package several classes in only one .class file ? 
If I am writting an application with a lot of classes, I dont want to deliver
such a bunch of dozens of files ... 

I.E : I have a main file with classes definitions : 

app.java : 
	class c1{} 
	class c2{}
	...
	class cn{}

I'd like to produce one file app.class and refer to my classes with app prefix :
	app.c1
	app.c2
	app.cn

Thanks in advance 

Henri
-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post