Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [java]

Java is a high-level object-oriented programming language. Use this tag when you're having problems using or understanding the language itself. This tag is frequently used alongside other tags for libraries and/or frameworks used by Java developers.

java
556,078 questions with no upvoted or accepted answers
40 votes
1 answer
740 views

In Websphere Commerce 7, how do I remove the language and store name from an SEO url the correct way?

Currently the client I'm working for is making use of the SEO Friendly urls outlined here: https://www.ibm.com/support/knowledgecenter/en/SSZLC2_8.0.0/com.ibm.commerce.seositemap.doc/concepts/...
jros's user avatar
  • 774
30 votes
3 answers
7k views

Gradle build stuck at "Waiting to acquire shared lock on daemon addresses registry."

I'm currently using HP Fortify tool to scan for security vulnerabilities in a project. At the time of scanning Fortify's CLI allows build tools to integrate into its CLI commands so as to build and ...
Sekhar Routray's user avatar
29 votes
4 answers
5k views

Java.net.SocketException: Invalid argument: create In mapped drive

I created a Java application that sends an HTTP POST request to another server. The firewall in the server is off. The firewall in the PC is off. The application works perfectly on the PC in the C ...
kfir's user avatar
  • 790
28 votes
1 answer
4k views

jdk.internal.misc.Unsafe.park (Native method) crash in android app

I am facing this issue in android app jdk.internal.misc.Unsafe.park (Native method) There are several answers in stackoverflow but i need in android specific way main (waiting): tid=1 systid=14525 ...
RockyGlobal's user avatar
28 votes
0 answers
981 views

Apache CXF Client for Microsoft WCF service with MTOM returning 400

I have an apache CXF client for a Microsoft WCF service, and I am attempting to send a file via MTOM. However, I keep getting a 400, and the error on the WCF side according to the partner is that ...
cloudwalker's user avatar
  • 2,416
28 votes
0 answers
637 views

Error inflating class EmojiPalettesView in LatinIME(AOSP)

I checked out Google LatinIME. Then I imported the java folder into Android Studio. I ran it, set it up (I chose a keyboard in the phone settings, I chose a language layout) But during testing (by ...
No Name's user avatar
  • 761
28 votes
0 answers
3k views

SkAndroidCodec::NewFromStream returned null

I'm developing an Android App. I'm getting that on Android Monitor all the time while tileprovider tiling wms on map. D/skia: --- SkAndroidCodec::NewFromStream returned null D/skia: --- SkAndroidCodec:...
Hilalkah's user avatar
  • 1,005
28 votes
2 answers
2k views

Android LVL Signature Verification Failed

I am trying to implement the APK Expansion Downloader Library into my application, but I am struggling to get past the LVL verification check. Everytime I run up the application, I get a "Signature ...
Mimminito's user avatar
  • 2,813
26 votes
0 answers
428 views

New Google Play Services API, Holding connection through activities

I am currently working on adapting an existing android game with the "old google play games" services to the new API, as I updated the library and found all deprecated methods to be erased. In the ...
Aeefire's user avatar
  • 918
24 votes
1 answer
924 views

smb authentication (74 bytes vs 24?)

I need to implement a virtual filesystem that will be accessed as a Windows share. It seems Alfresco JLan is doing the job. So far, I have some promising results starting from this answer: How to ...
ymajoros's user avatar
  • 2,580
22 votes
1 answer
19k views

Gradle archive contains more than 65535 entries

I am integrating hadoop2.5.0 for running mapreduce job and spring-boot-1.2.7 release and getting error while including this Archive contains more than 65535 entries. My gradle jar dependency jar { ...
Saurabh's user avatar
  • 7,713
22 votes
1 answer
20k views

Gradle compile dependency is not added to classpath

I've added the reflections framework to my android project. However it wasn't added to the classpath. Android Studio suggests that I need to add it manually, however I cannot start my app since gradle ...
mvieghofer's user avatar
  • 2,876
22 votes
1 answer
2k views

Using Optaplanner to solve VRPTWPD

I'm new to optaplanner, and am hoping to use it to solve the VRPTW problem with pickups and deliveries (VRPTWPD). I started by taking the VRPTW code from the examples repo. I am trying to add to it ...
August Flanagan's user avatar
21 votes
0 answers
3k views

Android Support Annotation "should have @Retention(RetentionPolicy.SOURCE)"

I am using the @Retention and @StringDef annotations for some of my methods in a library and I face a strange warning, I want to understand. In a static class, SIP, I use this annotation: public ...
Grisgram's user avatar
  • 3,213
21 votes
2 answers
3k views

Post form via ajax and get a form object in play framework java

I am using play framework 2.3.8 java and using ajax to submit a form but I am not able to get the Form object from that request.My problem is explained below. I have a Model @Entity public class ...
codegasmer's user avatar
  • 1,462

15 30 50 per page
1
2 3 4 5
37072