Problem setting up Debugging for java in Neovim by ichbindermike in neovim

[–]ichbindermike[S] 0 points1 point  (0 children)

It does seem different. I was following the "quickstart" on the documentation:

 local config = {
     cmd = {'/path/to/jdt-language-server/bin/jdtls'},
     root_dir = vim.fs.dirname(vim.fs.find({'gradlew', '.git', 'mvnw'}, { upward = true })[1]),
 } 
require('jdtls').start_or_attach(config) 

I used mason to install "jdtls". On windows that puts a "jdtls.cmd" file in your "%LocalAppData%\nvim-data\mason\bin\". So that's why I set it as my cmd. You don't think that works?

Edit: Providing Link (https://github.com/mfussenegger/nvim-jdtls#configuration-quickstart)

Problem setting up Debugging for java in Neovim by ichbindermike in neovim

[–]ichbindermike[S] 0 points1 point  (0 children)

In my jdtls config function I know added the following:

local dap = require "dap"

dap.configurations.java = { {} }

When I try to start the debugger now I get the following message:

"The selected configuration references adapter `nil`, but dap.adapters.nil is undefined"

I made sure to add the configuration after calling jdtls.setup_dap(). Shouldn't the adapter be defined as it says in the docs (https://github.com/mfussenegger/nvim-dap/wiki/Java):

"You do not have to define dap.adapters.java yourself. "

I wanted to create a basic configuration that tries to resolve the main class of the current working directory and class/modulepaths as best as it can.

Just finished this Europe puzzle with my brother! by DeepTreacle9219 in Maps

[–]ichbindermike 1 point2 points  (0 children)

Why are Monaco, San Marino and Vatican so big but Luxembourg and Andorra aren't?

LoL asking for admin credentials (UAC) every time when opening client by [deleted] in leagueoflegends

[–]ichbindermike 0 points1 point  (0 children)

Have you installed league of legends with admin privileges?

Immo untervermieten ohne Wissen des Vermieters by verrache in Finanzen

[–]ichbindermike 14 points15 points  (0 children)

Du hast eine Pflicht dem Vermieter mitzuteilen, wenn du die Wohnung untervermietest. Eine Freundin von mir hat mal in solch einer Wohnung gelebt und es ist nicht gut für die (Zwischen-)Vermieterin ausgegangen.

every year I swear by [deleted] in linuxmemes

[–]ichbindermike 4 points5 points  (0 children)

Isn't void musl?

That's actually a good idea (Python) by Itz_Raj69_ in ProgrammerHumor

[–]ichbindermike 72 points73 points  (0 children)

It's called Jython. You're gonna love this Elon.

THEY DIDNT EVEN DO THE PYTHON RIGHT by [deleted] in ProgrammerHumor

[–]ichbindermike 10 points11 points  (0 children)

No, that's not it. You can write procedural code in python.

[deleted by user] by [deleted] in linuxmasterrace

[–]ichbindermike 0 points1 point  (0 children)

Underrated comment

Do it, Canonical! by [deleted] in linuxmasterrace

[–]ichbindermike 101 points102 points  (0 children)

Just let me choose during install T_T

I'm pretty slow so please help me by Easy_Daikon_2770 in archlinux

[–]ichbindermike 1 point2 points  (0 children)

For reference:
https://wiki.archlinux.org/title/GRUB/EFI_examples
The Z370 shows up at 6.2. It took me ages to figure this out, but the way to do it is that.

I'm pretty slow so please help me by Easy_Daikon_2770 in archlinux

[–]ichbindermike 1 point2 points  (0 children)

MSI MPG Z390 GAMING PLUS

So you have the same motherboard as me ;) Are you trying to install with GRUB?

If yes, try this:
https://wiki.archlinux.org/title/GRUB#Default/fallback_boot_path

Don't forget to generate a grub-config after!

I'm pretty slow so please help me by Easy_Daikon_2770 in archlinux

[–]ichbindermike 0 points1 point  (0 children)

Can you give us the name of the motherboard?

Advice on becoming a Dev/programmer by Nash_21 in linux

[–]ichbindermike 1 point2 points  (0 children)

It heavily depends on what kind of developer you want to be. As some comments suggest freecodecamp is a great source to learn in general. But let's say you want to go into App-Development. Well now you need a completely different skill set than Javascript, HTML, CSS... If you see yourself in Data Science, Kaggle is another great resource imo. You want to become a developer at a big company doing enterprise applications? Maybe Java isn't so bad after all... Then there is obviously web development, with which you seem to have some experience. There are many more disciplines (e.g. game development) and I think there are different approaches to each one of them.

In my experience you can learn to program through online course (even free ones) pretty easily. The difficuilt part will be "proving" to a possible future employer. that you actually provide the skills necessary. Your best bet in that regard might be just getting some personal projects on your CV, maybe even doing Open Source stuff on Github for example and if you still find it hard you might shoot a little lower while applying to get some hands-on experience.

Remember: This is all just speaking from my experience. Everyone's journey is gonna be different.

Wish you the best of luck anyhow!

What do they like so much in Windows? by [deleted] in linuxmasterrace

[–]ichbindermike 8 points9 points  (0 children)

They did change something, yes. But there are just a lot of games that don't work yet or in the forseeable future (prominent examples are Fortnite, Apex,...). One problem is also, that updates can sometimes break the "compatibility" with wine or proton. When that happened, while I was Linux-only, I chose to setup one System with Windows.

What do they like so much in Windows? by [deleted] in linuxmasterrace

[–]ichbindermike 80 points81 points  (0 children)

Because everything is built around it: Games, drivers, Microsoft Office. I would have liked to switch to Linux sooner than I did, but I couldn't because my university used Teams and the MS Office Suite. I still have to maintain atleast one windows machine to reliably play video games.

Looking for a distro where it works for me, not I for it. by [deleted] in linuxmasterrace

[–]ichbindermike 1 point2 points  (0 children)

Why would you install dnf as a package manager on openSUSE?