Java Community | Help. Code. Learn.

JCH

Java Community | Help. Code. Learn.

Join the community to ask questions about Java Community | Help. Code. Learn. and get answers from other members.

Join

java-help

❓︱qotw-answers

Help with Output Formatting

Why and how does this line output the following Input: float myFloat = 45.1342f;...
No description

Error handling

I am getting the following feedback : --------------------------- Platform Feedback Below ---------------------------- Some customers reported that the service is returning client errors that break their retry logic: 400 is an unexpected status code SRE Says: your solution is not working well enough to be promoted to production ...

There is this macro mod for Minecraft 1.8.9, and I want to play with it

I don't know if its unsafe but so far trying to access this code has been difficult. If your interested you can DM me but be careful I don't know whats inside of it but i've opened it and nothing has happened yet, also I'm on mac so its buggy. idk if i'm aloud to post this. Have a great day...

can not launch external service.

It seems like I accidentally came on the close button??? so this is a repost I tried a Bunch of Stuff and for some reason I just cant launch MC via an Intent from my app but via adb shell it works just fine. important to note is that I do not get any log info NOR an exception thrown it seems meaning I have no clue why its not working....

help with hw

Can anyone help me understand this hw assignment? https://sourceb.in/NEzXX3r2di Given a base Plant class and a derived Flower class, complete main() to create an ArrayList called myGarden. The ArrayList should be able to store objects that belong to the Plant class or the Flower class. Create a method called printArrayList(), that uses the printInfo() methods defined in the respective classes and prints each element in myGarden. The program should read plants or flowers from input (ending with -1), add each Plant or Flower to the myGarden ArrayList, and output each element in myGarden using the printInfo() method. Ex. If the input is:...

Making a previously non-fulscreen application fullscreen

I was looking around online and I wanted to clarify something. I have an application that generally launches in windowed mode, but I want to provide an option to launch it in fullscreen mode. Hwoever, when it goes fullscreen, items in screen draw in the smaller format, it doesn't scale with the window. From what I've seen online, you need to code that behaviour in by hand, but I wanted to see if there was perhaps a way or a silly mistake I made that would make it perform that behaviour automatically? automatically adjust for screen size? is that even a thing?...

can not launch external Service.

I tried a Bunch of Stuff and for some reason I just cant launch MC via an Intent from my app but via adb shell it works just fine. important to note is that I do not get any log info NOR an exception thrown it seems meaning I have no clue why its not working. ...

how to log sensitive information?

hey guys. i have java spring app which is running on the server as a linux service. and it logs everything into syslog. i want to log some sensitive information, such as customerId and transactionId. whats the best approach to this problem? thanks in advance.

Java Game TitleScreen

Hello, i am currently discovering Java and i have to create a Game as a School Project, i need to create a TitleScreen However it won't really work how i want. I am currently Working on IntelliJ IDEA and my java class is red, does this mean there's a problem in my code ?...
No description

Spring boot

Hi, I am a beginner at Spring Boot and I tried to configure my API espcially for user connexion. I have a database which is connected and it works. But I try to create a SecurityConfig and I have this error : java: variable userService not initialized in the default constructor In the code (after this message), I use @RequiredArgsConstructor so it should work... ...

Error if i start my bot visual studio code java script index.js

DiscordAPIError[50035]: Invalid Form Body 1.options[2][APPLICATION_COMMAND_OPTIONS_REQUIRED_INVALID]: Required options must be placed before non-required options
at handleErrors (C:\Users\ALYA060711\Downloads\Discord REALL\node_modules@discordjs\rest\dist\index.js:727:13)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async SequentialHandler.runRequest (C:\Users\ALYA060711\Downloads\Discord REALL\node_modules@discordjs\rest\dist\index.js:1128:23)...

ImageIcon returns null when loading image from resources folder in VS Code project

I'm building a GUI for a Java trivia game using JPanel components. I have an image named gaming.png that I’m trying to load using the following line in my MusicTriviaGameMessagePanel.java private static final String IMAGE_FILENAME = "trivia/resources/images/gaming.png"; ImageIcon imageIcon = new ImageIcon(getClass().getResource(IMAGE_FILENAME)); ...
No description

Reflection in a Minecraft mod.

I'm trying to code a compatibility mod for Minecraft that uses mixins to add compatibility with optional dependencies. The mod is an addon to an existing mod called Pet Cemetery and has a mixin that adds compatibility with others mods that add TameableAnimal's. However it also has several lines of code specifically for if a couple of extra mods are added that need special compatibility. These mods should be optional however it is crashing without them because it is calling their classes at runtime. I've been tentatively consulting with ChatGPT on how to ensure that the methods and classes are not directly called at runtime but can still be called if the mod's are loaded. ChatGPT has suggested Reflection and I wanted to get you guy's opinions on this. My old Java professor briefly talked to us about Reflection and all I really know is that it's very advanced and can be dangerous if done improperly so I was hoping you guys could shed some light on this and whether chatGPT is giving me bad advice....

What tech stack choose for pet project?

Good evening, everyone! I want to create a pet project that will help me to get a job, but I have a few questions. So I will be glad if someone will answer them 😄 As I understood it, besides Java, Spring Boot, Security, MVC, Core, Postgres and JPA/Hibernate, Lombok, Mockito, Kafka, I also need to know some front-end framework (Angular or React)? ...

Looking for a Trusted Collaborator! 🌍

I have a job offer. What you will do: - Part-time job : 1-2 hours per day - Remote job...

Small Help

Hey everyone, I’ve retrieved the code from gufram.it and I’m trying to replicate the scrolling effect from the homepage on a test site. I managed to recreate the animation and image scrolling, but I’m facing an issue: everything is stuck in the top-left corner of the site. Since I used the original site’s code, there are probably some bugs, and I can’t figure out what’s preventing the full-screen display. My recoded site, along with my elements, is available here if anyone wants to take a look: https://github.com/Ce1yo/abondance....

does jpa repository use varchar(10) somewhere?

hey guys. i have this DB table: ```sql CREATE TABLE public.sales_orders ( id serial4 NOT NULL, customerid int4 NULL,...

ANSI Escape Code Not Working?

I'm making a recreation of a card playing videogame called Inscryption for my computer science class. I'm using ANSI escape code sequence ("\033[H\033[2J" & flush) to clear the screen in between updating the board state, but for some reason, these ghost characters have appeared that will not clear. They only appear when two specific functions are run in sequence, and appear to be a partially-run result of the first function. They will not clear when the sequence is used, and they're clogging up the board and making the game pretty much unplayable. I cannot find anything in either function that would do this, so after an hour and a half or so of testing, I'm concerned the problem might lie with the escape sequence? This project is due Wednesday, and I linked the code below on a throwaway java sandbox (editable, runnable, viewable). The functions I am referring to are public void printBoard() and public void printUI(boolean instructions), run as printBoard() --> printUI(). https://codehs.com/sandbox/id/java-main-ZJ4ONN...

Feedback on Spring Boot Project

So I’ve been working on this coding challenge for the past few hours but I can’t get it good enough to be deployed. I’ve tried a few different strategies but I either get a bunch of memory errors (which I’ve fixed) or I get a bunch of conditions I can’t meet for it to be good enough for production. My repo is here https://github.com/maltose26/Proxy.git I’d appreciate any feedback or guidance on how to debug this and test it properly locally and maybe there’s something I’ve missed in my understanding of the problem...
No description