Red Hat / Fedora :: Installing Java On F14 - Making Executable File?

May 30, 2011

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?

View 8 Replies


ADVERTISEMENT

Ubuntu :: Making A File Executable?

Sep 11, 2010

i installed "littler" from Synaptic. it's a front end for R, for those curious. it's not in my start menu. i searched for the app and don't know where it is. assuming i can find it, how do i set things up so that i can run it from a listing in the start menu? sorry to be so basic, but i mean from locating this app to getting it to start to making it available in the start menu, how would i do this

View 1 Replies View Related

Ubuntu :: Installing Java VM And Making It Available To Other Programs?

Jan 31, 2011

I'm trying to install a program which requires Java VM. The installer is a install.bin file, coming with a eclipse folder; in this folder, you can find a "jre" directory. I also installed Coconut Java virtual machine, as well as OpenJDK Java 6 runtime environment. However, I still can't install the program. Executing the installer gives me this error message:

Code:
Preparing to install. Extracting the installation resources from the installer archive. Configuring the installer for this system's environment. No Java virtual machine could be found from your PATH environment variable. You must install a VM prior to running this program. I think I should make Java VM available to the installer somehow, but I don't know how. I tried searching online but couldn't figure out the answer. Please help.

View 6 Replies View Related

Fedora :: SELinux Is Preventing Firefox From Making The Program Stack Executable?

Nov 2, 2010

- Newly installed Fedora 14- Firefox 3.6.12- All latest Fedora updates installed- Denial occured after the installation of jre1.6.0_22 from here - Linux (self-extracting file) and creating symbolic links as follows;

Code:
[root@Freedom opt]# ln -s /opt/jre1.6.0_22/lib/i386/libnpjp2.so /usr/lib/mozilla/plugins/
Code:

[code]....

View 3 Replies View Related

Ubuntu :: Error Installing Ffmpeg - Unable To Make Executable File

Jul 20, 2011

I tried to install ffmpeg on 7.04(Fiesty Fawn). when i ran ./configure from terminal window, i got error regarding c compiler that unable to make executable file.

View 5 Replies View Related

Ubuntu :: Making Scipts Executable From Any Directory?

Feb 15, 2010

I have a script called, test.sh, which is located in /home/username/scripts/ I know that I can run it by typing ./test.sh from the /home/username/scripts/ directory... but what do I do to enable the script to be run from anywhere *WITHOUT* having to type the whole directory path?

View 3 Replies View Related

Ubuntu :: 10.10 - Making Blocked Files Executable?

Oct 14, 2010

I just upgraded to 10.10 (everything was working fine in 10.04). I have .jar files that in 10.04 would execute with OpenJDK. Now I get an error message, telling me that it is blocked:

"The file '[path]' is not marked as executable. If this was downloaded or copied from an untrusted source, it may be dangerous to run. For more details, read about the executable bit."

I try to set it as executable like it was before, and it's a no go. My checkmark takes then quickly disappears before my eyes.

View 5 Replies View Related

Fedora :: C Compiler Cannot Create Executable Files While Installing Madplay

Apr 29, 2010

what my intension is i want to cross complile vlc source code into arm9 mini 2440 target board for that i am compiling vlc source code in intel desktop pc which has fedora 10 version. so that in order to compile vlc source code we need to install following codecs those are libmad 0.15.1b,libid3tag-0.15.1b,madplay-0.15.1b,i got these codecs from h[URL] .and vlc sorce code from [URL]. i have successfully compiled libmad 0.15.1b and libid3tag-0.15.1b . those two are compiled in the following way [color] ./cofigure --prefix=/home/narendra/lib/ make make install [/color]

i was trying to compile madplay-0.15.1b in the following way

Code:
./configure --prefix=/home/narendra/madplay-0.15.1b CPPFLAGS="-I /home/narendra/lib/libmad-0.15.1b/include/" LDFLAGS="-L /home/narendra/lib/libid3tag-0.15.1b/lib/"
after this command i keep getting this error message

