Questions tagged as 'netbeans'

1
answer

build-impl.xml: 930: The following error occurred while executing this line:

I'm doing a college project, and every class I put to inherit from the Modelo class, I get those errors.    /home/tavz-correia/NetBeansProjects/exercicio01/AccessoriesForVehicles/nbproject/build-impl.xml:930: The following error occurr...
asked by 08.01.2017 / 06:22
1
answer

Autocomplete with after insert signal - on object

I used NetBeans 8.0 and, coding in PHP, after placing the object variable and the minus sign (-), the editor automatically included the > for me. $myClass = new MyClass(); $myClass- // neste momento, o editor completava o código, ficando da...
asked by 13.12.2016 / 01:26
1
answer

Netbeans is identifying errors as Laravel files. How to solve this?

I just installed a version of Laravel 5 and opened the project in Netbeans 8.1. I'm running with PHP7. As you can see in the photo, there are several errors in different folders. Even the project folder appears in RED. I installed the Larave...
asked by 27.07.2016 / 22:34
1
answer

Why does Eclipse and Netbeans spoil files with accent? [duplicate]

Look, I tried and tried, I searched the web for some way to learn how to use these tools, but I'm giving up, I'll use Notepad ++ myself. Before I used Dreanweaver and I never had that problem. I always use UTF-8 both in file creation and in...
asked by 25.04.2016 / 22:36
1
answer

Java - Swing - Timer with TimeUnit.sleep

I'm using Swing in NetBeans, creating a simple math game (I find it more viable than a calculator) whose goal is to add the random numbers of the buttons until it equals a number between 1 and 10000, which would be shown randomly. I used for...
asked by 22.03.2016 / 20:46
1
answer

How do I change the image of each item on my list?

Iwanttochangetheimageofeachiteminmylist..howdoI?Thankyouforunderstanding,Ihavenotmuchexperience.Thankyou.MycodeBelow.importandroid.app.Activity;importandroid.app.AlertDialog;importandroid.content.DialogInterface;importandroid.content.Intent;imp...
asked by 04.01.2016 / 15:25
1
answer

How do I format the actual values in my Android application?

I want the editText values to appear in real .. how do I format within my current code conditions? import android.app.Activity; import android.app.AlertDialog; import android.content.DialogInterface; import android.os.Bundle; import android.vi...
asked by 28.12.2015 / 22:46
2
answers

How to display a jPanel when I position the mouse over a certain region?

Hello, I would like to know how I can create a Java algorithm to display a certain Panel within my JFrame Form, so that the user positions the mouse cursor over a certain preprogrammed region, which will be a specific corner of Form JFrame!     
asked by 07.03.2015 / 04:29
1
answer

Is not the mysql start command path set?

I'm trying to connect web service to netbeans on ubuntu with mysql server, but when I click on start this image error:     
asked by 06.12.2014 / 14:42
1
answer

How to correct the error in the Log?

I'm using Struts 2 on Tomcat, and I can run the code. However, I'm having this error in the log.    java.lang.ClassNotFoundException: org.apache.struts.action.ActionServlet And I have no idea what it is. I've been searching and I can not...
asked by 30.06.2014 / 12:51