1,541 questions
0
votes
0
answers
127
views
GFortran runtime errors
***
CHARACTER W*1
DIMENSION IR(1319), IC(1319)
CALL SCREEN (6)
OPEN (1,FILE='FLOWER.DAT')
DO I=1,1319
READ (1,021,END=035) IR(I),...
0
votes
0
answers
489
views
I am opening netbeans and it's loading but screen is not shown on monitor. and when I again open it, it just shows a blank window can any body help me
it says in task manager task is not allowed
2
votes
1
answer
975
views
How to fix java language level error in netbeans
How can I fix these java language level error which shows:
use -source 7 or higher to enable strings in switch
I am using netbeans as an IDE.
0
votes
0
answers
322
views
I want to check if the first letter of user first input is similar to the first letter for second user input
The program will prompt user to enter his name then enter different names
Then it will check if the first letter of these dofferent names is similar to the first letter of his name
I tried
Scanner ...
1
vote
1
answer
328
views
How to differentiate files of same name?
I am using netbeans, and working on a web application. This application has multiple pages. Each of these pages has code which is recorded in the project as /project/web/pages/pagename/index.html/. I ...
-1
votes
1
answer
374
views
Accessing a class file from Netbeans source file [closed]
I am using Netbeans 7. I was provided with a class file (MT.class), that I need to test. I put it under build>classes.
I created a java class with main method. When I declare a new object using MT ...
1
vote
1
answer
959
views
extraneous end if in .dep.inc file
I am giving a job to Jenkins to build binaries for my code through make file . It is showing error of extraneous end if in .dep.inc file,I tried to change the configuration of net beans.
This file ...
0
votes
1
answer
258
views
Executing mysqldump using Java program in MacOS
I'm using MacOS Mojave and mysqldump is set to path in ~/.bash_profile
When using MacOS Terminal mysqldump is working.
Even with /bin/bash -c mysqldump it's working.
But when I try it with my Java ...
1
vote
0
answers
31
views
Netbeans - 'Build all dependencies' internal working
Netbeans has an option to build all dependencies. I read it uses maven reactor plugin to achieve this. How does it achieve that.
Can it be achieved using maven through command-line.
0
votes
0
answers
43
views
Javax and org imports are not working tried everything. Nothing works why?
I am creating a betfair api in maven netbeans however it claims the javax.we.rs and org.glassfish.jersey packages do not exist. I have read all material but nothing works.
0
votes
1
answer
51
views
Netbeans no longer automatically updates my Grails running app
I'm developing a Grails (2.5.6) App, using NetBeans 7.2, and Java 7.
Everything has been fine, but recently I have noticed that if I run the app from within NetBeans, and then make a change to the ...
0
votes
0
answers
50
views
Per-user "Include Directories" in NetBeans 7.2
Let's assume that two developers have the same include files in different directories on their PCs. How then can they customize the Include Directories parameter of a C++ project to take this ...
1
vote
2
answers
3k
views
Converting from a tree set into an Array?
How can I convert a TreeSet<String> into a String[]?
String[] cityNamesA = (String[]) cityNames.toArray();
3
votes
2
answers
452
views
List of GUI functions built in NetBeans? [closed]
I am using the drag-and-drop style of GUI ( I can't write GUI code yet ).
I only know a few function like: setVisible, getText, setText, etc.
But I want to learn all the functions for the buttons or ...
0
votes
0
answers
122
views
Unable to compile an ImageJ plugin code in Netbeans/maven
I've imported a maven project in Netbeans 7.3.1 (to implement an ImageJ plugin) by reading the following pom.xml file:
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven....