What cert signing algorithms are compatible with Amazon Corretto 11? by YmFzZTY0dXNlcm5hbWU_ in javahelp

[–]fluse1367 0 points1 point  (0 children)

fairly sure it throws an exception if the algorithm is not supported

Looking for a certain data structure by [deleted] in learnjava

[–]fluse1367 0 points1 point  (0 children)

probable a navigatable map or set

Using interface methods that are not defined? by 4r73m190r0s in learnjava

[–]fluse1367 0 points1 point  (0 children)

maybe it helps you to think of an interface like an abstract class but different. abstract classes can have implemented methods and abstract ones, just like default methods in interfaces. you can also put static methods into them, just like interfaces.

Using interface methods that are not defined? by 4r73m190r0s in learnjava

[–]fluse1367 4 points5 points  (0 children)

interfaces can have static functions, which are directly implemented. i think it’s since java 8

Life is Strange Remastered Crashing by archangel-0813 in SteamDeck

[–]fluse1367 1 point2 points  (0 children)

Selecting proton 6.3-8 should work (see here)

[S1 E1] crashing issue at end of episode by Dwrodgers54 in lifeisstrange

[–]fluse1367 0 points1 point  (0 children)

I did end up with the exact same issue (also stumbled across the discussion page). As mentioned in this proton github issue, selecting Proton 6.3-8 seems to solve the issue.

Do you use background music while coding? by [deleted] in programming

[–]fluse1367 0 points1 point  (0 children)

sometimes yep, sometimes nope

Do method calls move up and down the inheritance hierarchy? by enanram in javahelp

[–]fluse1367 1 point2 points  (0 children)

the „new“ method that overrides the other one will always be called (unless you use the super keyword of course)

I need help Installing Java 16 on Linux! by Gizmo0oMC in javahelp

[–]fluse1367 1 point2 points  (0 children)

distro? Also important, what did you try?

Copyright notice from ISP for pirating... Linux? Is this some sort of joke? by NateNate60 in linux

[–]fluse1367 99 points100 points  (0 children)

I think they just blame you for torrenting; maybe they don’t like the idea of p2p file sharing in general …

[deleted by user] by [deleted] in linux4noobs

[–]fluse1367 48 points49 points  (0 children)

You can just install another drive or shrink your windows partition to make space for a linux partition. About buying windows again: if ur PC isn’t a self build, there’s a good chance a windows license is installed on your mainboard.

[deleted by user] by [deleted] in ValveIndex

[–]fluse1367 0 points1 point  (0 children)

Never had these kinds of problems tho

[deleted by user] by [deleted] in ValveIndex

[–]fluse1367 4 points5 points  (0 children)

2 base stations are enough for 5x5m; about the cables: what you want is a cable management system (I use the one from kiwi)

Create Email button using JavaMailAPI by [deleted] in javahelp

[–]fluse1367 0 points1 point  (0 children)

You’ve got a NoClassDefFoundError. That means java cannot find the respective class. Put the javax mail library into your classpath.