[Code]....

View 14 Replies View Related

Ubuntu :: Cannot Open An Executable File Because Of Executable Bit?

Jun 20, 2010

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?

View 3 Replies View Related

Ubuntu :: Java IDE JGrasp Not Executable

Sep 1, 2011

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)

View 9 Replies View Related

Ubuntu :: Installing Java - Bash: Version: No Such File Or Directory

Aug 22, 2010

i'm brand new to linux and honestly don't know how to use it very well and i am trying to install java, following the directions is not working i am stuck at Code: chmod a+x jre-6u<version>-linux-i586-rpm.bin it says bash: version: No such file or directory i downloaded the software to the downloads folder firefox uses as default.

View 6 Replies View Related

Red Hat / Fedora :: File Extension Executable In RHEL 5?

Jan 4, 2010

As we have executeable file extensions .exe , .msi and .msp for Windows. What is the file extension that is executable in Linux RHEL 5

View 3 Replies View Related

Fedora :: Executable File Into The '/etc/cron.daily' Directory

Jan 19, 2011

I have noticed that in the /etc directory there are some subdirectories of /etc/cron.daily and /etc/cron.hourly. Also I have determined that there is a service included as part of the Fedora OS 'crond' which I have started with the use of 'service crond start'. My question is this. If I drop an executable file into the '/etc/cron.daily' directory will it just run? If not what configuration files should I go about editing to run my executable daily? There seems to be a pretty large network of cron related files. I'm trying to make sense out of all of it.

View 9 Replies View Related

Fedora :: Mupen64 Tried To Make Stack File Executable?

Apr 4, 2011

I tried to run Mupen64 on Fedora 14 and SELinux gave me a message (see title of thread). It sounded like a serious problem. Do I have a corrupted version, is it nothing to worry about?

View 1 Replies View Related

Fedora :: How-to For Installing Java In F14?

Nov 3, 2010

Is there a easy how-to for installing Java in Fedora 14? Here is the catch...

running 64 bit F14 using 32 bit google chrome (so flash will work) need java plugin and openjdk does not seem to work ([URL].. tells me its missing a plugin)

View 2 Replies View Related

Fedora :: Installing Java Jdk And Jre?

Jul 6, 2011

i need to install java jdk and jre in my fedora 14 machine ..i tried installing this by visiting saveral blogs which dictates us the method of installing java jdk bt i m unable to install it when ever i tried to perform this command after downloading jdk chmod +x jre-6u24-linux-i586-rpm.binit doesnt shows me any thing is hapening and just give us a path to enter another command

View 5 Replies View Related

Slackware :: Installing Java Error - When Trying To Run A Java App With The Firefox Plugin - Browser Crashe

May 29, 2011

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.

View 8 Replies View Related

Fedora :: Make A Executable (application/x-executable)

Aug 21, 2011

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).

View 3 Replies View Related

Software :: Ubuntu 10 - Making Java To Use More CPU

Mar 21, 2011

I run a java program I called it craft.jar the ram it uses is good but it times its cup usage will spike and ill have issues, I have ubunto 10 opendjdk6 64 bit everything and 6 2.00Ghz Xeon cores. The ave load on all cores is 2% but when I get heavey with my java program use only to on the cores will jump to 90-100% usage and the outheres will stay at 2%. How do I force the program to run on 5 of the 6 cores to lessen issues with spiking? I use this to start my java program

Code:
#!/bin/bash
cd "${0%/*}"; java -Xincgc -Xmx2G -jar craft.jar

View 6 Replies View Related

Red Hat / Fedora :: Installing JAVA In RHEL5?

Aug 26, 2010

I installed jre 1.6 in RHEL 5.

its installed successfully.but when i check the version of java by java -version command its shows only 1.4.

anything need to be done to update this?

View 3 Replies View Related

Fedora :: Making SH File Into Global Command

