Can't connect to X11 Window server ERROR - Chromebook debian [closed] - java

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 days ago.
Improve this question
I have a ChromeBook and debian 11 on it. I'm trying to install Optifine on Minecraft. I've downloaded the optifine .jar but when I'm trying to open it I have an error:
Can't connect to X11 window server using""
I'v tried multiple things to fix it like:
export DISPLAY=:0.0
But nothing works, please help me.

Didn't reproduce. Check the screen capture below.
Check if you can run xclock, etc.

Related

How to run a docker image of ElasticSearch with SSPL licence? [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 months ago.
This post was edited and submitted for review 4 months ago and failed to reopen the post:
Original close reason(s) were not resolved
Improve this question
I am developing a spring-boot application with the aid of the new ElasticSearch Java Client 8.4.
I need an ElasticSearch server running on docker with same version. Otherwise, some queries may not be performed because of incompatibility issues.
I know that ElasticSearh is no more open source from version 7.10, and has 2 kind of licences.
Question is, how may I implement an Elasticseach server on Docker by using free licence? What should I do at code level?
Thanks
Yes, you can and download the docker image from their website.
docker pull docker.elastic.co/elasticsearch/elasticsearch:8.4.3
Refer this page to understand more about Elasticsearch license change

How to install MySQL or MsSQL with a personal setup [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I want to develop an external PC application using Java and MsSQL/MySQL.
I want to share it with all people. But I have no idea about how to install MS SQL or MySQL automatically with my Application setup, without a normal manual database installation.
Or is there any other way to develop such an app using "Java + any database server"?
Or is there any best way to success this process with Java?
If you are programming in netbeans you need include the database within netbeans? Here is a guide on how to do this.
https://netbeans.org/kb/docs/ide/mysql.html
Also here is a second guide on Packaging and Distributing Java Desktop Applications
https://netbeans.org/kb/docs/java/javase-deploy.html

java is not working on my recently updated windows 10 computer [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I reinstalled the jdk after the installation of the new operating system, and set the environment variable of the system accordingly. I also restarted the computer after the reinstallation and the setup of new environment variable. Still, i am not able to run any java programs on my computer.
https://onedrive.live.com/redir?resid=B2D6F26E24ACBDB2!2168&authkey=!AJaB6lD3MDO37hA&v=3&ithint=photo%2cpng
https://onedrive.live.com/redir?resid=B2D6F26E24ACBDB2!2167&authkey=!ADKlC8-dOFuH77Y&v=3&ithint=photo%2cpng
if you install jdk and java SE correctly
2.then download netbeans from netbeans.org/downloads/. Make sure that you are downloading netbeans 8.0.1. it will automatically fix errors and install necessary file.
after installation go on Cmd and type Javac
follow will be the screen of cmd after running this specific command
enjoy java :)

How to run tomcat 7 in ubuntu 12.04? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
I am using Ubuntu 12.04 and new for this environment. I have generated my project as war file and put under webapps folder of tomcat 7. But, How to run Apache Tomcat in-order to get result??
I think this is the solution. Under the tomcat/bin folder there will be one file named startup.sh. double click it, then it will ask for prompt, give run. for stop the server use shutdown.sh. I hope this will help you.

This app can't run on your PC, to find a version of your PC check with the software publisher [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
when I am trying to install jdk(set up file) on my system(windows 8) I am getting the following error,
This app can't run on your PC, to find a version of your PC check with the software publisher.
Please someone help me to solve this problem.
Thanks in advance.
Please use jdk7 for windows8
this link will help you
http://java-buddy.blogspot.in/2012/01/install-jdk-7-on-windows-8.html

Categories