Posts by Paulo Henrique • 13 points
3 posts
-
0
votes0
answers44
viewsQ: Exception java.lang.Noclassdeffounderror: javax/xml/Ws/Endpoint
It is a simple code, where I will create a Webservice with SOAP, but when I run the code in Eclipse it presents me the following error: Exception in thread "main" java.lang.NoClassDefFoundError:…
-
0
votes1
answer43
viewsQ: How to check if the seat is free and if you are not asking the user to type again by inserting an 'X' in the occupied space?
I need the user to enter where he wants to sit by informing the row and column he wants, if the user chooses the position 0-1 the program will register and write to a txt file later mind that…
casked Paulo Henrique 13 -
-2
votes1
answer1276
viewsQ: How to change the color of a console line in C?
so I’d like to know how do I change the color of that line... It’s a college project, and I’ve done research on other forums and everything, but I can never get an answer that works. I’m using the…