Mar 22, 2011

I used to be able to put a .sh file into a folder to make it into a global command.

Instead of typing:
Code:
/home/user/tool/conversion/convertmkv.sh /home/user/mkv/thisone.mkv

I could type:
Code:
convertmkv /home/user/mkv/thisone.mkv

Where to hide my executable .sh files to make this work?

View 6 Replies View Related

Fedora X86/64bit :: Installing 32 Bits Version Of Firefox And Java?

Jul 28, 2009

What is the best way for installing Firefox and Sun JDK 32 bits alongside my 64 bits version?

View 2 Replies View Related

Fedora :: After Copying The File To Several Different Mozilla Directories And Also Making Libflashplayer?

Feb 2, 2011

After scouring the internet I was able to find an Adobe release of Adobe Flash Player Square for Linux 64 bit installations in the form of a file (libflashplayer.so). After copying the file to several different Mozilla directories and also making libflashplayer.so executable with the use of chmod +x libflashplayer.so I was unable to install the plug-in.To what directory must I install this .so file to get it to work? Also when I open the browser and user url://aboutlugins I don't see Adobe Flash Player Square yet. Is there an intermediary step?

View 8 Replies View Related

Ubuntu :: Installing Java From Java.com ?

May 6, 2011

I would like to install JRE-6u25 on ubuntu.

When I go on the website I see only RPM and another download called:

linux self extracting. The file name for this one is: JRE-6u25-linux-i586.bin

It says to restart the browser after install.

I want to install java to play minecraft. I'm having some speed issues using openJDK.

Would the self extracting file work for minecraft standalone? (I tried playing in a browser without success).

Is using the self extracting file the same as using say the RPM?

View 1 Replies View Related

Ubuntu :: Install The Download File Which Is A Windows Xp Dos Executable File Of 8mbs

Sep 19, 2010

I have NDISWRAPPER installed on my laptop, but when I try to install the download file which is a Windows Xp dos executable file of 8mbs I have tried every thing but without success I can see my Iomega 250 Zip drive when I go into system>administration>disk utilities and acess properties but cannot make it run,

Dell inspiron 6400
OS: Ubuntu 10.04LTS
Ram:2gb
HDD: 250gb
Tony044

View 1 Replies View Related

Fedora :: Uninstalling Java An .rpm File

Dec 1, 2009

I am using Fedora 11, and I installed Java using .rpm file, now I want to uninstall Java. How can I uninstall Java?

View 3 Replies View Related

Programming :: Convert An Arbitrary Binary File Into A Executable File?

Feb 18, 2010

In a project I'm working on with a few other people, I got the task of writing an assembler. The last thing I do is convert the commands into a binary representation, and jam it into a file. Now one of my teammates said he'd like to be able to "reference" the code within another program. He said he'd be able to do this if the file I output is a Linux object file. I'm thinking it'd also work as an executable. Anyway, he said he'd like to be able to grab the file and reference the binary by address. I'm still fuzzy on this, and if you're confused with what I said here, please tell me so I can ask him for better details.Anyway, I'm aware that gcc can compile files to ".o", but that's only for C/C++, and my file is just binary. I'm also aware of "ld", but I haven't seen any use of it to help me. I'm happy to hear suggestions as to what I can do. If anything, I think I'll implement a few functions to grab the bits and hand them to him in an array or something.

View 8 Replies View Related

General :: Executable File Contains The Precise Path To SO File?

Aug 13, 2010

Does executable file contains the precise path to SO file? Should it be compiled with precise knowing of SO file location?

View 8 Replies View Related

General :: Fatal: Bad Magic Number In Executable `prime' (not An Executable?)

Sep 3, 2010

I am trying to run Wattch simulator in linux.But it is giving the error below. what is this error and what do I do about it?

fatal: bad magic number in executable `prime' (not an executable?)

View 1 Replies View Related

Ubuntu :: How To Run Executable File

Apr 13, 2010

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?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved