Posts by Allmanal Hoppsba • 34 points
5 posts
-
-1
votes2
answers97
viewsA: My calculator from the while in position 2, skips the insertion of the first value someone can help me?
I believe it’s because of the method clearBuffet(Scanner). He jumps to the next line: scanner.nextLine();.
javaanswered Allmanal Hoppsba 34 -
0
votes1
answer150
viewsA: How to make the Java Scanner read more than once in a program using classes?
There is a serious problem in the class Java password.. In the method entraSenha(String try) You are comparing a String object attempt with another String object password. On the line: if (tentativa…
-
0
votes1
answer53
viewsA: How to start an audio automatically on startup of a Java application?
Dude, I was making a java desktop application that needed to perform sound in mp3, wav, etc. At first I tried to use this class you’re using, Audioclip, but without success. The problem as it seems…
-
2
votes1
answer144
viewsA: Problems creating executable jar with Jlayer library in Intellij
I already solved the problem. Here’s how: In IDE Intellij: File -> Project Structure... -> Artifacts In "Avaliable Elements" I had the library I needed. But I would right-click on the library…
-
-3
votes1
answer144
viewsQ: Problems creating executable jar with Jlayer library in Intellij
Good afternoon guys. Here comes my question: I am creating a simple java 8 desktop application with swing in Intellij. At the end of some modifications I was creating a .jar executable and up to…