Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
08-06-2004, 03:09 PM
|
#1
|
|
LQ Newbie
Registered: Jun 2004
Location: St. Paul, MN
Posts: 29
Rep:
|
best runtime enviroment rh 9
Have seen IBM as a better runtime enviroment than Sun Microsystems -
anyone have a direct link. What one is easier to install for a newwwwbie.
Last edited by cool hat; 08-06-2004 at 03:21 PM.
|
|
|
|
08-06-2004, 03:35 PM
|
#2
|
|
Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
the official java from sun works fine thank you...
=)
|
|
|
|
08-07-2004, 11:18 AM
|
#3
|
|
LQ Newbie
Registered: Jun 2004
Location: St. Paul, MN
Posts: 29
Original Poster
Rep:
|
Don't know if anyone can help with this next question , I need to compile the socket server for the client with the following command and I get this. . .
[root@localhost wishweb-1.5.2]# make x10serv
gcc -I.. x10serv.c -o x10serv
make: gcc: Command not found
make: *** [x10serv] Error 127
[root@localhost wishweb-1.5.2]#
I don't know if it is my java install at fault or something else.
I believe I have latest j2re and j2sdk packages installed from Sun Microsystems. I followed their install steps.
|
|
|
|
08-07-2004, 02:19 PM
|
#4
|
|
Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
Quote:
Originally posted by cool hat
make: gcc: Command not found
|
you need to make sure you have the gcc compiler installed...
|
|
|
|
08-07-2004, 02:47 PM
|
#5
|
|
LQ Newbie
Registered: Jun 2004
Location: St. Paul, MN
Posts: 29
Original Poster
Rep:
|
How do I check that ?
Is that part of Linux or 3rd party Java I installed?
|
|
|
|
08-07-2004, 02:59 PM
|
#6
|
|
Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
Quote:
Originally posted by cool hat
How do I check that ?
Is that part of Linux or 3rd party Java I installed?
|
it's the "c" compiler used by the free software community... it isn't related to java in any way...
http://gcc.gnu.org/
it should be on your installation cds... you can install it from there if it's not already installed...
you can check if it's installed by looking at the output of this:
rpm -qa | grep gcc
Last edited by win32sux; 08-07-2004 at 03:54 PM.
|
|
|
|
08-07-2004, 03:18 PM
|
#7
|
|
LQ Newbie
Registered: Jun 2004
Location: St. Paul, MN
Posts: 29
Original Poster
Rep:
|
What symbol is between qa and gcc
|
|
|
|
08-07-2004, 03:53 PM
|
#8
|
|
Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
the "pipe" symbol... you're using it to send the output of the "rpm" command to the input of the "grep" command...
http://www.linux-tutorial.info/modul...rial&pageid=21
|
|
|
|
08-08-2004, 10:58 AM
|
#9
|
|
LQ Newbie
Registered: Jun 2004
Location: St. Paul, MN
Posts: 29
Original Poster
Rep:
|
OK been there done that gcc now installed. Now get keytool error when
making .jar - I think the info I need is in the code - I don't know where to
apply it.
[linuxx10@localhost wishweb-1.5.2]$ make x10home.jar
make: `x10home.jar' is up to date.
[linuxx10@localhost wishweb-1.5.2]$ make signedx10home.jar
touch x10home.key
rm -f x10home.key
keytool -genkey -alias x10home -keypass x10homepassword -dname \
"CN=x10 home, OU=Unknown, O=Unknown, L=Middleburg, ST=VA, C=US" \
-storepass x10home -keystore x10home.key
/bin/sh: line 1: keytool: command not found
make: *** [x10home.key] Error 127
[linuxx10@localhost wishweb-1.5.2]$
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:31 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|