I am currently at a loss as to why this is happening.
I did some basic research by running:
whereis javac
-and-
find / -name javac
...and I came up with nothing
I searched the web for answers but they all seem to focus on javac existing on the filesystem, and that needs to be done is to restore a missing sym-link.
Has anyone run up against this issue and found a solution ?
I have attempted t
I just installed Geany on Ubuntu 11.10 and I'm having trouble setting it up to run a small GUI applet.
Dear Friends,
I have this 6 yrs+ old Toshiba laptop, which was working fine until a few days ago when its DVD writer died suddenly. I want to install the latest Fedora 18 LXDE 32+ bit on it (I have downloaded the iso already) as I did install and run the Fedora 17 LXDE 32+ bit without much problems using a CD then.
Hello All
After I have installed Fedora 17 on my laptop , I found severl problems that I havenot seen in previous Fedora version . The num lock and the Function Key are not working . Any suggestions.
I am usnig Fedora 17 , Dell Inspiron Laptop.
Dear Guys,
I upgraded some old systems before from fedora 4 and fedora 6 to fedora 9 and 10 using the cds, When I booted the cds of fedora 9 and 10 it detected the old installed fedora and offered to upgrade it, It sounds nice, I chose to upgrade and every thing went fine, The old fedora 4 and 6 became 9 and 10.
Fedora 15 LXDE is a Fedora 15 Spin, an alternate edition of Fedora, “tailored for various types of users via hand-picked application sets and other customizations.” Presently, seven Spins have been released. These are, in order of popularity about the time I hit the Publish button, the KDE, LXDE, Xfce, Security, Games, Electronic-Lab, and Design-Suite [...]
Recently I installed jdk 1.7 in ubuntu. These are the steps that I used to install it.
1. Extracted the folder named 'jdk1.7.0' and copied it to '/usr/lib/jvm'.
2. Installed javac using the following command
sudo update-alternatives --install /usr/bin/javac javac /usr/lib/jvm/jdk1.7.0/bin/javac 4
3.
I have java installed correctly for sure.
aaa@ubuntu:~$ whereis java
java: /usr/bin/java /usr/bin/X11/java /usr/local/java /usr/share/java
aaa@ubuntu:~$ whereis javac
javac: /usr/bin/javac /usr/bin/X11/javac
But when I'm trying to add the location of /usr/bin/java in IntellyJ Idea12 as a java project sdk, I can't do that because it requires the folder and /usr/bin/java is a file.
javac and javaws work from the command line but java for running a .class won't work.
I have updated my PATH, set JAVA_HOME, and checked links.
When I type java myclass I get "java" found in default-jre and a few others. When I run java -version the same thing, "java" found in default-jre.
I'm trying to use Sun Java jdk1.7.0 and the command line.