I'm trying to run the java IDE jgrasp and getting an error. I installed the java jdk from sun and verified with java -version. At first running the jgrasp executable I had to go to src dir and the readme said to sudo apt-get install libxt-dev and then ./configure and ./Make.sh. And then I ran the executable which gave me the error below.
java version "1.7.0"
Java(TM) SE Runtime Environment (build 1.7.0-b147)
Java HotSpot(TM) Server VM (build 21.0-b17, mixed mode)
java.lang.UnsatisfiedLinkError: /usr/lib/jvm/jdk1.7.0/jre/lib/i386/xawt/libmawt.so: libXext.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.jav a:192
at java.lang.ClassLoader.loadLibrary(ClassLoader.java :1825)
at java.lang.Runtime.load0(Runtime.java:792)
at java.lang.System.load(System.java:1059)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.jav a:192
at java.lang.ClassLoader.loadLibrary(ClassLoader.java :1846)
at java.lang.Runtime.loadLibrary0(Runtime.java:845)
at java.lang.System.loadLibrary(System.java:1084)
at sun.security.action.LoadLibraryAction.run(LoadLibr aryAction.java:67)
at sun.security.action.LoadLibraryAction.run(LoadLibr aryAction.java:47)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Toolkit.java:164
at java.awt.Toolkit.<clinit>(Toolkit.java:1670)
at java.awt.EventQueue.invokeLater(EventQueue.java:11 92)
at javax.swing.SwingUtilities.invokeLater(SwingUtilit ies.java:1287)
at Grasp.a(Grasp.java:
at Grasp.main(Grasp.java:123)
I downloaded Java from the Java website, and went into the root to try and make it an executable file, and it says "chmod: cannot access `home/Non-Admin/Downloads/jre-6u25-linux-i586-rpm.bin': No such file or directory". Is there some sort of program I can install that will automatically turn the rpm.bin/.bin into an executable file?
I am running into a snag on .exe files in Lucid. I have Wine installed, but I can not open the file as it is blocked from executing with a window popping up telling me that this file was blocked due to security reasons. I go into the files properties and try to change the permission but that does not help. Is there a way to get around this? Possibly in the terminal as root?
I hope this post stands in the right section.I have a commandline i need to enter in terminal when i want to run a program. i tought lets put that piece of command in an .sh file and just click the file to run the program (then i dont need to open terminal first an give in the command) however the .sh file does not open the program. so i propably need to make a executable (application/x-executable).
I've just installed java (jre-6u21-linux-i586.bin) on Red Hat 4.4 AS and issued this command to check the java version: java -versionand got :bash :java: command not found
If you are interested, Java SE 6 Update 24 is available. The Check Java Version link in my signature will tell you if you are up to date or not. The Update Java Version link in my signature will tell you how to obtain and install the latest version. The 32 bit version install directions are on the left side of that page and the 64 bit instructions are on the right side.
Just remember to remove the current version before installing the new one as it says in the instructions. The remove instructions are below the install instructions. Also, in Step 9 - "Now you'll want to tell the system, that there's a new Java version available." See the note below it that says if you get an error upon entering the command once, enter it a second time. I have to do that and sometimes forget. Just thought I would mention that. These instructions are already setup for version 6 update 24, but they can be modified for any update and they will work. I have been using these instructions for a couple of years and they work.
I try to install the java plugin but the java test pages show not installed. I have tried the openjdk-6-jdk package and the Oracle/Sun 1.6.0_26 version to no avail.
Is there some good instructions page someplace? I have yet to find a set of instructions that provides something clear that works.
Code: ~ $ /usr/java/jre1.6.0_25/bin/java -showversion Error occurred during initialization of VMjava/lang/NoClassDefFoundError: java/lang/Object
That's the error I get. When trying to run a java app with the firefox plugin, the browser simply crashes if it's the 64bit java or tells me it's not installed if it's the 32bit version.
I'm at a loss as to what to do. I think it has something to do with leftover gunk from a previous version I misinstalled(Is that even a word?) Anyway, the only thing that google could come up with was a solution for windows which laid blame on Bill Gates for having a bunch of pf (java prefetch) files stuffed into c:windows for no apparent reason. The solution was to delete them, but I can't seem to find the java prefetch folder in linux. The method I used is downloading the rpm from java.com the rpm2tgz then installpkg then cp libnpjp2.so to firefox plugins folder.
This is my first post and I'm pretty new on Debian. I had used Ubunu for a while now and I've decided to move on Debian Squeeze.But I've one problem: I've a Java programm to install and the installer is GUI Java based. When I run the script, I've the next message:
Preparing to install. Extracting the JRE from the installer archive.Unpacking the JRE.Extracting the installation resources from the installer archive.Configuring the installer for this system's environment.Launching installer Graphical installers are not supported by the VM. The console mode will be used instead. Preparing CONSOLE Mode Installation. But this program is not able to run the installation in console mode.
I've tried to install sun-java6-jre but without success.Has anyone an idea to help me install this programm? My Configuration: Debian Squeeze 6.0 amd64.
Java is installed in linux machine and when I enter the command java -version it shows java is not found.At the same time when i run from the folder where its installed with ./java -version it works.
first of all why its not working from any other place? also why do I need to give ./ from the folder?
After upgrading java (jre) to 1.6.0_19, the java plugin no longer loads into Firefox. All the rest of my plugins from /usr/lib/mozilla/plugins/ load fine.Java can be a pain such a pain the neck!
I use openSUSE 11.4 64 bits, KDE and FireFox 5.0. I regularly update. When trying to reach my bank, I get the following error: Code: icedteanp plugin error: Failed to run /usr/lib64/jvm/java-1.6.0-openjdk/jre/bin/java. For more detail rerun "firefox -g" in a terminal window. Is there anything I can do to remediate ? Does IcedTea everything that Java does?
I do alot pf C++, I like that I can just type "g++ myprogram.cpp" and it will comile into an executable, but when I try to run it in the terminal by double clicking or right clicking and choosing open nothing happens. The program works perfectly if I do
Code: ./myprogram.out
but when I double click it, and choose "run in termminal", nothinh happens. How can I get it configured to open the terminal and run when run it from GUI?
So I can not get executable.Last week I wanted to use Intel Fortran compiler and had problems with other program,the removed libf2c.so.(put libf2c.a)What should I do know?How to see where the problem is?
I am fairly new to Linux systems but I have a code that I just compiled and it produced an executable file that I need to run but I have no idea how to run that file. Is there a certain command to type to do it?
I have lightly used previous versions of Ubuntu, and this "feature" was not present. But now, with 10.04. I cant install the software I want to install. Namely Steam under Wine. I know I could do the play on linux deal, but I would really like to disable this "feature" entirely. Can I do that, and how?
I have just installed Ubuntu 10.4 and having problems reinstalling an app I used to use routinely on 9.10 using wine 1.2 - Is there way round this? I tried installing from USB hard drive and CD and just get this: I don't know whether it is a wine or OS issue.The file '/media/Data disc (23 Jun 10)/macromedia8/Fireworks8-en.exe' is not marked as executable.If this was downloaded or copied form an untrusted source, it may be dangerous to run. For more details,read about the executable bit
I can't change the permissions to script on my USB device, if the script is executable and I changed the permissions en my /home/user for example it works but when I copy the file again to my memory it is -x.
I want to run minecraft, but when clicking Minecraft.jar it wont cuz of Ubuntu's policy crap. Is there a way to turn this off, because this is worse than Windows UAC. If not, using Java SDK 6, how can I run it? I'm assuming it's a terminal command since wine lets you get around the restrictions with a sudo wine command.
Because my internet doesn't work on my laptop, I installed OpenOffice through the debian package manager. Everything worked to perfection, except that I couldn't find the executable file!
I did a search of the computer for files with "openoffice" in their name, but none would open as an executable. It's not in any menu either.
I have a copy of "Riven" for Windows 95 still laying around, and I decided to see if I could run it in WINE just for the hell of it. I got the following error when I tried to run the "Setup.exe" file (or any other executable on the CD-ROM, for that matter) using WINE:
Quote:
The file '/media/Riven1/Setup.exe' is not marked as executable. If this was downloaded or copied form an untrusted source, it may be dangerous to run. For more details, read about the executable bit.I read about the executable bit, and while I understand the security reasons for it being there, I would still like to know if there's a way to circumvent it, or even a workaround. I tried chmod on the exe file, but since it's on read only media, that didn't work. I'm running Lucid.