Skip to content
Advertisement

Tag: windows

running Kafka on WSL and make producer on windows

I’m running Kafka on WSL. I’m trying to make simple producer like this (I’m using intellj) but there’s a problem, when I try to run the code it shows this error i even checked the port on my Windows my question is, is it impossible to make producer on windows and while running kafka on WSL ? Answer Your Kafka

Running Jenkins Node/Agent as a Windows Service with OpenJDK

I have a Windows virtual machine with OpenJDK 13 installed that I would like to setup as a Jenkins node/agent. When I create the node configuration using the Jenkins UI and select Launch Method: Launch Agent by connecting it to the master it provides a link to download slave-agent.jnlp On a system with the original jdk/jre older than version 9,

Double backslash under Linux bash

In the Linux bash to identify a Windows folder I have to use double backslash for example “java -jar myjar.jar C:\Users\username” while in the Windows command prompt does not need, just “java -jar myjar.jar C:Usersusername”, is it normal? Answer Yes, the backslash is used for newlines and special characters in bash. But since Windows uses backslashes in file paths, it

Graphviz’s dot tool on Windows

I’ve created a java program to write a .dot file as I’m using Graphviz software to visualize some data. There is nothing wrong with a code itself, but when I try to execute the following command in command prompt: dot -Tpdf data.dot -o data.pdf in a folder where my java code is located, I get the following error: ‘dot’ is

Advertisement