LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 01-06-2005, 11:12 AM   #1
eng_raar
LQ Newbie
 
Registered: Jan 2005
Posts: 1

Rep: Reputation: 0
java and eclipse


guys heeeeeeeeeelp

i need help in installing j2sdk and eclipse on linux

as for j2sdk i don't know where to set the path
as for eclipse i don't know how to install it

thx in advance and sorry for time
 
Old 01-06-2005, 12:15 PM   #2
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
http://www.netbeans.org/ ?
 
Old 01-06-2005, 12:22 PM   #3
Mohsen
Member
 
Registered: Feb 2003
Location: Iran
Distribution: Solaris 10
Posts: 201

Rep: Reputation: 30
no need to set any environment variable. Just install jdk, unzip eclipse, and run the executable file inside the eclipse root directory.
 
Old 01-06-2005, 12:34 PM   #4
csfalcon
Member
 
Registered: Jun 2004
Location: MD
Distribution: Fedora Core
Posts: 269

Rep: Reputation: 31
You can find the instructions for installing both Java SDK and Eclipse here:

http://www.csfalcon.com/wiki/csfalcon/JavaSDK
http://www.csfalcon.com/wiki/csfalcon/EclipseIDE

Last edited by csfalcon; 06-09-2008 at 02:01 PM.
 
Old 01-08-2005, 05:20 PM   #5
german
Member
 
Registered: Jul 2003
Location: Toronto, Canada
Distribution: Debian etch, Gentoo
Posts: 312

Rep: Reputation: 30
1) install JVM, there's about a million examples on this site alone of how to do this

2) unpack eclipse:

Code:
me@puter:/usr/local$ unzip ~/eclipse.zip
3) create a shell script to run it by putting this in /usr/bin/eclipse:

Code:
#!/bin/sh

export PATH=$PATH:/path/to/j2sdk1.4.2_04/bin;
/usr/local/eclipse/eclipse
4) make it executable
chmod +x /usr/bin/eclipse

now run it and eclipse should start

HTH

B.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help with Java and Eclipse VE Veteq Programming 1 11-10-2005 07:01 PM
Java (Sun, Eclipse, gcj, ...) rpz Linux - Software 3 08-08-2005 09:02 PM
Eclipse Can't Find Java jeffChuck Linux - Software 5 01-04-2005 06:06 AM
Eclipse on Debian Sid and Java 1.5 compatibility dreambrother Programming 1 11-17-2004 06:05 PM
where to install eclipse/jvm/java linux_ub Linux - Newbie 3 09-25-2004 03:30 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 10:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration