Questions tagged as 'java'

1
answer

Configuration of environment variables - Commands do not work - Ionic

You are experiencing the following error: 'ionic' is not recognized as an internal command or external, operable program or batch file. But this command appears only in cmder, at the node.js prompt I installed it works "normal". When creat...
asked by 12.11.2018 / 17:34
1
answer

NullPointerException I do not know how to solve

I'm doing a house class and a port class, and in the house class I'm declaring 3 ports and when I run NullPointerException gives, could someone give me a light class of my port package introducaoclasses; public class Porta { boolean aber...
asked by 15.08.2018 / 22:02
1
answer

SQL query inside java

I have the following query inside a jsp file in Java. String sql = "SELECT * FROM products WHERE productName = ? "; I'd like my query to ignore camel case and return all words that were part of string . For example, Desktop...
asked by 08.09.2018 / 07:06
3
answers

Error passing String to float and float to String

I have a code that adds certain values to a list of Strings but it seems that when I convert them to float then to String again they are not added! What is the problem? Code where they are added: if(media.size()!=0){ medias.add(m...
asked by 23.08.2017 / 14:54
1
answer

Considering a DB that is based on ODBC, what is the function of JDBC in this case? [closed]

What is the purpose of JDBC in a bd that is based on ODBC?     
asked by 17.07.2017 / 18:59
2
answers

How to count the number of bits of a text using java

I'm doing a certain application, I literally searched the internet and I did not find how I can count the number of bits of a certain phrase, can someone help me.     
asked by 24.08.2017 / 22:04
2
answers

What framework or tool can I use to generate reports? [closed]

I have a question about reporting in Java: In my case, I need a tool to generate daily reports that can be printed or exported. What framework or tool can you tell me?     
asked by 24.08.2017 / 16:38
1
answer

Calculate annual salary

• Model an employee. It must have the employee's name ( String ), the department where he works ( String ), his salary ( double ), the date of entry into the bank ( String ) and his RG ( String ) . • Create a...
asked by 08.08.2017 / 23:20
2
answers

Where to change the name of the project?

I have a project with the following link link . It happens that the real name should be link where I could change the name in Eclipse?     
asked by 23.06.2017 / 20:16
1
answer

Do deep search using a stack

I'm trying to do an in-depth search using a stack, but it's giving an error in if and I do not know why. package Grafos; import java.io.*; import java.util.*; public class Grafo { LinkedList<Integer> Arestas []; int n;...
asked by 31.08.2018 / 19:46