Skip to main content

All Questions

Tagged with
0 votes
0 answers
41 views

Error while launching Eclipse installed via Ubuntu Software Center

I installed Eclipse through the Ubuntu Software Center of Ubuntu 16.04 LTS and got the below error on opening. My jdk version is 17: openjdk 17-ea 2021-09-14 OpenJDK Runtime Environment (build 17-ea+...
Miriam Samson's user avatar
0 votes
0 answers
370 views

java.nio.file.Files.createDirectories not working for large volumes of directories in a linux filesystem

We are using Ubuntu server and Java 8 with Spring Boot 1.4.2 release with Docker deployment in Ubuntu. In a folder /home/tempAttachment there are 100 millions of directories and the code: public ...
chiku's user avatar
  • 433
-1 votes
1 answer
3k views

How to install specific openjdk version in Ubuntu 16.04?

I have a new Ubuntu server and when I run "sudo apt-get install openjdk-8-jdk", this installed OpenJDK version "1.8.0_312", all good here. I have one more Ubuntu 16.04 server which ...
MHegde's user avatar
  • 367
1 vote
0 answers
47 views

Which version of JetBrains Toolbox support Ubuntu 16.04?

I was downloading JetBrains Toolbox version 1.22 but its system requirement is Ubuntu 18 or above. I want to install it on Ubuntu 16.04. Can anyone tell me which version of JetBrains Toolbox is for ...
Akshat Jain's user avatar
0 votes
0 answers
2k views

SSL error with java openjdk version "1.8.0_292"

Docker services(built using base image ubuntu:16.04), connecting to aws aurora (Mysql based) started failing on 21-Jul-2021. No code change was done, however we had only rebuilt the docker and ...
suresh's user avatar
  • 2,375
3 votes
2 answers
631 views

Do I need to install jdk and jre in the same directory?

I first installed jre version 8 on Ubuntu in this directory : /usr/local/java , now I want to install Oracle JDK version 8, do I have to install Oracle JDK in a directory similar to jre? And is it ...
zahra zare's user avatar
0 votes
1 answer
848 views

How to add to apache or wildfly X-Forwarded-For?

I probably don't understand details of http/https communication. I have java aplication working on wildfly and apache. I need to set X-Forwarded-For as default header send by rest api from client to ...
NoIdeaMan's user avatar
0 votes
0 answers
46 views

Where should my config files be located to avoid ubuntu run & auto run issue

I have a Spring boot application which reads some config files when it bootstraps itself. In the java code I use a base_path like: private static final String ubuntu_base_path= FileSystems....
ZhaoGang's user avatar
  • 4,739
1 vote
2 answers
11k views

Java 11 installation problem for Ubuntu 16.04

I've tried all the ways but somehow I can't install java 11. Showing my previous version of java I did following steps: STEP 1: I Installed : jdk-11.0.8_linux-x64_bin.deb file from Oracle website. ...
hobik's user avatar
  • 451
-1 votes
1 answer
561 views

User processes getting killed along with ssh connection after some time

Recently i am facing this issue. All services are running fine . But after some time , my ssh connection is getting killed by a message connection closed by remote host. And after that when i am ...
Swayam's user avatar
  • 1
0 votes
1 answer
1k views

Jmeter>>> i found a error every time when i execute ./jmeter command(./jmeter: /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java/bin/java: not found)

I follow this link : https://linuxhint.com/install_apache_jmeter_ubuntu/ for Jmeter installation but i found a error when i execute this line ./jmeter. >> jmeter.sh: 99: [: Illegal number: ./...
D.priye's user avatar
  • 34
2 votes
1 answer
540 views

Java CPLEX Concert UnsatisfiedLinkError

I am trying to use cplex in java using eclipse IDE on Ubuntu 16.4 and I am getting an exception "UnsatisfiedLinkError" as follows Does anybody have an idea how to overcome this exception? ...
daoud's user avatar
  • 25
-1 votes
1 answer
197 views

Unable to start Activemq using Java

I am trying to start activemq on my Ubuntu machine. I am trying to start the service using Java. The below is my code: Runtime rt= Runtime.getRuntime(); rt.exec(new String[]{"/bin/sh", "-c", "cd /...
srinivas chaitanya's user avatar
0 votes
1 answer
324 views

i have problem to install tomcat in ubuntu 18.4

when i wanna change owner of the directory : base) merat@HP-Pavilion:/opt/tomcat$ sudo chgrp –R tomcat /opt/tomcat i got this‌: chgrp: invalid group: ‘–R’ i added tomcat group and user befor but when ...
MerAt's user avatar
  • 1
0 votes
1 answer
2k views

java.lang.UnsatisfiedLinkError: libXrender.so.1

When we deploy JBOSS application getting following exception. server configurations listed bellow com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! /usr/lib/jvm/jdk1.8.0_241/jre/...
someone's user avatar
  • 6,602

15 30 50 per page
1
2 3 4 5
10