Questions tagged [jdk1.8-73]

11 questions
17
votes
4 answers

Android Studio setup JDK error

In Android Studio I am facing bellow error This popup shows when I press Alt+Enter for missing classes(symbols). When I click on setup SDK it shows two options 1.8(Java version "1.8.0_60") Android API 23 Platform (Java version "1.8.0_60")…
Jaiprakash Soni
  • 4,100
  • 5
  • 36
  • 67
1
vote
0 answers

Android Studio showing "unable to start daemon process"

I am unable to use my android studio after i change my jdk directory in the project structure menu I receive a message saying " unable to start daemon process"
1
vote
0 answers

Joda dateTime Exception

We are getting this exception only with componentTests (service tests). > com.thoughtworks.xstream.converters.ConversionException: Cannot create > org.joda.time.chrono.ISOChronology$Stub by JDK serialization : null : > Cannot create…
user2868864
  • 165
  • 2
  • 12
1
vote
1 answer

JAR files required BY the JRE

I came across a particularly odd exam question. The question is: "List the 4 JAR files needed by the JRE". I find this weird because when I look in my jdk/jre folder, there is a whole lot more than 4 jar files. So my question is, is the above…
BiGGZ
  • 503
  • 4
  • 17
1
vote
1 answer

project Can not execute Findbugs: java.lang.ArrayIndexOutOfBoundsException

I am using sonarQube4.5.7 version with JDK 1.8 version. currently getting this error on running mvn sonar:sonar command. can anyone suggest me how to resolve this error. Logs are: Unable to get XClass for…
Deepika Lalra
  • 1,035
  • 1
  • 10
  • 24
1
vote
1 answer

Jboss AS 7.1 and Java 1.8 -facing issues while deploying the war file

We are using Java 1.8 and JBoss AS 7.1 . We are not able to deploy our web application in JBoss. However, with Java 1.7 and Jboss AS 7.1 its working . Kindly guide.
Joyal George
  • 127
  • 10
1
vote
0 answers

NetBeans New Project doesn't include JavaFX folder

I am currently using NetBeans 8.1 with JDK 8 (which includes JavaFX 8) and it works fine alltogether but I can't really create JavaFX project because there is no folder like JavaFX in New Project window. The only thing is "JavaFX Application" in…
foxale
  • 127
  • 9
1
vote
1 answer

Creating a temporary directory in jdk 6 vs jdk 8

I'am facing a weird issue in our dev domains . So basically our java app currently runs on jdk1.6 , we are planning to upgrade that to 1.8 . So currently the following code works fine in 1.6 but returns an exception java.io.IOException: Unable to…
Learner
  • 177
  • 1
  • 2
  • 16
0
votes
0 answers

Unable to execute Cucumber-Java-Selenium based project using gradle 5.2.1 & JDK 1.8 in Apple MAC M1 Pro from IntelliJ IDE?

Unable to execute Cucumber-Java-Selenium based project using gradle 5.2.1 & JDK 1.8 in Apple MAC M1 Pro from IntelliJ IDE? java -version returns openjdk version "1.8.0_345" OpenJDK Runtime Environment (Zulu 8.64.0.19-CA-macos-aarch64) (build…
0
votes
0 answers

TestNG service test - 1.8 JDK

I had several test cases which were passing using 1.6 JDK. When I moved to 1.8 JDK, most of the TestNG test cases started failing in Jenkins and when I run on my local. When I debugged couple of test cases, I see that a doGET method which gets a…
user2868864
  • 165
  • 2
  • 12
-2
votes
2 answers

Unable to install JDK 8 in windows

I have downloaded jdk-8u101-windows-i586.exe. My PC configuration is Windows 7 (32 Bit). I have already JDK and JRE 1.7. I want to install JDK 8 as well. But when I run the installer it is showing the program might not have installed…
Partha Sarathi Ghosh
  • 10,936
  • 20
  • 59
  • 84