0
votes
0answers
27 views

selenium webdriver isDisplayed() returns true when element is not visible

I have elements in a drop down list in a collapsing side bar. There are two top-level items in the side bar. When you click one, the contents beneath it are revealed. I am testing a bookmark, so I ...
-1
votes
4answers
59 views

Why cannot find symbol - variable gameState

Structure of greenfoot https://www.dropbox.com/s/t4pau2mk3mh9npu/structure.JPG I did initiate the var gameState public class MineBoard extends GWorld { int gameState = 0; and when i try to ...
0
votes
6answers
55 views

Getting Index of an item in an arraylist;

I have a Class called AuctionItem. The AuctionItem Class has a method called getName() that returns a String. If I have an ArrayList of type AuctionItem, what is the best way to return the index of an ...
0
votes
1answer
57 views

How to find last element in an array by specific key

i have to find the first and the last element by a specific key (with a binary search method). I'm already done with the searchFirst method but i'm not able to complete the searchLast method. ...
0
votes
1answer
52 views

The standard Eclipse 'Find/Replace' dialog without Replace functionality

I have to create a dialog for searching in views which contain trees with non-editable nodes. The standard Eclipse 'Find/Replace' functionality came to my mind. Is the related dialog class accessible? ...
0
votes
0answers
123 views

entityManager.find() returning null

I am using a Derby Database, here is the entity that the find is executed on package ca.etsmtl.gti525.entity.presentation; import ca.etsmtl.gti525.commun.CommunService; import java.io.Serializable; ...
0
votes
3answers
100 views

Stuck on Java program that tallies grades and shows results. Any advice is appreciated

I'm taking a beginners course in Java and they asked us to : Write a program to tally the number of A's, B's, C's, D's and F's based upon a list of scores entered by a user. After all the scores ...
-1
votes
7answers
97 views

Find the last index of the first match in Java

Lets say I have this string String s ="stackjomvammssastackvmlmvlrstack" And I want to find the last index of the first match of the substring "stack" which is (index=)4 in my example. How will I ...
0
votes
1answer
124 views

cannot find symbol in java

This is in DFM.java This part is in the main class Algebra.vect dx = new Algebra.vect(new double[] {2.0,3.0,4.0}); Algebra.matrix eij = new Algebra.matrix(); System.out.println(eij.get(1,1)); ...
0
votes
3answers
166 views

Could not find or load main class , environment variables

I know this has come up a number of times, but previous responses just don't seem to help. My environment variables are : CLASSPATH C:\Program Files\Java\jre7\lib;C:\Program ...
2
votes
3answers
92 views

How to organize multithreadings work with queue?

I'm begginer and keep yourself in hends. I need to do organize multithreadings find in files: User input where find(path) and what find(word); First thread finds .txt files in folder and add ...
2
votes
1answer
234 views

Cannot find symbol [Compiler error]

I've done this little program which trys to construct triangles and calculates the surface for homework and I tested it in Eclipse but when I try to upload it to our system I get 6 errors, all of the ...
0
votes
5answers
484 views

java: Could not find the main class: test/test. Program will exit

I was provided some source code sample which i want to test some functions. Unfortunately, I have problem with executing the program: 11:41:31 [linqus@ottsrvafq1 example]$ javac -g test/test.java ...
0
votes
2answers
268 views

error: cannot find symbol

I am trying to make a minecraft mod, but I cannot figure this error out: src\minecraft\net\minecraft\src\Packet2ClientProtocol.java:35: error: cannot fin d symbol ...
0
votes
1answer
90 views

Find and remove all getter method in eclipse java

How can I find all the getter methods in eclipse? I tried get* with methods , but it will return all those non-getter method which starts with get,too. I want only getter methods. Edit: I want to ...
0
votes
5answers
320 views

Creating a transfer account that moves money from one account to another [closed]

Ok so i have been working on this for hours and have asked many people but can't find an anwer! I made an account class that looks like this: import java.util.Random; public class Account { ...
0
votes
3answers
82 views

Replace While Pattern is Found

