Posts by Pro.glauber • 1 point
4 posts
-
-2
votes1
answer31
viewsQ: C programming using Codeblocks from giving error in the programming below
#include <stdio.h> #include <stdlib.h> int main() { float num1 = 10; float num2 = 20; int resposta; num1 < num2 ? printf("Sim/n") : printf("Nao/n"); num1 < num2 ? resposta = 10 :…
casked Pro.glauber 1 -
0
votes1
answer97
viewsQ: Error when using eclipse EE
I’m having trouble generating image in eclipse ee - it can’t open anything and keeps giving this error: GRAVE: Error Rendering View[/pages/produto.xhtml] java.io.IOException: javax.el.ELException:…
-
0
votes1
answer38
viewsA: Error 404 while running jersey on apache tom-cat
Staff was badly do not need to answer already found the problem http address:localhos:8080/Sales/Rest/sales at the Sales place I typed Lojadevendas and that’s where I went wrong, the code is already…
-
0
votes1
answer38
viewsQ: Error 404 while running jersey on apache tom-cat
I’m using jersey more every time I run error: 404 in apache tom-cat. package br.com.gomes.LojaDeVendas.util; import javax.ws.rs.ApplicationPath; // chamando o pacote do service import…