I am using Fedora12.
I have downloaded eclipse-cpp-galileo-SR1-linux-gtk.
I am using java version "1.6.0_18"
When I start eclipse, I get the following error dialog. What might be the issue?
Thanks.
(for those who cannot see tinypic.com, here is a imageshack.us one)
...
I installed Ant on a Fedora 5 machine using yum, but Ant does not launch. I get this error message:
[bash]# ant
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/launch/Launcher
Caused by: java.lang.ClassNotFoundException: org.apache.tools.ant.launch.Launcher
at java.net.URLClassLoader$1.run(URLClassLo...
Hi all,
I'm using Netbeans 6.7.1 on Windows. I created a Java application using Swing. When I run the same application in my Fedora Core OS, the appearance becomes dull, the fonts and the spacing change. How do I avoid this - as the GUI is of prime importance to my application.
Please help..
...
Hej,
I runned a Fedora instance in Amazon EC2. I can access and work on it perfectly by Putty.
I also set Seconds between keepalives to 1 for not losing the connection due to inactivy (I mean in Putty).
Nevertheless, if a network/electric failure happens in my local computer, it shuts down the Putty connection, so the session logs off...
Hi ,
I'm working in fedora. I want to create a GUI in java , with two buttons : START and STOP. i have two processes : p1 and p2. When i click on START , the process p1 should run in the background and process p2 should run in the foreground. < in terminal , we do this by giving ./p1 & ./p2 > And when i click on STOP , both the processe...
Hi,
I am running Fedora Core 10 with php 5.2.9 without ldap. Now i want to remove current php installation and recompile the latest version of php with ldap and install it.
How to do this?
...
We've been asked to list all the software and licenses used in our organization. Without deciding the value of this request, I'd like to get my Fedora laptop to answer the question easily.
rpm -qa
Gives me a list of packages, but no license data. My next step is to take that output and write a script to query each package's license.
...
I'm interested in learning some python, and thought Pylons would be a good starting point (after spending 2 days trying to get django working -- to no avail).
I have an Amazon EC2 instance with Fedora 8 on it. It is a bare-bones install. I am halfway through my second day of trying to get it to work. I have mod_wsgi installed. I have A...
Hi All,
I want to do some process such as sending emails or using ffmpeg commands in backgound as it takes to much time. I want it should run in a background. I am using Fedora 10. Also can i check whether my background process is running successfully or not . is it posssible?if yes what would be the steps i should follow.Any help is a...
I'm having an interesting problem signing my Android application, whether or not I'm using a debug key. Regardless of the JDK I have installed to /usr/bin/{java,keytool,jarsigner} (OpenJDK or Sun's JDK) it will always give the following output after compiling successfully:
-package-debug-sign:
[apkbuilder] Creating RemoteNotify-debug-u...
im now using mplayer to play incoming audio streams from network. i need to use gstreamer to play that. my code to play the audio using mplayer is like this:
arg<<"http://192.168.0.2/img/video.asf"<<"-novideo";
program="mplayer";
process=new QProcess(this);
process->start(program,arg);## Heading ##
...
Hi,
I installed DirectFB 1.4.3 in my Fedora PC. When I try to run some bin application of DirectFB like "dfbinfo", I get the following error:
"opening /dev/fb0 failed. No such file or directory. Error opening framebuffer device!"
I checked in framebuffer is enabled in kernel by verifying /boot/config file and its enabled.
Can someone ...
I am using Postgres-8.3.7 on fedora core 2 linux box. And Postgres service is crashing.
When I restart the system, it is working fine for some time. At some random time it is crashing again.
What could be the possible reasons for this segfaults which are random?
FATAL: the database system is in recovery mode
LOG: autovacuum launcher ...
I'm trying to setup web2py on my Fedora server, and the instructions, written for Debian, are telling me to install it in the /users/www-data directory. I realize that Fedora uses a default 'apache' user for running Apache, and Debian uses a 'www-data' user, but there's no corresponding /users/apache directory on my machine...
Here are...
I'm trying to get gcc to work on an Amazon EC2 image of Fedora 8, but I'm running into an issue with the libraries. ld is not finding -lz -lm -lbz2.
I've tried adding -L /lib and -L /usr/lib to the arguments for gcc, but it is still not working.
What am I missing?
...
Hello,
My goal is to create a cross compiler (mipsel-soclib-lol), and it's something completly new to me. (I'm following this tutorial: http://www.soclib.fr/trac/dev/wiki/CrossCompiler)
So first I have to install few things: binutils, gcc, gdb, etc.
Most of them have been installed easily, but I have a problem for the installation of gc...
I am using win7. I wish to use Fedora on my machine, but don't know just how much I will be needing either of my OS. I wish to install Ferdora and configure it as a dual boot system.
At the same time, when time calls for it, I want to run the same Fedora installation as a virtual machine on top of win7. Is there a way to do it?
...
I have a Fedora Virtual Machine (installed in VMWare Server 2) and I installed Webmin on it. I have to access Webmin from my browser (installed on my computer) using the ip address. something like: http://ip_address/Webmin. Does someone know what configurations should I make, in order to make this run? I don't have much experience with l...
I need to run a PHP CLI script and give it a LOT of memory (it's an automatic documentation generator that needs to cover a large code base). I have a powerful machine and have allocated 5GB to php, both in php.ini and in an inline ini_set('memory_limit','5120M') declaration in the script file.
If I add these lines to top of the script...
I recently wrote a maze game in opengl (using freeglut) that works fine when built in Ubuntu or Cygwin, but when built on Fedora Core 12 with freeglut, the game falls apart, and my professor can't see a thing when he builds it on his machine (the OS of which he has failed to disclose).
Also, on previous assignments, I got flickering eve...