Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
0 votes
0 answers
127 views

*** 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),...
sundar's user avatar
  • 1
2 votes
1 answer
975 views

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.
Jacq's user avatar
  • 21
0 votes
0 answers
322 views

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 ...
Minsamiir's user avatar
1 vote
1 answer
328 views

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 ...
jsarbour's user avatar
  • 1,198
-1 votes
1 answer
374 views

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 ...
Melanie A's user avatar
  • 267
1 vote
1 answer
959 views

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 ...
user avatar
0 votes
1 answer
258 views

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 ...
user2473015's user avatar
  • 1,452
1 vote
0 answers
31 views

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.
Sakshi Arora's user avatar
0 votes
0 answers
43 views

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.
A. Johnston's user avatar
0 votes
1 answer
51 views

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 ...
Simon's user avatar
  • 135
0 votes
0 answers
50 views

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 ...
Eleno's user avatar
  • 3,036
1 vote
2 answers
3k views

How can I convert a TreeSet<String> into a String[]? String[] cityNamesA = (String[]) cityNames.toArray();
OMAR AWAD's user avatar
3 votes
2 answers
452 views

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 ...
joseph's user avatar
  • 31
0 votes
0 answers
122 views

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....
Paolo M's user avatar

15 30 50 per page
1
2 3 4 5
103