Questions tagged as 'java'

0
answers

VRaptor 4 + IBM Websphere Application Server 8.5

I'm trying to run a blank project of VRaptor 4 in WAS 8.5 to start a migration of an existing project, but when running the blank I encounter several errors that I do not know if it's a compatibility problem or not. Can anyone tell me if I nee...
asked by 22.10.2018 / 23:44
0
answers

DWR - Null Classes

Dear I'm having trouble inject classes by calling some methods using DWR with Hibernate. Code: @Controller @Transactional public class ManterArvoreClassificacaoController { @Autowired private ArvoreClassificacaoService acs...
asked by 22.10.2018 / 19:27
0
answers

Is there a way to make a url for internal navigation in a webview?

I'm trying to make a url to be browsable within the app, but for some reason, it's not even opening with the native Android HTML reader, can someone help me sort it out as the app now closes after deploy. This is client activity of the main c...
asked by 30.10.2018 / 19:59
1
answer

Get item contained in an item from a ListView when clicking item

My situation is as follows, my listView loads the items into an xml that I created for each listVIew item Atthetimethelistinglookslikethis: What I want to do is to click on these items circled in red, either by the Id, or in any way, and send...
asked by 27.10.2018 / 18:33
1
answer

WebView Android Studio giving error to open e-mail links mailto:

I created an application using WebView in Android Studio. On my website where WebView opens has email links that when clicked should open the default email application on your phone. But this does not happen and gives an error m...
asked by 27.10.2018 / 20:17
0
answers

APPLICATION FAILED TO START: Persistent error when starting the application

Full Project: link I'm developing an application with Spring Boot, and when I started the application I ended up finding an error that I could not resolve after hours of searching. Error starting ApplicationContext. To display the condi...
asked by 05.11.2018 / 16:25
2
answers

How do I place the image next to the listview items in Android Studio?

I have the following code for listview: ListView listview = (ListView) findViewById(R.id.listview1); String[] dados = new String[] { "Produção Geral", "Perdas", "Contagem Por Máquina", "OEE", "Paradas de Máquina" }; ArrayAdapter&l...
asked by 05.11.2018 / 18:13
0
answers

How to do a CRUD in the same FORM JSP-SERVLET

I have created a JSP page called TelaAreaCurso where it is composed of two grids, the one on the left is a form with the form and the one on the right a table that lists all the areas of the course registered. Below is the page described: &...
asked by 20.10.2018 / 17:37
0
answers

Run .jar application made in swing [duplicate]

I created a simple calculator with just the function of sum. When running through the IDE it works normally. So I built and tried running the application outside the IDE, but I did not get any success. Could you tell me how to do it? I alre...
asked by 20.10.2018 / 18:01
0
answers

JNDI connection works on tomcat but does not work on WebSphere

Good morning, I connect to my database via JNDI connection. To this day I ran my application on my local machine on a Tomcat application server: Context.xml <Resource url="jdbc:sqlserver://1.1.1.1:1434;databaseName=meuDB"...
asked by 23.10.2018 / 14:05