Eclipse IDE for Java EE Developers - Tools for Java developers creating Java EE and Web applications, including a Java IDE, tools for Java EE, JPA, JSF, Mylyn, EGit and others.
Questions tagged [eclipse-jee]
84 questions
-1
votes
2 answers
How can I delete last word of sentence in StringBuilder?
I want to detele the last word of string in StringBuilder here is it my code:
builder.append(" where");
if(type.equals(EnumTypePrestation.OPTIQUE)){
builder.append(" d.idDossier=p.id and d.statut=4 and ");
…

darine
- 27
- 3
-1
votes
1 answer
How can I change saving file directory?
I want to change saving file directory.
Here is it my code:
@RequestMapping(value = "/UploadFile")
public String uploadFile(HttpServletResponse response String base64, String name, String size) throws Exception {
byte[] decodedFile =…

dareen_04
- 23
- 1
- 6
-1
votes
1 answer
Error java.lang.IllegalArgumentException: org.hibernate.hql.ast.QuerySyntaxException: Utilisateurt is not mapped [select t from Utilisateurt]
Can anybody help me out of this situation?
UtilisateurController.java
package com.elfayq.stock.controllers;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import…

Toto Hammad
- 19
- 5
-1
votes
1 answer
context:component-scan where modify value
I have a problem of component-scan :
I want modify (or override) existing configuration but i don't know where i can modify the default value

Max ime
- 13
- 3
-1
votes
1 answer
Is it possible to work with front react with axios and back java dynamic web with jersey?
I’m developing a web application using react and java JEE. Is it possible to connect via react refux, axios with backend. I’m using java dynamic web with jersey for my backend.
Can you suggest any technology?

Suhail Moh
- 45
- 1
- 1
- 11
-1
votes
1 answer
bash script does not work when called on jee
i have a script bash which requires parameters.
when i call it directly from putty, it works, hen i do from my jee program it does not work and does not show me any errors.
This is my java code:
String[] cmdArray = {"sudo", "ssh", "-tt",…

Ferdaws Aouinti
- 1
- 2
-2
votes
1 answer
how to set th:field thymeleaf from javascript variable
I'm working with J2EE Spring boot jpa and thymeleaf
I have a form (thymeleaf) when I click on an add button a table will be created dynamically with javascript, a line contains several select dropdowns how do I assign the values selected in the…

Nech Azz
- 1
- 3
-2
votes
2 answers
Everytime i do any changes to java code, it won't reflect after i saves the file
I am using Eclipse Neon for my java project, every time I do any changes to java code, it won't reflect after I save the file (for ex: a simple syso statement). I have to do maven clean and maven install my project then restarts the boot.

Rahul Sharma
- 11
- 6
-5
votes
1 answer
Exception:org.springframework.beans.factory.BeanCreationException
root cause
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'menuController': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not…

Abdus Samad
- 1
- 1