JDK or Java Development Kit is a set of tools that Oracle, formerly Sun Microsystems, provides for developing Java applications.

learn more… | top users | synonyms

0
votes
3answers
38 views

Signing .Jar file

Im sitting with a bit of a problem. Im busy creating a php/html website (intranet) for our support team to make life a bit easier when support linux machines. I have a .jar app called mindterm (the ...
1
vote
2answers
45 views

Eclipse not running (even with JRE installed) [duplicate]

I have JRE 6 installed (can't update due to admin restrictions), but all of a sudden Eclipse won't start up. It has worked in the past. Here's the error message I'm getting: A Java Runtime ...
0
votes
1answer
24 views

How to Solve error in Package com.actsoft

I am new on java i wanted to import the existing project on Netbeans 7.0.1 ,jdk 7.0,and glassfish.I imported the project in the netbeans with some external packages but i am not able to solve two ...
0
votes
0answers
40 views

Got a laptop from someone with JDK 1.7 installed, but freezing in terminal [migrated]

When I type which java in a terminal, I get /usr/local/tools/i386_Darwin/jdk1.7.0_21/bin/java and on typing echo $JAVA_HOME, I get /usr/local/tools/i386_Darwin/jdk1.7.0_21 If I try java -version ...
-2
votes
0answers
41 views

Why can't I download JDK 7u21? [closed]

I was trying to download the latest version of JDK from the official website here: http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html for my Windows 7 32 bit. I ...
-1
votes
0answers
11 views

Error in Blackberry webworks app build

When I try to build my webwork app manually I get the following error: executable name has embedded quote split the arguments I'm using Webworks 2.3.1.5 and JDK 6u45
0
votes
0answers
13 views

Javac : ignoring “should be declared in a file named…”

I'm using tools from the compiler API (javax.tools.JavaCompiler) to dynamically generated Java bytecode. I build source code and use API to compile it, then use it via reflexion. That's perfectly ...
1
vote
1answer
50 views

JDK 7 reports itself as a JRE (via “java.home” system property)

I just installed the latest JDK 7 Update 21 and wrote the following one-liner (on Windows 7): public static void main(String[] args) { System.out.println("java.home = " + ...
0
votes
2answers
38 views

Can't locate JDK on Windows 7

I believe similar questions have been asked before, but none of them matches mine perfectly. So I'm posting this one. I'm using the Eclipse IDE in ADT bundle. Currently I'm doing some basic Java ...
0
votes
1answer
17 views

Does JVM cacerts import require tomcat reboot?

We have JDK 1.5.0_11 version running, and i have just recently add new certificate in /usr/java/jdk1.5.0_11/jre/lib/security/cacerts but question is does it require tomcat restart to reload this ...
0
votes
1answer
20 views

any standard JDK interface similar to Callable<V> but that throws no checked exception?

I was just wondering if there is a standard interface with a signature similar to this one: public interface I<V> { V getV(); } or this one: public interface I<V> { void setV(V ...
0
votes
1answer
20 views

“JTS/JTA transaction has been aborted” in websphere 7 after jdk upgrade

I just had to upgrade my IBM JDK version from the one that came with the WebSphere 7 to fix an issue with Groovy. Now however when my app starts up I get the following stack trace and the error kills ...
1
vote
0answers
34 views

Where is the Java SDK folder in my computer? Ubuntu 12.04

I know it's installed because when I type: $java -version I get: OpenJDK Runtime Environment (IcedTea6 1.12.5) (6b27-1.12.5-0ubuntu0.12.04.1) OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode) ...
0
votes
2answers
95 views

PhoneGap - cannot locate javac.exe

Im new to PhoneGap and i tried to install and work as the starting guide shows but its so complicated... so here is my problem: 1. i have downloaded phonegap to c:\boaz\mobile\ directory. 2. to the ...
1
vote
1answer
43 views

Why doesn't Eclipse need me to configure a JDK?

I recently downloaded Eclipse onto a Windows 7 machine. The machine already had a JRE but I noticed it didn't have a JDK. I was afraid I would have to download the JDK and then hook Eclipse up to it. ...
2
votes
2answers
50 views

Change JVM JIT Options at runtime

Is it possible to change options and/or modes of Java JVM (JIT) at runtime? E.g. change XX:CompileThreshold, or even switch between interpreted and compiled code (-Xcomp vs -Xint). My JVM is from ...
0
votes
1answer
34 views

How to make Eclipse to find my jdk in Linux?

I've installed Eclipse and jdk manually. My JAVA_HOME is set, and I am able to run the java -version and javac -version commands, but when I try to run Eclipse, it shows the following message: A Java ...
1
vote
3answers
74 views

How do I implement Objects.hashcode within java 1.6

I have some code as such: @Override public int hashCode() { int hash = 5; hash = 47 * hash + Objects.hashCode(this.bendWidth); hash = 47 * hash + Objects.hashCode(this.bendSideLength); ...
0
votes
2answers
160 views

Android Studio Can't Find JDK Mac

I'm just trying out Android Studio. I imported a project from Eclipse, but every time I try to run it I get this error: "Cannot run program ...
0
votes
0answers
8 views

JDK Installation to Flash Drive on Windows machine where installation is not permitted. Alternatives?

I am on a windows machine at a library, where I do not have permission to install any program (via .exe file) (even to my flash drive). I see that I can download the source code. I would like to find ...
-1
votes
1answer
70 views

Why is java not recognized after Oracle JDK 7 is installed in Mac OS Lion [closed]

I have installed Oracle JDK 7 u21 (64bit) on my Mac OS X Lion 10.8.3 MacBook. Both javac -version and java -version return the correct information on my machine. Now, based on my installation ...
1
vote
1answer
49 views

Maven - use -source 5 or higher to enable… while building the project

I downloaded one project from our svn and now I am trying tu build this using Maven (mvn clean install... my maven is Apache Maven 3.0.4). Unfortunately, when I try to build, the following error ...
0
votes
2answers
15 views

Running Tomcat 5.5 with JDK 1.4

We have one application which needs to be run on JDK 1.4 I have been searching for quite some time, I couldn't find any resource how to make Tomcat v5.5 use JDK 1.4 As per Running.txt, It can run on ...
-1
votes
1answer
31 views

JDK absent in jdk file

I have loaded from Oracle site file: jdk-6u45-windows-x64.exe It has content: jre.msi jre1041.MST jre2052.MST Where jdk files? Thanks
1
vote
2answers
93 views

Sun JDK 6 installation in Ubuntu fails with “ELF: not found”

I was following this doc and installing Sun JDK 6 in my Ubuntu server v11. root@li339-83:~# wget --no-check-certificate --no-cookies --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F" ...
1
vote
4answers
50 views

Is there a list of released JDK versions?

I've got a server running with JRE 7 Update 19. I tought it would be proper to install the JDK 7 as update 19 also. However, I'm struggling to find a download to that version. Current release is ...
0
votes
2answers
270 views

Intellij Idea and Eclipse and JDK 7 and Android

I start to develop application for Android using Intellij Idea because it is preferable IDE for last year. I've smashed my face with two fatal error with both IDE: Intellij Idea 1. I created custom ...
0
votes
3answers
41 views

Eclipse keeps hanging when it tries to upload my Android App

I have recently been creating Android application and I have come to a halt. I am following through on The New Boston's Tutorials, and I got to Ep. 13 when I got this: [2013-05-26 19:24:06 - Android ...
0
votes
1answer
59 views

How to set IntelliJ IDEA Project SDK

I just installed IntelliJ IDEA and when I try to create my first Project it asks for me to set up the Project SDK. When I click on "JDK" it asks for me to select the home directory of the JDK as shown ...
0
votes
2answers
51 views

after sun-java6-jdk install: JAVA_HOME not found. /usr/jdk not found

I followed the answer here sudo apt-get install sun-java6-jdk and installation went smoothly. Then to set JAVA_HOME I read the documentation, but while /usr/lib/jvm/java-6-sun-1.6.0.06/ directory ...
0
votes
0answers
45 views

JAAS configuration: unrecognized option: jboss.security.security_domain kerberos

I'm currently working on a java web application, using struts(1.2.9) and a jboss server(4.2.3 GA) with the IBM jdk 1.6. Anyway, i'm trying to get work a kerberos authentication with the spnego ...
7
votes
1answer
75 views

Why does javac not optimize empty try-finally blocks?

I wrote a class class test1 { void foo() { } } and another class with a lot of try- and finally-statements doing nothing: class test2 { void foo() { try{} finally{} try{} finally{} try{} ...
0
votes
1answer
68 views

Solution: Android Studio does not launch after installation [closed]

Android Studio does not launch after installation. I think Android doesn't work because you have JDK <=1.6. because when I install the lasted JDK 1.7. It's work out of box. It hope this tip will ...
0
votes
1answer
56 views

netbeans 7.3 start up on ubuntu

I have installed net-beans 7.3 on my Ubuntu. On start-up of net-beans, It says that jdk is missing, though I have installed openjdk7. running javac and java commands on the terminal give appropriate ...
0
votes
0answers
11 views

why update-alternatives --config java shows nothing? [migrated]

I install oracle java JDK.rmp.bin on fedora. And installing by ". /jdk.rmp.bin", JDK is installed under /usr/java/jdk folder. I could compile java files using command "javac" and "java". I could also ...
0
votes
1answer
251 views

Android Studio can't find Java SDK in Windows 8

The new Android Studio has a strange problem when you run the installer in Windows 8. Even after installing the Java SDK and setting JAVA_HOME it still complains that it cannot find Java, which it is ...
9
votes
0answers
163 views

Why is there a huge performance difference between 32 and 64 bit JDK? [duplicate]

So I've been doing Project Euler, and I found two ways to solve Problem 57. However, there seems to be a huge difference in performance between using a 32bit JDK and a 64bit JDK. public static int ...
1
vote
0answers
40 views

How to set up a local DBpedia mirror

I am trying to set up a local DBpedia Information Extraction Framework, but there seems to have some problems which I cannot deal with. I followed the instructions on the official site using Intelli ...
-2
votes
1answer
51 views

Exception in thread “AWT-EventQueue-2” java.lang.NullPointerException at sun.awt.SunToolkit.createImage(Unknown Source) [closed]

I am getting the following error message when trying to open one of our Web based Java/Applet Application on one of the user's PC. This issue hasn't happened before and all the other users are using ...
-1
votes
0answers
20 views

Oracle JDK and OpenJDK in the same machine

I have an application that have problems with Oracle JDK. Many of functionality of this application don't work well with Oracle JDK. The developers of the application recommend me to use OpenJDk. The ...
-1
votes
0answers
607 views

Error when I open Android Studio on Linux [closed]

I have downloaded the Android Studio for Linux, I extracted the zipped file and click on /AndroidStudio/bin/studio.sh for running the IDE. The error is: 'tools.jar' is not in Android Studio ...
0
votes
0answers
59 views

Eclipse crashing during use on Windows 7 with both 32-bit and 64-bit versions [closed]

Eclipse has become unusable for me. I can run it for about 3-5 minutes before it freezes for a few seconds and then crashes. I haven't noticed anything specific that induces the crash and I can run ...
-4
votes
0answers
59 views

What are the JDK version bugs? [closed]

What are the bugs in JDK 6 and JDK 7? I am asking this because I used JDK 7 and I got some bad situation like stuck my java programs(which I developed) and some kind of slower of the machine than the ...
0
votes
0answers
24 views

openjdk project to oraclejdk in eclipse

A bit long ago, I have writen a little program (it's about 1300 lines) for my company in OpenJDK. I made it on a GNU/linux environment even thou I know its going to run on windows. As I remember, I ...
0
votes
2answers
40 views

Unsupported major.minor version 49.0 under tomcat 5

Receiving this error while trying to run J2EE application under Java 1.4, Tomcat 5.0 Error: **java.lang.UnsupportedClassVersionError: com/sun/tools/javac/Main (Unsupported major.minor version ...
-1
votes
2answers
129 views

java swing compiler for programming on android tablet

Any IDE is available for android tablet to run the java swing? Currently i am using Android Java Editor IDE for Programming in android. But it's not compile the swing programs. Which IDE is compile ...
6
votes
2answers
181 views

Java class constant pool duplicates?

I have decompiled a class with javap and I'm seeing some duplicates in the Constant Pool section, like this: #19 = Class #350 // java/lang/StringBuilder ... Some other class ...
0
votes
1answer
48 views

“Unable to locate tools.jar” while the environment variables are correct

I want to configure my PC (Windows 7) so to use phonegap 2.7.0 and create an android application so according this tutorial I m confirured the enviroment variables. Below are the variables we need ...
1
vote
1answer
69 views

Gradle, “sourceCompatibility” vs “targetCompatibility”?

What is the relationship/difference between sourceCompatibility and targetCompatibility? What happens when they are set to different values? Accoording to Gradle documentation: sourceCompatibility ...
-2
votes
0answers
58 views

Mac JDK 7u21 isn't working

I downloaded Max JDK 7u21. Expecting to run with no problems, I open it, and it says: "The Following Disk Images could not be opened:Jdk-7u21-macosx-x64.dmg, Reason: Not recongnized"... I thought it ...

1 2 3 4 5 21