So I downloaded the latest version of Java from Oracle so I could get a 64bit JVM on Ubuntu Server 10.10. After extracting the file and updating the alternatives I went to check my installation by running java -version and I get this error: -bash: /usr/bin/java: cannot execute binary file
I'm at a loss for what to do here.
Hi,
I have a list of filters on my exim, now i need to add something that..
I have downloaded Eclipse indigo 64bit tar file and extracted it, for my Ubuntu 12.04, I have JDK 1.7 installed in my system, when I am doing:
java -Version
bash: /home/rd00/Development/jdk1.7.0/bin/java: cannot execute binary file
and
echo $PATH
/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/rd00/Development/jdk1.7.0/bin
is showing,
I have a file like this
-------------------------------
[2012-11-12 : 11:59
some text
some moe text
ERR-XXXXX
soe more text
]
[2012-11-12 : 12:00 blala blah blah]
[2012-11-12 : 12:01
some text
some moe text
ERR-XXXXX
soe more text
]
[2012-11-12: 12:02 some other text ]
--------------------------------------
I need a way to find the timestamp preceding the ERR-XXXXX
I have this simple Bash script:
#!/bin/bash
java -jar ClosureCompiler/compiler.jar --js ../src/typescript.js --js ../src/ts-compiler.js --js_output_file TSCompiler.js
I'm getting this error when I try to run the script using build.sh in the MSYS environment under Windows (64-bit!):
./build.sh: ./build.sh: cannot execute binary file
But the command itself works if I type it directly into the
I'm trying to just execute the java command and it's saying it cannot be found, even though it is there.
continuing the last question about Windows AD + Linux BIND. I decided to create a subdamain for AD to run on.
It's ad.wxxx.xxxxx. My configuration is okay, but I don't think it does the delegation job right.
I am accessing my linus box from putty.I have a Java Progaram packed in a Jar File.
I am using linux-mint-cinamon 14 and I have set the $JAVA_HOME and $PATH environment variables in ~/.profile as follows:
export JAVA_HOME=/home/aqeel/development/jdk/jdk1.6.0_35
export PATH=/home/aqeel/development/jdk/jdk1.6.0_35/bin:$PATH
(EDIT:)After that I did source ~/.profile, so that changes take effect without rebooting.
Yet when I execute java -version command to check the active java