Questions tagged [eclipse-jee]

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.

84 questions
0
votes
0 answers

Why does Infinitest keep giving me SocketExceptions and what can I do about it?

I'm running Infinitest in Eclipse Neon (version numbers below). Except it won't run and in the Infinitest Console, I get this message over and over: Error occurred during test run java.net.ConnectException: Connection refused: connect at…
Risser
  • 585
  • 7
  • 20
0
votes
2 answers

Getting error message when compiling (Java Web Project)

I have been trying to compile this java program for more then a week without success. I am currently trying to compile the following project in Eclipse under the Windows 10 x64 environment: public class Main { public static void…
Gerald
  • 83
  • 8
0
votes
2 answers

How to use Filter and Servlet in different packages?

I have a servlet, a filter and a login.jsp. I fill the username and pasword and then click the login button and the filter isn't called, only the servlet is called. The servlet and filter are in different packages and I see this is the problem. If I…
user9608350
0
votes
2 answers

eclipse error "could not create jvm"

I recently installed eclipse oxygen for jee. Using java10 . Installed tomcat 9.0. The tomcat service is configured at ports 8005,8080,8009 (localhost:8080 works fine). Created an internal instance of tomcat in eclipse and tried to start server. Got…
tech_logman
  • 109
  • 2
  • 2
  • 8
0
votes
2 answers

Problems with results

hello ? please this is my Code in Java , It works but the categorie of the word do not appear in the console : So , I am follwing the exercices so that the methode categorie shoulb be private but i am wondering if i have failed somewhere package…
user6037075
0
votes
1 answer

How can i use string.split method to add empty entries into the empty fields ?

i've tired multiple times to add empty entries into the empty fields by using the string.split method but i still couldn't pass on eclipse, can someone please help me / guide me? Here is the code: public void test_incomplete_lines() throws Exception…
0
votes
0 answers

Simple JSP deployment ( 404 - Not Found ) on Wildfly Server

i faced issue while i'm trying to test the deployment of JSP on wildfly-9 Server, its say 404-Not Found while the Same JSP work fine on Tomcat server. same problem happen for both JSP/Servlet while deployment !!! the Problem look in configuring the…
0
votes
2 answers

Losing id (primary key) value stored in a List from DAO to Business through an EJB

I want to display a list of users in an XHTML page. I'm sending a request from my managedBean to the Business through an EJB (3.0) then another request to the DAO still through an EJB (3.0). I'm using JPA 2 and a MySQL database with an entity…
0
votes
1 answer

Spring/Maven project in Eclipse JEE: applicationContext.xml cannot be opened

Having received a Spring/Maven project, I: Ran mvn eclipse:eclipse on it, Loaded it into Eclipse JEE (latest version, called Neon), Added the Dynamic Web Module facet to it, Clicked Run Jetty on it. PROBLEM: It does not found its own…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
0
votes
2 answers

Looking for Java EE Version installed with Eclipse

I am relatively new to Java development. I have a couple of questions: 1. How do I know the version of Eclipse Java EE installation? 2. How do I upgrade to a newer version say Java EE 7. Regards, Janet T.
Janet T
  • 1
  • 3
0
votes
1 answer

Cannot deploy JSF application on GlassFish 4 server

Hi I'm new in the JavaServer Faces (JSF) technology and after successfully setting up everything from Eclipse Mars JavaEE over to the GlassFish 4.0 server I ran into the following problem: I created a Dynamic Web Project and added JavaServer Faces…
tzwickl
  • 1,341
  • 2
  • 15
  • 31
0
votes
1 answer

PropertyplaceholderConfigurer :properties file in WEB-INF not found

I have a typical eclipse based web-app structure project.I coded for backend for the application and wanted to test it.I am using spring IOC and hibernate in the backend.So , all the xml and properties file are located in WEB-INF.When I am trying to…
Rajeev Akotkar
  • 1,377
  • 4
  • 26
  • 46
0
votes
1 answer

toy web service on Eclipse- trouble with glassfish4 server

I am new to Java EE, and am trying to learn how to create a web service. I followed the instructions given at this link- http://www.eclipse.org/webtools/community/education/web/t320/Implementing_a_Simple_Web_Service.pdf to create a simple Hello…
user3516726
  • 626
  • 6
  • 15
-1
votes
1 answer

Problem with URL connection (Sending SMS via URL)

I am trying to send SMS via java using URL connection, when I'm using the url directly in the browser i receive the SMS, however, using java code seems there is an issue when I call the URL..I wonder if using HttpURLConnection will do the job or…
-1
votes
2 answers

WebContent folder does not exist, webapp instead

I'm taking the following course right now: "Develop websites with Java EE". I encounter a problem when creating the Dynamic Web Project because instead of having a WebContent folder like on all the tutorials I've seen, I get a src/main…
marou
  • 3
  • 2