Widely-used object-oriented programming language, emphasizing portability.
0
votes
1answer
10 views
How to install JDK 6 from a bin file on Ubuntu 12.04 LTS 64 bit
The Android Open Source project requires JDK 6. From posts I have read all over, the Open Source JDk will not work. I have tried many things from numerous posts here and on other webs to no avail. ...
0
votes
1answer
43 views
How to Kill Java Update?
So far I got rid of the autoupdate for Java by disabling it through the registry, is there a way to stop people from manually update Java? If someone tries to update Java through other means, is there ...
0
votes
0answers
18 views
How can I install MarvinBeans?
I downloaded the exe file from chemaxon and ran it but I received the error:
The install4j wizard could not find a Java(TM) Runtime Environment on your system. Please locate a suitable JRE. (minimum ...
0
votes
2answers
38 views
Enabling Java browser plug-in on OS X 10.7.5
I have JDK 1.6.0_43 installed. My browser (Firefox 20.0) has Java applet plug-in 14.6.1 installed and enabled (which, according to Firefox's plugin check, is up-to-date). But applets do not work.
For ...
0
votes
0answers
25 views
Call java method from javascript [migrated]
I have a web jsp web application. In one page I need two dropdownlist. When I will select a value from dd1 then second dropdown will be fill according this value. How I can call java function from ...
0
votes
1answer
38 views
Performance OracleJDK or OpenJDK
I am forced to using Java on my server and I am having a headache installing Java. I have an automated deployment script which installs the software and needs to be run to reinstall the server ...
-4
votes
0answers
27 views
How to merge audio and video using ffmpeg in android? [closed]
Hi everyone actually i am very new to this concept how to merge video and audio in android can anyone help me out.
0
votes
0answers
16 views
Cannot find jvm.ini file
win xp sp3
adobe flash cs5
starting the application, and trying to open the action window I receive the message:
Error initializing Java Runtime Environment. You may need to reinstall
Flash
...
-2
votes
0answers
25 views
Split Wave audio file by Java [closed]
I have a bunch human reading simple sentence (hello world) as a wav file, How can I break the wav file for 2 wav files each contains word (hello and world) by automatically recognizing the gap between ...
0
votes
2answers
36 views
How to print the default java classpath from the command line in windows
I'm doing some trouble-shooting which requires me to know the default classpath under windows. There's java code which will do this (e.g. ...
0
votes
0answers
23 views
Eclipse Juno can't run any Java project
I use Eclipse Juno - Eclipse IDE for C/C++ Developers , and I can't run any Java project , mean even there is no "Run" option .
For example when I right click on the Main class I just see (no ...
-2
votes
1answer
72 views
How to install server JRE in windows7 64 bit?
I downloaded server-jre-7u21-windows-x64.tar.gz from the link
http://www.oracle.com/technetwork/java/javase/downloads/server-jre7-downloads-1931105.html
Unzipped the .gz file and got file
...
0
votes
1answer
47 views
Is it possible to have multiple installation of Java on Windows 7?
I have Avast that is telling me I need to update 2 out of 3 instances of Java :
How is that possible ? Knowing that I run Eclipse and that I have frequent "stale" problem with it... Is it running a ...
0
votes
1answer
27 views
Ivy installation - ivy.jar in /usr/share/ant/lib not working
I'm trying to get Apache Ivy installed and I've downloaded the binary. Following the question here: How to install ant & ivy?, and instructions here: ...
-1
votes
1answer
13 views
alternatives gives link incorrect for slave installing Oracle Java JDK [closed]
What am I doing wrong?
# alternatives --install /usr/bin/java java /usr/java/latest/bin/java 20000 \
> --slave /usr/bin/keytool java /usr/java/latest/bin/keytool \
> --slave /usr/bin/orbd java ...
0
votes
1answer
16 views
Installing Jenkins
I could not install the jenkins, below is the step by step that realized:
1) Downloaded the jenkins.war file that is in the folder C:\Users\Rafael\Downloads
2) Entered at the command prompt, and ...
-5
votes
2answers
64 views
Which programming languages don't need an interpeter? [closed]
I'm a computer science student and right now I've studied C and Java. Except for C that compile to native code, I don't know other "famous" programming languages that don't need JIT compiler. I mean, ...
2
votes
1answer
42 views
Compiling OpenJDK 7 without X
I am trying to compile OpenJDK 7 on a headless RHEL server. I have no desire to install a bunch of miscellaneous X dependencies just to build it.
Is there any way to compile OpenJDK 7 without ...
-2
votes
0answers
29 views
Apache FTPClient and Apache FTPServer (JAVA) [closed]
Hello everyone my question is that I've created an FTP Server and FTPClient using Apache all in eclipse and everything seems to be working fine except the part when i try to upload a jar file which is ...
0
votes
1answer
55 views
Java installation in chrome and windows 8
I am using Chrome Version 26.0.1410.64 m and trying to install Java 7 update 21.
When trying to install Java on my Windows 8 PC - I get pop-up window that ends the process. It states that the feature ...
1
vote
1answer
52 views
OWASP ZAP Java application will not load on OS X
I am running OS X 10.7.5 and just applied the Java 7 JDK update to get my Java version up to 1.7.0_21 and the ZAP application will not load.
I did a restart after Java 7 installation and still no ...
2
votes
0answers
115 views
Java applets do not run after update to 7u21
After Java 7u21 update no applets run, instead I get the following dialog:
How to disable these useless warnings? The problem is that I can’t tell them from the previous “unrestricted access” ...
-2
votes
0answers
15 views
How to recognize where the image is plcaed on the JPanel? [closed]
I am designing a scrabble game. I have made a JPanel where I can put images of tiles on appropriate squares on the board. The JPanel contains board of size 15*35, where 15 is the number of rows and ...
-3
votes
1answer
40 views
Use regular expression to look for “%” [closed]
I'm programming in Java and I want to use regex to look for any data with a percent sign, e.g. 10%, 20%,30%,etc. I've tried a.matches("%")but that only returns true if the string matches exactly the ...
-1
votes
0answers
22 views
wget don't retrieve complete html [closed]
I tried using wget from a machine and got the index.php file. when I try the same from production server I could not get the whole file,I get partial html.I could get complete html from other ...
0
votes
3answers
85 views
how to install openJDK-7-jdk on Ubuntu for non-privilige user?
I have no root access to java JDK 7 so I install java JDK to a folder and extract it
http://download.oracle.com/otn-pub/java/jdk/7u21-b11/jdk-7u21-linux-i586.tar.gz
Then if I call it:
./bin/java ...
1
vote
1answer
190 views
Java Security Exception
Okay, so I am working on a card matching game in java for my computer science assignment and it all was going perfectly, until I wanted to open the applet in a page. In eclipse it works just fine..
I ...
0
votes
1answer
74 views
Does one need both a 32bit and 64bit version of Java?
I notice I keep getting Java updates, even right after I install one. Right now I have both 32bit and 64bit, can I get rid of one? I don't know how I got two.
Right now my antivirus is complaining ...
0
votes
1answer
68 views
Can't install JRE on Win8 VM
I'm running a Windows 8 x86 VM in Oracle Virtualbox, on a Windows 8 x64 host (don't ask why, I don't know either), and I need to install the Java Runtime Environment on it, but I'm having problems ...
1
vote
1answer
66 views
Suppressing the “Picked up _JAVA_OPTIONS” message
I'm using _JAVA_OPTIONS to set some defaults for Java on RHEL. It works fine but now every time I start java I get the following message
Picked up _JAVA_OPTIONS: -foo -bar -baz
is it possible to ...
1
vote
1answer
75 views
Java - indicated update available but when clicked said already latest
Does anyone has the same problem as me? I am not sure if Java has a update or not, but it keeps asking me to update daily, but when I click to update, it said I already has the latest update?!
My ...
0
votes
1answer
52 views
My Java applets won't run in HTML
My Java applet runs fine when I open the HTML in AppletViewer, but when I open the html in like Chrome, it just says "Error, click for more details" and the details say that my security options ...
1
vote
0answers
41 views
“Load average” stuck on 7.0
I'm using gentoo and anytime I do uptime, my "Load average" is stuck at 7.0 across the board. When using top or htop or dstat the CPU usage is always idle. The computer is used to run a Java program ...
0
votes
0answers
53 views
Despite being able to run “javac” through the command line, “where javac” doesn't match anything. Why?
Here are both input/outputs:
Running javac:
D:\>javac
Usage: javac <options> <source files>
Running where on javac:
D:\>where javac
INFO: Could not find files for the given ...
-1
votes
1answer
27 views
JDK 1.6 for OSX
I am trying to use the Java game library Slick2d. However it seems like it's bugged using Java 1.7. I've tried to find it but was unsuccessful.
Is it possible to install the 1.6 JDK on Mountain ...
0
votes
0answers
41 views
Windows Installer removes core Java files
We have been dealing with java issues after the recent on-going java vulnerabilities released by Oracle. Because of these vulnerabilities we have to patch Java. We do this through SCCM ( along with ...
1
vote
1answer
31 views
Fatal error detected in Eclipse when using Xuggle
I was trying to get frames from a video using Xuggle 5.4. The IDE which I use is Eclipse Juno.The last time (which was roughly one months back) when I tried, I got the frames with a gap of 5 seconds, ...
1
vote
1answer
84 views
List processes being run inside a screen (Linux) session
I have several screen sessions, each one of them is running one java application.
For example, I have these 3 screen sessions :
7361.ARM48 (Detached)
7397.ROP90 (Detached)
...
-3
votes
1answer
41 views
Linux and java development [closed]
Which of the following flavor of linux is suitable for Java development?
Ubuntu
Fedora
Debian
I am planning for web development and eclipse RCP application development using java on Linux ...
0
votes
0answers
23 views
Java reading a file from ramdisk during startup
I have installed Ubuntu on a CF card on a Alix computer. I configured a lcd4linux and created a RAMdisk (to not kill the CF card by accessing it multiple times).
I installed java which is reading ...
0
votes
0answers
22 views
Error when installing Supersonic (Subsonic fork)
I'm trying to install Supersonic on my Windows 7 computer and am running into an error. I have followed the instructions and installed the Java JDK and Maven.
It starts ok but I eventually receive ...
1
vote
0answers
39 views
What does it take to run an android app on a PC? [closed]
I have a linux kernel and a JVM, what else does it take to run an Android app? I assume there are some Android specific Java classes that I would need. Anything else? What is the biggest challenge for ...
0
votes
2answers
53 views
Automatic distribution of Java update
Is there a solution like WSUS for windows, where the update can be pushed automatically to all the systems in the network and install without the user requiring to enter Admin credentials? Currently ...
0
votes
3answers
129 views
How to pass command to running java application using a batch file
He this my seem a little basic and simple but I never did this before.
I have this minecraft server and It starts up wit a batch file containing:
java -Xms1012M -Xmx1012M -jar ...
0
votes
0answers
37 views
Top res vs java heap memory usage?
We have a java application running on Centos 6.4 what we notice is that the RES is around 400m which is more then the allocated max that is 256m. Does this signify that we the application is leaking? ...
0
votes
0answers
85 views
How to configure Chromium's Java plugin so it uses an existing JDK in the machine
This exact same question was asked here, but the OP was asking in regard to a Windows system. I am running Linux Mint 14 "Nadia" - KDE (64-bit). The answer @Kalyan Akella provided to that question ...
1
vote
2answers
77 views
Running .jar in Linux terminal
I have a .jar file which is console based. I would like to run it in Linux via SSH. So far I am able to run it and see the output.
However, after disconnecting and then reconnecting to the ...
1
vote
0answers
74 views
ClassNotFoundException returned on every Java applet on the internet
I am trying to use a Java applet (any Java Applet), but I always get a messages saying "Error. Click for details".
When I do so, the pop-up says:
Application Error
ClassNotFoundException
...
0
votes
0answers
40 views
java.lang.ClassNotFoundException: error while executing ant script
Execution of build.xml file leads to ClassNotFoundException error:-
What I tried is
D:\workspace\GUIInstaller>ant junit
Buildfile: build.xml
clean:
[delete] Deleting directory ...
5
votes
3answers
1k views
How to disable the Java “Security Warning” popup?
Is there a way to disable this Java Security popup? I only use sites on my intranet and each page is home to 40+ applets that generate a new ID with each load. Because of this, every time the page ...






