Author Topic: Java compilers for linux  (Read 1628 times)

Crunchy(Cracked)Butter

  • Member
  • **
  • Posts: 329
  • Kudos: 125
Java compilers for linux
« on: 23 October 2002, 01:47 »
Does anybody know of any java compilers for linux, i plan to purchase Suse 8.1 Personal soon and while i already have the SDK's for linux already downloaded i don't seem to have any compilers or anything else i might need.

At the moment i have to use winblows on my laptop which isn't what i want.

flap

  • Member
  • **
  • Posts: 1,268
  • Kudos: 137
Java compilers for linux
« Reply #1 on: 23 October 2002, 02:32 »
The sdk includes the compiler (javac). That's the whole point of it.
"While envisaging the destruction of imperialism, it is necessary to identify its head, which is none other than the United States of America." - Ernesto Che Guevara

http://counterpunch.org
http://globalresearch.ca


Crunchy(Cracked)Butter

  • Member
  • **
  • Posts: 329
  • Kudos: 125
Java compilers for linux
« Reply #2 on: 23 October 2002, 02:44 »
yes yes sorry, what i meant is, a program that will use the sdk.

Like at the moment i use a program called pfe which is basically a notepad type program with more functions and the Dos prompts linked into it.  I want that along with the SDK.

BAH! basically i want a linux version of pfe!!!

[ October 22, 2002: Message edited by: Crunchy(Cracked)Butter ]


flap

  • Member
  • **
  • Posts: 1,268
  • Kudos: 137
Java compilers for linux
« Reply #3 on: 23 October 2002, 03:17 »
You want an IDE. I'd recommend bluej or netbeans. These will give you a lot more functionality than PFE (debugging, GUI builder etc.)

http://www.bluej.org
http://www.netbeans.org
"While envisaging the destruction of imperialism, it is necessary to identify its head, which is none other than the United States of America." - Ernesto Che Guevara

http://counterpunch.org
http://globalresearch.ca


Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
Java compilers for linux
« Reply #4 on: 24 October 2002, 00:42 »
isnt there a gcc-java compiler or somethin?
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

flap

  • Member
  • **
  • Posts: 1,268
  • Kudos: 137
Java compilers for linux
« Reply #5 on: 24 October 2002, 00:52 »
Well yes there is a GNU java compiler. But that isn't what he's looking for.
"While envisaging the destruction of imperialism, it is necessary to identify its head, which is none other than the United States of America." - Ernesto Che Guevara

http://counterpunch.org
http://globalresearch.ca


Crunchy(Cracked)Butter

  • Member
  • **
  • Posts: 329
  • Kudos: 125
Java compilers for linux
« Reply #6 on: 24 October 2002, 01:26 »
Thankyou flap, where in the UK are you from?

flap

  • Member
  • **
  • Posts: 1,268
  • Kudos: 137
Java compilers for linux
« Reply #7 on: 24 October 2002, 01:58 »
Merseyside
"While envisaging the destruction of imperialism, it is necessary to identify its head, which is none other than the United States of America." - Ernesto Che Guevara

http://counterpunch.org
http://globalresearch.ca


Calum

  • Global Moderator
  • Member
  • ***
  • Posts: 7,812
  • Kudos: 1000
    • Calum Carlyle's music
Java compilers for linux
« Reply #8 on: 24 October 2002, 02:22 »
why not use Xemacs? doesn't it do exactly what you do with PFE but better and with more features?

[ October 23, 2002: Message edited by: Calum ]

visit these websites and make yourself happy forever:
It's my music! | My music on MySpace | Integrational Polytheism

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
Java compilers for linux
« Reply #9 on: 24 October 2002, 02:32 »
quote:
Originally posted by flap:
Well yes there is a GNU java compiler. But that isn't what he's looking for.

oh ya... i didnt read his second post.
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

preacher

  • VIP
  • Member
  • ***
  • Posts: 858
  • Kudos: 107
    • http://kansascity.cjb.net
Java compilers for linux
« Reply #10 on: 24 October 2002, 12:32 »
Crunchy(Cracked) Butter. I write all my java programs in vim. It is a very capable editor and believe it or not, very easy to use. I compile the programs on the command line.

javac FileName.java <== to compile
java FileName <======== to run

Kansas City Hustle
http://kansascity.cjb.net

preacher

  • VIP
  • Member
  • ***
  • Posts: 858
  • Kudos: 107
    • http://kansascity.cjb.net
Java compilers for linux
« Reply #11 on: 24 October 2002, 12:36 »
Ok Borland makes a great, if not bloated, development environment for Java on linux. Its called JBuilder and it is downloadable for free from http://www.borland.com/jbuilder/


By the way, all my programs (simple as they may be) are open source.....lol

http://www.badconnections.net/misc/Tax.java

[ October 24, 2002: Message edited by: ThePreacher ]

Kansas City Hustle
http://kansascity.cjb.net

Kintaro

  • Member
  • **
  • Posts: 6,545
  • Kudos: 255
  • I want to get the band back together!
    • JohnTate.org
Java compilers for linux
« Reply #12 on: 24 October 2002, 14:40 »
Urm sorry but the best IDE for Linux, Unix, Windows, Dos, any anything else supporting it is this thing called vim it will be included in your Linux distro!

Crunchy(Cracked)Butter

  • Member
  • **
  • Posts: 329
  • Kudos: 125
Java compilers for linux
« Reply #13 on: 24 October 2002, 18:13 »
Well okay i will look around for your suggestions.  I'll see what is the status on vim, last i looked it wasn't with the personal edition of suse 8.1.

flap

  • Member
  • **
  • Posts: 1,268
  • Kudos: 137
Java compilers for linux
« Reply #14 on: 24 October 2002, 19:40 »
vim is an editor, not an ide.
"While envisaging the destruction of imperialism, it is necessary to identify its head, which is none other than the United States of America." - Ernesto Che Guevara

http://counterpunch.org
http://globalresearch.ca