maven

Intellij Idea - how to translate an entire java project to UTF-8

I have an old project other than the UTF-8 encoding, I need to translate the entire project to UTF-8. I work in Intellij Idea ... ed at the beginning of each file. Maybe there is a plugin that will carefully translate all classes into UTF-8 encoding ?

Creating a JavaFX project via Maven JDK12

I created a maven project, first connected the javaFX library to IDE (Intellij IDEA), connected the dependencies to pom, and ... s.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:174) ... 1 more Exception running application zherikhov.App

how to create a project in JavaEE ideas on maven in which there will be two projects EJB and JSF(.WAR)

I got the project in an interesting bundle. This is a project in Netbeans in which there is a JavaEE project (EJB+JSF) these ... tes. The question is how to create a project in JavaEE ideas on maven in which there will be two projects EJB and JSF(.WAR)

How do I fix the Cannot find symbol error using the mvn test command?

Created a project whose source code is here. (If the master branch suddenly opens, then you need to go to features/tests). I ... e code of the test itself has the string "import phonebook.Phones;". Please tell me what could be the reason for this error?

source release 1.8 requires target release 1.8

I am trying to build a project in java 8 by specifying java 6 as the target: <build> <plugins> ... uires target release 1.8 How can I fix this error? Or is it impossible to build a project for the 6th Java on the 8th Java?

intellij idea can't download javax.servlet dependency.servlet:servlet-api: 3.0.1

Intellij idea can't download the javax.servlet dependency. servlet:servlet-api: 3.0.1 Is loading, then disappears, but the dependency is still red. I found this jar archive on the Internet and downloaded it. Can I somehow manually connect it? ?

When running the jar file, I get the java.lang error.ExceptionInInitializerError Caused by: java.util.MissingResourceException

I need to use localization in my project, here is its structure. Using Maven, I build two jar files-the server and the clien ... tand what's going on, why it doesn't find my locales, and how to fix it, though. googled it. UPD: added a jar directory tree

Maven doesn't work with JavaFX

I can't start the project with the Maven build in any way, it constantly swears with the error java.lang.reflect.Invocat ... adInfoBotFromFile(file); } } Moved the xml files to the resources folder Can you tell me what I'm doing wrong?

classLoader.getResource returns null

Web project, deployed on tomcat using maven. Created the resources folder, marked it as resources root. How do I read from it ... > <scope>compile</scope> </dependency> </dependencies> </project>

Why does Maven swear? javax.servlet does not exist

When building maven swears on the lines: import javax.servlet.ServletException; //package javax.servlet does not exist import ... </plugin> </plugins> </pluginManagement> </build> </project>

Shared configuration file for Java child projects(Maven)

I have the following project structure: ServerSide databaseserver ... pom.xml gameserver ... ... to try to do anymore... Maybe it will help with this or at least tell you in which direction you should look for a solution?

JavaEE out.println cannot resolve method

Started learning JavaEE. The project is built in IntelliJ IDEA on Maven, TomCat 9. Ideshka notes that it does not find the ... %> </p> <p> <% for (int i =0; i < 10; i++) { out.println(i); } %> </p>

java.lang.NoClassDefFoundError: org/springframework/boot/SpringApplication + Docker

I tried to run the application on docker, but I can't overcome the error C:\Users\Мася\Desktop\my-personal-diary>docker ru ... t;/plugins> </build> </project> What's under the comments are my attempts to fix the situation Help pj!

java. maven. The idea is not picked up by the new module

Imported into the idea maven project everything opened well. I started adding a third module, but it doesn't pick up. Help me ... </execution> </executions> </plugin> </plugins> </build> </project>

Connect the OpenCV library to the maven JavaFX project on intellij Idea

A window application JavaFX is being developed in Intellij Idea based on maven - a project using the OpenCV library. Before ... searched half of the Internet - I will not find the reason for the error... What else do I need to connect or configure here?

I can't install a telegram bot written in JAVA on heroku

I'm trying to install my test bot on Heroku using maven (I use LongPolling). I filled the bot on the github and registered it ... s> Procfile: worker: sh target/bin/workerBot Maybe I didn't add something to the pom.xml or in procfile. Please tell me

Running TestNG tests in parallel

Using gradle + TestNG Tests dynamically generate xml files with suite The result is a file <?xml version="1.0" encoding ... ml#parallel-suites But this solution is not suitable for gradle I searched the Internet and did not find a working solution

Java&Maven-Configuring Maven in the Eclipse IDE

I'm new to Java, and I don't know much about it. In general, I decided to write a project, in my case it is a bot for Discord ... eploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> [Help 1] [ERROR] Class with a method: