Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
62 views

Unable to launch Gradlew build. I've tried everything, but it won't launch. It works fine, but as soon as I want to create a mod for Minecraft, it doesn't work. I'm attaching a Google Drive link with ...
0 votes
1 answer
452 views

I am trying to set my Eclipse project to use Java 1.7 via Project Facets, but Eclipse does not allow me to select it. The Java Runtime Environment (JRE) 1.7 is installed and available in the system, ...
0 votes
0 answers
53 views

I recently upgrade the version of struts2 used by my project from 2.3.37 to 2.5.33 following the migration guide here. To do so, we had to update the jdk version 6 to 7. Everything seemed to work fine ...
0 votes
0 answers
52 views

the webservice is using Apache axis version 1.4 for the installation. the current version of tomcat that is 7.0.104 which supports until jdk 1.7 and there is no issue while I am trying to install the ...
2 votes
1 answer
3k views

I am getting following error while running a test in my Project: Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class java.lang.ClassLoader....
user avatar
0 votes
0 answers
76 views

I have an ooold JavaFX project (2015), where I have to add scanner functionality. Scanner typically sends characters through a sequence of ALT+Num. For example ALT+(Num5 followed by Num0) results in ...
0 votes
1 answer
519 views

We wanted to enable the TLSv1.2 protocol with version of Java 7, while also ensuring support for the lower versions. I am aware that we can utilize SSLContext.getInstance("TLSv1.2") to ...
1 vote
1 answer
1k views

First of all, I premise that I am fully aware that Java 7 is EOL, vulnerable, extremely old and should not be used in 2023, but I need to mantain a legacy application which requires Java 7. I cannot ...
0 votes
0 answers
37 views

Below is my pom.xml. We are still using Java7 and when I run mvn clean install or mvn clean package it creates the Jar just with META-INF and a Manifest file. I do not see the generated classes in the ...
Krishna's user avatar
  • 1,229
0 votes
1 answer
211 views

I want to alter the data in elastic search with a java 7 application running on jboss server. In elastic search index there are two fields called city_id and country_id. With new implementation I need ...
0 votes
1 answer
417 views

Background: I have a EJB application which runs on java 1.7 and we are using maven 3+ version for building the code. Issue: When I build this code I am getting java version mismatch issue i.e major ...
-2 votes
2 answers
95 views

What is the best way to remove a hard enter from a String? Input: String in= "strengthened columns with GRPES "; Expected output: strengthened columns with GRPES I tried the below code, ...
Mahesh M's user avatar
0 votes
1 answer
1k views

I'm having a problem with building Java project with Flutter module when compiling it. It shows the next problem: Exception java.lang.NoClassDefFoundError: Could not initialize class org.codehaus....
0 votes
2 answers
530 views

Our application is using JDK7, websphere and is hosted on AIX box. Recently we upgraded to oracle 19c from 12c. After this, application server does not start. We do not see any error in startup logs. ...
0 votes
2 answers
1k views

I need to find a regex that will match both date formats: MM/dd/yyyy and M/d/yyyy ex. 01/31/2022, 1/1/2022, 12/13/2022, 12/1/2022 So far I tried ^(1[0-2]|0[1-9])/(3[01]|[12][0-9]|0[1-9]{1}$)/[0-9]{4}$...
Lenny's user avatar
  • 939

15 30 50 per page
1
2 3 4 5
...
199

AltStyle によって変換されたページ (->オリジナル) /