Questions tagged as 'eclipse'

0
answers

Tomcat 8.0.38 does not find Applications after switching from Primefaces 5.1 to 6.2

Even with all dependencies included the project is not found and returns the notorious screen "description The requested resource is not available." The funny thing is that even returning the primefaces to 5.1 Tomcat 8.0.38 does not find the...
asked by 03.12.2018 / 18:29
0
answers

Image only appears on the web if updating project in Eclipse

Good evening, I'm running a project in the Eclipse IDE, Tomcat server and using Primefaces. In a table in which I have images, they only appear when I "refresh" the project inside Eclipse, as if after inserting the image, it just sees if I fo...
asked by 28.11.2018 / 00:41
1
answer

Postgresql connection with JDBC in eclipse

Appears on the console: java.sql.SQLException: No suitable driver found for jdbc:AulaFBD://localhost:5432/TrabalhoFBD at java.sql.DriverManager.getConnection(DriverManager.java:689) at java.sql.DriverManager.getConnection(DriverManager...
asked by 26.11.2018 / 04:53
1
answer

Which regular expression use to replace on all occurrences found in a file in Eclipse?

Well, I have a CSS file of more than a thousand lines, where for every class there listed, there is a code @external declaring the same, eg: @external agora-eu-posso-usar-minha-classe; .agora-eu-posso-usar-minha-classe{ /* CSS... */...
asked by 20.03.2014 / 15:56
0
answers

How to download dependency source code with Maven

Hello, everyone! I'm trying to find a way to automatically fetch the source code of the dependencies used in projects with Maven. I see that Eclipse has an option of downloading the fonts, but it should require some special configuration i...
asked by 20.11.2018 / 05:05
0
answers

When creating a contact in android perform a certain action

I created an app that lists all the contacts and sends them to the database, but now I want every time the user creates a new contact, it automatically sends them to the database. I've been looking around and seen that I'm going to use "service"...
asked by 27.11.2018 / 19:00
0
answers

AdminFaces - Failed to read artifact descriptor

Good morning, I'm starting with Admin-Faces . By including dependency on the project (eclipse), I'm getting the error below:    org.eclipse.aether.resolution.ArtifactDescriptorException: Failed to   read artifact descriptor for org.o...
asked by 26.09.2018 / 10:53
0
answers

Dynamic Eeb Project @WebService

I'm creating a Dynamic Web project, in Eclipse and I already tried NetBeans both in Windwos and I'm using Payara and Glassfish, when I inject the "@WebService" server class with this error: "can not Deploy TarjetaCredito deploy is failing = E...
asked by 10.10.2018 / 23:47
0
answers

Error trying to start Tomcat start in Eclipse

I have the following configuration: Eclipse: Version: Oxygen.3a Release (4.7.3a) Apache Tomcat 8.5.33 Server I accessed link without any error. When I try to start in Eclipse, I get the message below:    -Djava.endorsed.dirs = C...
asked by 10.09.2018 / 15:18
3
answers

Error Code: 401 () when sending FCM notification using a server

I'm having trouble sending notification using Firebase Cloud Messaging on Android. I'm using the method below: public void enviaNotificacao(String mensagem, Pedido pedido, String token) { Sender sender = new Sender(apiKey); Message m...
asked by 06.09.2018 / 15:07