What is this symbol in Eclipse?
Hey, this is my first time working with Eclipse, but I can't start the program because of this red icon… what does that mean? Did I press something wrong?
This red exclamation mark next to “Java Basics”
Hey, this is my first time working with Eclipse, but I can't start the program because of this red icon… what does that mean? Did I press something wrong?
This red exclamation mark next to “Java Basics”
The headmaster told me to study Java and other subjects privately, four hours a day for a whole week. I studied for one hour, and the whole thing seemed very dry to me; I didn't understand most of it… Here is an example: I think to myself, what does this text want from me? I…
How often do you use Udemy?
Hi, I'd like to get someone's voice tattooed as a memorial. I've heard that skin motion (soundwave tattoos) aren't as trustworthy and that QR code tattoos would be a good alternative. I have worked with QR codes several times and I noticed that all of them stop working after a few months. How can you…
<!DOCTYPE html> <html lang="en"> <head> <title> </title> </head> <body> <div> <!– left site–> <div class=""> </div> <!– right site–> <div class=""> </div> </div> </body> </html> https://hyprsonic.dev/ I was inspired by the page and I want to build it like this, that is, the screen is split into left and right and I want only the…
Does it make sense to still use ChatGPT for simple projects and questions or should you use Google?
Since I'm very interested in the industry and have several friends who are helping me with my career change, who have either studied or are IT specialists for application development, I often get the answer when I have questions about programming that up until now the IT specialists have always been able to help me…
The red exclamation sign makes you aware that there is a mistake in your project. However, what exactly can only be said on the basis of this ad.
Open the project tree in the Package Explorer and look through the files. Eclipse guides you by marking all packages and files in which there are still problems (syntax errors or the like). In the files themselves, erroneous lines on the left code editor page are highlighted with a red symbol. In addition, errors in the code itself are underlined red. If you move your mouse over the symbol or the understroke, you will see a tooltip that reveals more about the error.
Otherwise there is a list in Problems-Dialog (Window > Show View > Problems).