This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Depricated class and method?


I don't think these are really depricated?
Also this "warning" causes the .o to not get created. I thought warnings would still finish the job.


/home/steve/NetFuel/src/AgentRE/src/boot/com/netfuel/log/Log.java:22: warning: The class `java.io.PrintStream' has been deprecated.
PrintStream printStream;


/home/steve/NetFuel/src/AgentRE/src/boot/com/netfuel/loader/KernelClassLoader.java:119: warning: The method `java.lang.ClassLoader.loadClass(java.lang.String,boolean)' in class `java.lang.ClassLoader' has been deprecated.
areClass = loadClass("com/netfuel/are/Are", true);
^


Reading specs from /opt/gcc-3.4/lib/gcc-lib/i686-pc-linux-gnu/3.4/specs
Reading specs from /opt/gcc-3.4/lib/gcc-lib/i686-pc-linux-gnu/3.4/../../../libgcj.spec
rename spec lib to liborig
Configured with: ../configure --prefix /opt/gcc-3.4
Thread model: posix
gcc version 3.4 20030609 (experimental)


--
Steve Pribyl
Steve AT NetFuel dot com
Computer Infrastructure Practitioner


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]