javac dies silently
Greetings. I notice that, after the 1.1.5 distribution of Java on Linux, regardless of which port or subversion I try, javac no longer works. It seems to be a link to a file called .java_wrapper, which basically sets a bunch of system vars. What it doesn't do is compile .java files. There doesn't appear to be anything about this in the FAQ. The java and javah executables work, so the whole dist. isn't bad. I'm using 1.1.6-5 glibc on RH 5.0/KDE 1.0. What do I need to do/get to make javac work? TIA, Jeff | | (/ _ Jeffery Roberts, Consultant | \ | | \ Norrell Information Services |_ \ |_ |__ 513.792.3500 CINCINNATI[EMAIL PROTECTED] * Ask me about scalable business solutions in the Dayton-Cincinnati region.
Re: javac dies silently
On Sun, 11 Oct 1998 09:50:15 -0400, "Michael Sinz" <[EMAIL PROTECTED]> wrote: > > It should just work. Make sure (since you are RedHat 5.0) not to have > Kaffe installed from the default Kaffe archives. > >> On Sun, 11 Oct 1998 08:59:43 -0400, strider wrote: >>I notice that, after the 1.1.5 distribution of Java on Linux, regardless of >>which port or subversion I try, javac no longer works. Thanks for responding. I've removed Kaffe from my system, as well as older versions of the JDK, and javac still does nothing. Any other ideas? Thanks, Jeff
Re: javac dies silently
On Mon, 12 Oct 1998 07:45:00 -0400, "Michael Sinz" <[EMAIL PROTECTED]> wrote: > > Hmmm... I can not think of a reason off the top of my head. I would > look at what the javac is trying to run. For example, check what > > java -version > > outputs. (javac is just a java program that happens to be a Java Compiler) > ~ strider[4]$ java -version java version "1.1.6" ~ strider[5]$ Well, thanks for your help. All of the previous versions worked, and I'll just go back to 1.1.5 until they release the next one, I guess. Thanks again. Jeff | | (/ _ Jeffery Roberts, Consultant | \ | | \ Norrell Information Services |_ \ |_ |__ 513.792.3500 CINCINNATI[EMAIL PROTECTED] * Ask me about scalable business solutions in the Dayton-Cincinnati region.