I'm trying to go through a string and replace all instances of a regex-matching string. For some reason when I use if then it will work and replace just one string instance of a regex-match. When I ...
1
vote
1answer
245 views

Search files by text content inside

I want to create a program that will find all the text files in a selected directory (for ex.: "C:/") that contain a certain word. I want to say: for ex., I have in "C:/", three text files with text ...
0
votes
2answers
161 views

Find and Print high number array method Java

What I’m attempting to do is search “gradePsd” array find the highest grade and if there are two grades that are the same value print the name (s) of the students to console. The problem I’m having ...
1
vote
3answers
353 views

Java Error- cannot find symbol- Variable is

So I just started learning Java, and i tried to make a "shortcut" to the print, println, and the scanner. so i created a different class, and thats what it had in it: import java.util.*; public class ...
0
votes
1answer
126 views

Java. How to use “while” that program at the end asked : Do you want to search again?

I want to ask you how to make It when proccess and do this again. I mean when program did his work It must to ask: Do you want search for other word, Yes or No? If Yes program will start again, if no ...
0
votes
1answer
445 views

Java cannot find symbol error

I know that "cannot find symbol" shows up when there misspelled something or the variable is not in the scope it is used or something like this. But still I cannot figure out what causes that problem ...
-1
votes
1answer
87 views

Mix text from 2 files

