You are not logged in.

#1 2004-12-09 21:36:52

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

hmmmm compiling java sources

Ok, seeing as I'm not a java guru and never messed with it on Arch, where are javac/gcj located?

Offline

#2 2004-12-09 21:56:55

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: hmmmm compiling java sources

i think only the sdk package has javac dunno about that other one. java is evil so i try to avoid it. (well i know it is virtually impossible to on the web though)


AKA uknowme

I am not your friend

Offline

#3 2004-12-09 22:01:38

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: hmmmm compiling java sources

phrakture wrote:

Ok, seeing as I'm not a java guru and never messed with it on Arch, where are javac/gcj located?

javac is in j2sdk (should be in the repos) and gcj is in gcc-gcj on my harddrive still messing with it and the other gcc-g77 beast to make it foolproof


The impossible missions are the only ones which succeed.

Offline

#4 2004-12-09 22:09:58

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: hmmmm compiling java sources

dp wrote:
phrakture wrote:

Ok, seeing as I'm not a java guru and never messed with it on Arch, where are javac/gcj located?

javac is in j2sdk (should be in the repos) and gcj is in gcc-gcj on my harddrive still messing with it and the other gcc-g77 beast to make it foolproof

ohhh it was installed to opt and i hadn't refreshed my path....

Offline

#5 2004-12-09 22:23:33

contrasutra
Member
From: New Jersey
Registered: 2003-07-26
Posts: 507

Re: hmmmm compiling java sources

I suggest jikes for a compiler (there's a package). It's much faster, and provides more detailed errors/warnings.


"Contrary to popular belief, penguins are not the salvation of modern technology.  Neither do they throw parties for the urban proletariat."

Offline

#6 2004-12-09 22:41:50

i3839
Member
Registered: 2004-02-04
Posts: 1,185

Re: hmmmm compiling java sources

contrasutra wrote:

I suggest jikes for a compiler (there's a package). It's much faster, and provides more detailed errors/warnings.

Seconded.

It's very small and compiles your code faster than the output starts up (C++ speed versus Java bloat).

Offline

Board footer

Powered by FluxBB