JDK or Java Development Kit is a set of tools that Oracle, formerly Sun Microsystems, provides for developing Java applications.
-1
votes
0answers
15 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 ...
0
votes
0answers
6 views
How can I enable subpixel hinting on JDK7+ on OS X
for some reason any version of Oracle's JDK I am using is using greyscale hinting instead of subpixel. I am noticing this using Netbeans 7.3 and even Dev nightly+JDK 8.
Cfr. these pictures:
JDK 6 on ...
0
votes
1answer
9 views
Unsupported major.minor version 51.0 (unable to load class) - Tried typical solutions already
I've seen many solutions posted to this issue and have not been able to spot the issue with my problem. I have had this problem before and HAVE fixed it, however, it recently just came back and I ...
2
votes
1answer
112 views
Cannot build actionbarsherlock: BuildConfig cannot be resolved to a variable
I imported the actionbarsherlock folder into the workspace using "Import -> Existing Android Code Into Workspace". Then I ensured the following:
In the manifest:
<uses-sdk ...
1
vote
2answers
41 views
importing javax package in java without IDE
I'm developing a project in java using vim and I need to use some classes from the javax package. What should I install and configure to be able to import any of them?
I already installed the JDK 7 ...
0
votes
4answers
42 views
Being able to run java application on different computers without JDK
How can I send my java application to a friend without having to send the entire project and being dependent on him having JDK? I'm aware of the .jar-file's existence, but I don't know how to proceed. ...
0
votes
2answers
47 views
JDK and overriding? [duplicate]
I've got a question about overriding methods. OK, we've got an OOP here, I can understand what result I'll got. But.. How does the jdk resolve, what implementation to use in each case?
public class ...
0
votes
0answers
20 views
Should I choose open-jdk or oracle in Linaro 12.08
I am wondering if either of open-jdk or oracle-JDK are optimized for ARM architecture. Or is it ok to simply use one of them.
My platform is Cortex-A9 and my operating system Linaro 12.08.
0
votes
1answer
26 views
How do i print something on focusOut on TextField in javafx2
I have a TextField and want to perform some action on textfiels focus out
TextField textField = new TextField();
how do i print
System.ou.prinln("Focus Out");
When focus out from textfield.
1
vote
3answers
142 views
Android Studio IDE with private jre/jdk? OSX
I'm running OSX 10.8 and was trying to run the Android Studio app bundle using a private jdk rather than one that is globally installed.
EDIT: I don't have any java installation globally accessible.
...
0
votes
1answer
21 views
Installed JDK 7 but it is not appearing in my JavaVirtualMachines folder
Anyone know what the problem is?
I recently downloaded and installed JDK 7u21, but when I went to add the JRE to eclipse, I did not find it in the JavaVirtualMachines folder, all that was there was ...
13
votes
7answers
6k views
Android Studio - SDK is out of date or is missing templates
I downloaded Android Studio, fixed the JDK Environmental Variable, but when I try to create a New Project, I get an error that says
Your Android SDK is out of date or is missing templates. Please ...
99
votes
10answers
16k views
Android Studio installation on Windows 7 fails, no JDK found
I downloaded Android Studio and attempted to launch the program.
This is running on Windows 7 64-bit with Java 1.7. During the installation my Java 1.7 is detected, and the rest of the installation ...
1
vote
0answers
28 views
Google App Engine: create deployable package of Java application
I would like to make my App Engine application easy to install for anyone, even for non-developers. I can distribute my app with SDK included and I can wrap the install process by an easy-to-use ...
0
votes
1answer
24 views
Unable to install JDK7u21x64 on Windows 8 x64
I have just upgraded to Windows 8 Pro, mostly because my Windows 7 license has reached maximum activations and I have a free copy of 8, and partially so I can ensure my software is 8-compatible.
I ...
-2
votes
0answers
24 views
send data received from any user to all [closed]
how we can send to all other users Any data received from any user .& If there is no other users connected, the program echo back the following message to the sender: "No one there".
in java ...
-3
votes
1answer
56 views
Windows can't find the 64-bit JDK [closed]
I just installed the 64-bit version of the Java 7 JDK on my computer, but when I load up Command Prompt and call javac it can't find it. What's going on here?
-1
votes
0answers
30 views
the server sends it’s date to the requested client [closed]
When the user types date or Date, the server sends it’s date to the requested client. The date will be seen only on the client screen. All other users will not see it...
how we can add this ...
0
votes
1answer
50 views
String comparison - JDK versions produce different results
I've implemented a basic Guava predicate:
containsPatternIgnoreCase(@Nullable final String input) {
checkNotNull(input);
return new Predicate<String>() {
@Override
public ...
0
votes
1answer
37 views
Why do I need Java installed to install the JavaEE6 SDK?
New on Linux, I try to install the JavaEE 6 SDK, first step to install GlassFFish:
http://www.oracle.com/technetwork/java/javaee/downloads/java-ee-sdk-6u4-jdk-7u11-downloads-1900532.html
When I run
...
0
votes
0answers
26 views
SDK keytool doesn't save
I have windows 8 64 bit and JDK 1.7 installed. I follow this guide to create a self-signed certificate and generating key pairs.
The problem is that: keytool starts and ask me the normal question ...
1
vote
0answers
39 views
Compatibility for Java library methods that require Android API level 9?
Some Java library methods like DecimalFormat.setRoundingMode have a @since 1.6 entry in their documentation.
/**
...
* @since 1.6
*/
public void setRoundingMode(RoundingMode roundingMode) {
...
}
...
0
votes
1answer
29 views
Applying AOP for JDK classes
I want to have a point cut along with advice for the System.currenttimemillis() method of the JDk in order to return a customized value for the timestamp. I would like to know whether is this possible ...
0
votes
1answer
22 views
java.lang.AbstractMethodError: org.sqlite.Conn.createArrayOf error while calling createArrayOf method on sqlite
I have a java code which uses sqlite jdbc driver 3.7.2.
I am trying to call method at line, conn.createArrayOf("INTEGER", elements)
But it fails saying
java.lang.AbstractMethodError: ...
0
votes
1answer
49 views
Find installation directory of JDK in windows
I have an application which dynamically loads jvm.dll, therefore I need to know where the DLL resides. Currently I am trying standard locations like C:\Program ...
2
votes
4answers
618 views
Why does my Eclipse Indigo crashes on Ubuntu 13.04 with Oracle JDK 64bit?
I installed jdk and eclipse on to Ubuntu 13.04, It stays open till I create a project and type some basic but then suddenly within a minute when I click somewhere like javadoc or Ctrl+Space it ...
0
votes
1answer
21 views
Issues uncompressing a tar.gz file
I have been trying to uncompress the following file:
sudo wget http://download.oracle.com/otn-pub/java/jdk/7u21-b11/jdk-7u21-linux-x64.tar.gz
with the following:
sudo tar zxvf ...
1
vote
2answers
43 views
scripting language - to execute on the server
I'm looking for a scripting language that would be:
a scripting language that is embeddable in Java
actually I mean something that will not be executed as a native code, but interpreted
secure ...
1
vote
1answer
92 views
install tomcat7 service in ubuntu for all users [closed]
i used sudo apt-get install tomcat7 to install tomcat7 on ubuntu 13.04 server, the tomcat installed on my machine but there were few problems :
OpenJDK also installed on my machine and i don't want ...
0
votes
3answers
46 views
External Java Jar is not working in Android ADT 21 [closed]
I have created a java project in Eclipse and create a runnable jar. I am trying to use in a android app but it is showing classDefNotFound Error. Moreover, I tried every thing as solution as mentioned ...
0
votes
2answers
33 views
Why system variable (path) wasn't created after jdk 1.7 installed
All, It was the the first time I met this kind of problem, When I installed the jdk 1.7, there is no problem found in this process. After that , I try to verify the version of the jdk . so I run the ...
0
votes
0answers
26 views
spring and hibernate compatibility with JDK5,6 and 7
I am trying to figure out compatibility of various spring and hibernate version with different JDK versions(specially JDK 5,6 or 7). I tried checking on spring source and hibernate website but could ...
0
votes
0answers
18 views
Does openjdk has tools.jar file?
I want to know do we have tools.jar in openjdk ? Is it licensed to use and distribute tools.jar ? I want to use tools.jar for signing a jar but tools.jar that comes with sun jdk cannot be used and ...
0
votes
1answer
53 views
TomCat 7 Wont start
I was running a java application and its a lot of records i am bringing back form the database, i got a java.lang.OutOfMemoryError: PermGen space in the browser. Now tomcat 7.0 wont start. The tomcat ...
0
votes
0answers
24 views
Eclipse JRE/JDK error
I am running Windows 7 Virtual Machine from Ubuntu 12 laptop. Every time I open Eclipse(Indigo) in VM(Windows7) , it shows the following error:Eclipse is running in a JRE, but a JDK is required
Some ...
0
votes
0answers
15 views
Eclipse appearing as javaw.exe or Eclipse in process explorer
I've noticed that on some machines when Eclipse is running the process appears as 'javaw.exe' on other systems its 'Eclipse.exe' . Whats the difference between each of these processes and what decides ...
0
votes
3answers
143 views
Installing Java7 on Ubuntu
to install java I have always used the classic way from the terminal.
I would like to install java manually.
I placed the folder of the JDK on the desk and I set environment variables (PATH, CLASSPATH ...
0
votes
1answer
269 views
Can't install jdk on Fedora with yum nor with rpm
Help! I can't figure out how to install a jdk!
[/usr/lib/jvm]$ su -c "yum install java-1.7.0-openjdk-devel"
Loaded plugins: langpacks, presto, refresh-packagekit
No package java-1.7.0-openjdk-devel ...
-1
votes
1answer
35 views
Eclipse crashes with JVM error on help -> Welcome and every ~3rd minute randomly
I have urgent jobs in Eclipse, but it keeps crashing every one-five minutes even if I only use it's text editor part. There is one way to reproduce the crash: help -> welcome, there it always ...
0
votes
1answer
59 views
How to install oracle jdk 7 silently in script with dependency?
I am trying script the install for Glassfish on a 64bit windows 2008 r2 server. But in order to install that, I need a JDK. Therefore, I am trying to silently install JDK 7 (u21) prior to glassfish. ...
0
votes
1answer
71 views
Installing JDK 1.6, JBoss 4.0 and Postgresql in Red Hat Enterprise Linux
I have googled a lot to install JDK 1.6, JBoss 4.0 and Postgresql 8.4 in Red Hat Linux Enterprise Edition 5, I tried a lot to install but nothing worked out for me, can anyone tell me the complete ...
0
votes
1answer
327 views
How to install jdk 1.7 on CentOS 6.4
this problem makes me crazy.
I downloaded jdk 1.6 and 1.7 from Oracle Website, and extract it in
/usr/java.
and add some path information in /etc/profile.
export JAVA_HOME="/usr/java/jdk1.7"
...
0
votes
1answer
39 views
Can't uninstall JDK/Java to re-install it [closed]
I installed the JDK7 to try some android development but that kept crashing Eclipse, I searched online which suggested I should be using the JDK6 instead of 7.
So I uninstalled JDK7 and tried to ...
12
votes
4answers
445 views
Tomcat startup fails due to 'java.net.SocketException Invalid argument' on Mac OS X
We have an application that runs on Tomcat 6 (6.0.35.0 to be precise), and most of our engineers on Mac OS are having problems starting Tomcat due to the socketAccept call in the Catalina.await method ...
1
vote
0answers
32 views
What are all the Maven constructs that reference JDK compiler version?
I have a massive Java 6 migration planned for Maven projects that are currently using JDK4 and JDK5.
In doing so, i'd like to script as much as possible. One thing I'd like to script is to replace ...
2
votes
2answers
43 views
JDK Source Code License Inconsistency [closed]
I installed the latest JDK (1.7.0_21). When I view source code for a foundation class in Eclipse, such as java.lang.String the license at the top of the file reads:
/*
* Copyright (c) 1994, 2010, ...
0
votes
1answer
70 views
Install and configure weblogic server on CentOS 6.3
I need to install and configure an Oracle Weblogic server on CentOS 6.3.
I have read that I need to install the appropiate version of JDK.
Actually I'm too inexperienced and I have searched a lot for ...
1
vote
2answers
69 views
Is Tomcat 5.5 compatible with Java 7?
My server runs a legacy Debian 4, Tomcat 5.5 and JDK 5. I plan to (if possible) install JDK 7 on the server and let Tomcat 5.5 runs on JDK 7, without upgrading Tomcat.
Is there any compatibility ...
-1
votes
0answers
62 views
Trying to use JAR command on Windows to make JAR file
I just finished my BikeTripAnalyzer program written in Java. I had to include (and use) JCommon and JFreeChart libraries in my project; both libraries are non-JRE. Upon trying to Extract everything to ...
0
votes
4answers
50 views
Can I program in Java with someone else on the same project at the same time?
Is there anything such as an eclipse plugin that will allow code to be updated and used on a server, allowing for me to work on the same Java project as someone else at the same exact time? To explain ...