I have one question, If someone could answer me. I will try explain what I need, hope you understand. Now my code looks like: public class Testing { public static void main(String ...
0
votes
0answers
113 views

JAVA. Use 2 text files and connect their information

Helo, I have a question. Now my code looks like, It counting specific word entered by keyboard from file.txt and and elect by who It repeated : public class Testing { public ...
0
votes
2answers
1k views

Find word in text file and count specific words

now I'll try to explain what I need to do. I have file.txt file, It looks like: John //first line - name One Three Four Peter //first line - name Two Three Elisa //first line - name One Three ...
1
vote
1answer
122 views

Java regex partial match with period

In Java I am using Pattern and Matcher to find all instances of ".A (a number)" in a set of strings to retrieve the numbers. I run into problems because one of the words in the file is "P.A.M.X." and ...
1
vote
2answers
107 views

finding and extracting a string from an array of strings

I have a an xml document that I have saved in String. And the String is something like this: <?xml version=\"1.0\" encoding=\"http://schemas.xmlsoap.org/soap/envelope/\" ...
1
vote
0answers
112 views

findFirst method in SinglyLinkedList

I just updated my code, if someone can help me...in my findFirst method I wanted to look for the first node that includes the element and if such a node is found it returns the node otherwise ...
0
votes
1answer
2k views

what is the meaning of Possible null pointer dereference in findbug?

I am using Sonar and i have got this kind of violation from it for a peace of my code: Correctness - Possible null pointer dereference Has anyone know about this rule in findbugs? I searched a ...
3
votes
2answers
496 views

Running Linux command from Java - runtime.exe

I'm trying to run the following command using Java runtime: find /home/Alison/workspace/FunctionalTestFramework/src/com/q1labs/qa/selenium/screens -type d | awk -F/ 'NF <= old_NF {print prev} ...
2
votes
7answers
3k views

Check if one list contains element from the other

I have two lists with different objects in them. List<Object1> list1; List<Object2> list2; I want to check if element from list1 exists in list2, based on specific attribute (Object1 ...
0
votes
5answers
585 views

How to find a specific value after a specific word in Java?

I got a text from a BufferedReader and I need to get a specific value in a specific string. This is the text: aimtolerance = 1024; model = Araarrow; name = Bow and Arrows; range = ...
0
votes
4answers
1k views

How to find the differences between two Array Lists based on a property?

I have two array list. Each has list of Objects of type Employee. The Employee class looks like below public class Employee { Employee(String firstname, String lastname, String employeeId) ...
0
votes
5answers
2k views

Recursively search for a directory in Java

What is the best way to find a directory with a specific name in Java? The directory that I am looking for can be located either in the current directory or one of its subdirectories. Any input ...
4
votes
2answers
801 views

Java execute command line program 'find' returns error

The following works from the terminal no problem find testDir -type f -exec md5sum {} \; Where testDir is a directory that contains some files (for example file1, file2 and file3). However, I get ...
0
votes
3answers
90 views

Java How to get parameters that a object was declared with?

So I want to find out what parameters were used to create a object. How would I do that? For example: Example temp=new Example(1,2,3); How do I find out what values 1,2, and 3 are, without manually ...
1
vote
4answers
385 views

How can multiple substrings of a String be replaced with multiple values in java?

I have a long String which is dynamic. Wherever % XXX % is found, I have to get the XXX value and replace it with some other value. There will be multiple % XXX %. How can I get the value within the % ...
4
votes
5answers
2k views

Java: I need to find index of space in string, but there are an error

There is space in string, but then I launch program, it shows me -1, that means there aren't spaces in string Here's the code: import java.util.Scanner; public class Main { public static void ...
-2
votes
1answer
270 views

“cannot find symbol error” with defining a string

So this code is supposed to take an entered string, turn that string backward, then compare the original and backward string to see if they match and return true if they are palindromes. Before ...
2
votes
2answers
918 views

How to implement find text mechanism in JTextPane?

I want to implement Find mechanism (like text editors or word) in my JTextPane. I want it to have next / previous options (up/down arrows) and highlighting to all the words it found. Is there a simple ...
0
votes
3answers
157 views

Read multiple txt files and sort them out android

I got a little problem. I got a map (on android phone) called "Save", in that folder I got several .txt files. I know how to enter the folder, and I can read 1 txt file (hardcoded) but I want it to ...
0
votes
1answer
70 views

Java ClassLoader format for defineClass with directories/packages?

So I am writing a custom ClassLoader to find classes in jars, but I can't find the right format for the defineClass() parameter "name". I've tried "d", "d.class", "a/b/c/d", "a.b.c.d" and probably a ...
0
votes
2answers
1k views

Could not find or load main class cmd

I compiled some sample code with javac and when i tried running it here's what i get: C:\Users\Lenis>cd C:\Java\2D C:\Java\2D>java donut.board Error: Could not find or load main class donut.board I ...
0
votes
3answers
337 views

Find an object in Vector that contains the biggest number of elements

How can I find an object in Vector that contains the biggest number of elements? For instance: int[] val1 = {1,2,3}; int[] val2 = {1}; int[] val3 = {1,2}; Vector<Object> d = new ...
2
votes
3answers
238 views

Java Regexp Groups

I need a expression to extract some alternatives. The input is: asd11sdf33sdf55sdfg77sdf I need the 11 33 and 55 but not 77. I tried first: .*(((11)|(33)|(55)).*)+.* So I got only 55. But with ...
1
vote
3answers
1k views

How to efficiently test if files with a matching filename (regex or wildcard) exists in a directory?

I am searching for an efficient way to test if files exists which have a file-name of a certain pattern. Examples using wildcards: ????.* ???????.* *.png *.jpg Examples using regular ...
1
vote
1answer
293 views

MongoDB range search on numbers doesn't work as expected

I am trying to do a range search on some numbers in MongoDB. I have the following two records. The import fields are the last two, value and type. I want to be able to get records back that have a ...
0
votes
2answers
138 views

Find out where classes of a specific package are used in Java/Eclipse project

I have a number of Eclipse projects that are all using classes from a specific package, let's call it "gr.serafeim". Now, I want to find where (which line numbers of each file) in all my source files ...
0
votes
4answers
119 views

Why am I getting these errors? [closed]

// Inventory.java part 1 // this program is to calculate the value of the inventory of the Electronics Department's cameras import java.util.*; import javax.swing.*; import java.awt.event.*; import ...
2
votes
2answers
936 views

How to Find the matched record in mongodb?

I have a record in my collection and I want to fetch the details of the person whose id is 1. But I am getting the details for 2times instead of 1. db.mycollection.insert({"person" : [ { "id":1, ...

1 2