Unable To Read File

Nov 27, 2014

You are given a text. Write a program which outputs its lines according to the following rules:

If line length is ≤ 55 characters, print it without any changes.
If the line length is > 55 characters, change it as follows:
Trim the line to 40 characters.
If there are spaces in the resulting string, trim it once again to the last space (the space should be trimmed too).
Add a string... <Read More> to the end of the resulting string and print it.

I felt as if I did do what they were asking, but for some reason, I'm getting "Sorry, Unable to read file!"."Instead of using file, I did use the location of the file name".Also, I've attached a image of the input looks like and the output.

My CODE:

import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
public class Main {
public static void main (String[]args)
{
try{

[code]....

View Replies


ADVERTISEMENT

Unable To Read Input File When Adding Pictures To A JFrame

Aug 25, 2014

i've tried changing the path 10000 times. idk if its wrong in the code.

Java Code: import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;

[Code]...

View Replies View Related

I/O / Streams :: Unable To Read File Using Google Guava Resource Library In JBehave Project

Jun 25, 2014

I'm getting an IllegalArgumentException returned when I try to get a file using guava library.

I previously had the function working when the file was in a different location, before I switched to running JBehave, my steps run but it fails to find the resource, even after I've moved it.

The code being executed is (this worked previously before using JBehave):

String xMLTemplateFileName = "OBOE-confirmation"
public static void setXMLTemplateFile(String xMLTemplateFileName) throws IOException {
URL url = Resources.getResource(xMLTemplateFileName+".xml");

The file I'm looking for is in the root folder for src/main/resources and also src/test/resources, previously I had it within a completely different location before I switched over to JBehave. I've tried it within a subdirectory in the same locations too.

I've recently updated the pom.xml to try to include the location required.

Extract from pom is below:

<!-- JBehave Build Details -->
<build>
<pluginManagement>
<plugins>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jaxb2-maven-plugin</artifactId>
<version>1.6</version>

[Code] ....

View Replies View Related

Read Text File Into Object Array And Creating Random Access File

Dec 8, 2014

I am working on a project that requires me to build a database with random access file, representing products, the base product contains a name (about 30 characters), a price (double), and a quantity (integer). I have worked on this project for probably 15+ hours and have tried so many things and feel like I've barley made any progress...

The part i am really struggling with is taking the data from the text file and creating an object array with it using the product class. Once ive accomplished that, i have to use that data to create a random access file with the data.

Here is the base Product class that must be used to create the objects for the array.

public class Product
{
public String pName;
public String stringName;
public double price;
public int quanity;

[Code] .....

And then here is the data from the text file that i must extract to use to create product objects.

Dill Seed,938,34
Mustard Seed,100,64
Coriander Powder,924,18
Turmeric,836,80
Cinnamon (Ground Korintje),951,10
Cinnamon (Ground) Xtra Hi Oil (2x),614,31
Cinnamon (Ground) High Oil (1X),682,19

These continue for about 40-50 entries, they are not separated by a blank line though i had to add those so it would display correctly, each entry is on its own line with name separated with spaces, then price after a comma, then quantity after the second comma.....

View Replies View Related

Read Text File Into Array Ask User To Save File And Print Data

Jul 14, 2014

New to programming. Am supposed to create a program that reads a text file (of integers) and computes a series of computations on these integers. I don't have the code for the integers in my code yet, (i know how to do those), but am struggling getting the array to simply print in the print writer. I have the user select a text file, read the file with a scanner, and then save the computations done from my code into another file. specifically, the problem is as follows: Write a program that uses a file chooser dialog to select a file containing some integers. The file contains an integer N followed by N integers. The program then uses a file chooser dialog to let the user specify the name and location of an output file to write results to.The data written to the output file will be as follows

(1) The original list of N numbers from the input file,
(2) The original list of N numbers printed in reverse order of how they appear
in the input file.
(3) The sum and average of these numbers,
(4) The minimum of all the numbers,
(5) The maximum of all the numbers.

[import java.io.File;
import java.io.IOException;
import java.io.PrintWriter;
import java.io.Writer;

[Code]....

View Replies View Related

Read Input File And Create Output With Anagram For Words In File

Sep 24, 2014

Well my code is supposed to ask for an input file and then (ex: input.txt), read the input file and create an output.txt file with the anagram for the words in the file. Also it should be displayed on the screen. However my code doesn't display the anagram on screen or the output file!

Heres is the code:

import java.io.*;
import java.lang.*;
import java.util.*;

/* This program will read a file given by the user, read the words within the file and determine anagrams of the given words. If the file that the user inputs is empty, then the program will output "The input file is empty."
* The program will read the file line by line, counting the total number of words read. If there are more than 50 words, "There are more than 50 words."
* will be printed, and the program will terminate. After each line is read, the words in the line will be separated,punctuation characters will be removed, and upper case characters will be switched to lower case.
* If any word is larger than 12 characters, that word will not be considered in the total amount of words in the file and it will not be sorted.
* After each word is read, the letters will be sorted and stored into an array containing each
* word's 'signature'. After all the words have been read, words will be printed to the output file on the same line based upon their signature.
*/

public class Anagram {
//Creating constants for maximum words in file and maximum chars in word
public static final int MAX_CHARS = 12;
public static final int MAX_WORDS = 50;

[Code] ....

View Replies View Related

JSP :: How To Browse And Read A File In Page To Perform Encryption For File

Nov 12, 2014

I am trying to create a file browse option in my jsp and later after browsing, all i want to do is to read that file in my jsp without saving it into that database so that i can perform encryption for it and save that encrypted file later into my database. please provide reference link so that i can refer to some applications and and move ahead with my work.

View Replies View Related

JSP :: Read Log File And Trigger Email With Same File Attached

Apr 6, 2015

I want to read the contents of a log file present on the server, and trigger email along with the log file attached using JSP.

View Replies View Related

Read A File And Then Output Back To Same File On New Line

Jan 24, 2015

I am trying to write to a file but everything I have tried doesn't seem to work. What I want to do is read a file and then output back to the same file on a new line. The text file contains the sentence "Java is a programming language".

import java.util.Scanner;
import java.io.*;
class HW1B {
public static void main(String[] args) {
Scanner fileIn = null;
try {
fileIn = new Scanner (new FileInputStream("text.txt"));

[Code] ....

These are the errors :

HW1B.java:19: error: no suitable constructor found for Scanner(FileOutputStream)
fileOut = new Scanner (new FileOutputStream("text.txt"));
^
constructor Scanner.Scanner(Readable) is not applicable
(argument mismatch; FileOutputStream cannot be converted to Readable)
constructor Scanner.Scanner(InputStream) is not applicable

[Code] ....

Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
2 errors

View Replies View Related

Read File And Input Each Line Of File Into Array

Mar 21, 2015

I am trying to read a file and input each line of the file into an array. I have not set the array size as I was hoping to fill the array using a while loop. Unfortunately the scope of the array does to work inside the while loop so I am being told that the array 'students' has not been initialised even though it has just outside of the while loop. Is it possible to do what I am trying to without having the array initialised in the while loop as surely the array will be reset every time if it was in the while loop? Here is my code:

public static void students(String file) throws FileNotFoundException {
try {
File studentInfo = new File(file);
Scanner input = new Scanner(studentInfo);
String[] students;

[Code] ....

View Replies View Related

JSP :: Unable To Link CSS File To A File

Mar 9, 2014

I had started a web project in java with eclipse.....The problem is I am unable to get a css file linked to the jsp page I have designed.... The following is my directory structure:

theFacebook
-WebContent
-----css
--------style.css
-----jsp
--------index.jsp
-----images
--------facebooklogo.jpg
--------fevicon.ico
-----META-INF
-----WEB-INF

and the link tags I have used in my jsp file are as follows:

<link rel="shortcut icon" href="/theFacebook/WebContent/images/favicon.ico"></link>
<link rel="stylesheet" href="//WebContent/css/style.css" type="text/css"></link>
<img src="/theFacebook/WebContent/images/facebooklogo.JPG"/>

When I deploy the jsp file in Tomcat it shows the HTML page as it is with no effect of the CSS whatsoever with none of the three tags working.

View Replies View Related

Unable To Save Java File?

Dec 22, 2014

i am not able to save .java file. it says need administrator access, but i am logged in as an administrator account.

View Replies View Related

Unable To Sum All Integers In Binary File

Dec 4, 2014

iam trying to sum all the integers in a binary file. the integers are 0-9. IAM having trouble exiting the while loop to display the sum. below is what i have so far which is not displaying the sum.

import java.io.*;
public class binaryAdd{
public static void main(String []args)throws IOException{
DataOutputStream output= new DataOutputStream(new FileOutputStream("myBinary.dat"));
for(int i=0;i<10;i++){

[Code]...

View Replies View Related

JSP :: Unable To Display And Delete Products In A File?

Sep 13, 2014

I am trying to update and delete products from a JSP page but am having a hard time getting the code to work. I keep getting errors and my program won't run. My Index.jsp page works, but everything else is messed up. Below is my code.

index.jsp
<%@page contentType="text/html" pageEncoding="windows-1252"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

[code]....

View Replies View Related

JSP :: Excel Unable To Open Downloaded File

Aug 1, 2014

In jsp, In windows 7 , IE 11 , I am able to get the downloaded file but still unable to open it.

View Replies View Related

Unable To Compile Servlet Java File

Jan 20, 2015

on my computer, i have configured the environment variables as

CATALINA_HOME : D:apache-tomcat-8.0.9-windows-x64apache-tomcat-8.0.9;
CLASSPATH : D:apache-tomcat-8.0.9-windows-x64apache-tomcat-8.0.9libservlet-api.jar;D:apache-tomcat-8.0.9-windows-x64apache-tomcat-8.0.9libjsp-api.jar;.;
JAVA_HOME : C:Program FilesJavajdk1.8.0_05
path : D:apache-tomcat-8.0.9-windows-x64apache-tomcat-8.0.9in

In reference to the book "Head First Servlets and JSP, 2nd edition", chapter-3(), page-81, the command to compile the servlet file to the desired location is

javac -classpath UsersertApplications2 omcatcommonlibservlet-api.jar:classes:. -d classes src/com/example/web/BeerSelect.java (from the Myprojects/beer-V1 directory)

Whereas I have written

javac -classpath D:apache-tomcat-8.0.9-windows-x64apache-tomcat-8.0.9libservlet-api.jar;classes;. -d classes src/com/example/web/BeerSelect.java

(from the same directory as can be confirmed from the attachment of screenshot of error). this code is in accordance to the location of the respective files in my system, in particular the servlet-api.jar file.

After doing this, my computer is showing the error : file not found.

How do I resolve this? Actually, I don't understand completely what this code is trying to accomplish.

View Replies View Related

Servlets :: Unable To Save Content In XML File

Mar 14, 2015

I have the file in my project sitemap.xml, which i am trying to write via XMLStreamWriter. My code gets successfully executed as i can see the logs. But my sitemap.xml file keeps blank. Why nothing is getting write in my sitemap.xml file. Below is my servlet code.

@Override
protected void doGet(SlingHttpServletRequest request, SlingHttpServletResponse response)
throws ServletException, IOException {
logger.info("request.getResponseContentType() ::: " + request.getResponseContentType());
logger.info("root path is :: " + rootPath);
if (request.getResponseContentType() == null) {

[Code] ....

I can see "END Document" and "Location is " under my log file.

View Replies View Related

JSP :: Unable To Pass Form Parameters From One File To Other Using Ajax

Nov 6, 2014

I'm trying to pass the form parameters from one JSP. to other using AJAX but my output JSP is only showing [object HTMLInputElement] [object HTMLInputElement] error. Im new ajax.

My JSPForm
<%--
Document : AjaxForm
Created on : Nov 2, 2014, 11:25:49 AM
Author : Amar
--%>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>

[Code]...

My output Form

<%--
Document : FormOut
Created on : Nov 2, 2014, 12:02:10 PM
Author : root
--%>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>

[Code]...

View Replies View Related

JSP :: Unable To Send Text File Content To Printer

May 8, 2014

<%@ page import="javax.print.*"%>
<%@ page import="javax.print.attribute.*"%>
<%@ page import="java.io.*"%>
<%out.println("Printing...");
String filename = "c:/20140505_3_40.txt";//this is the text file i want to send to printer
// am using tomcat 8
PrintRequestAttributeSet pras =
new HashPrintRequestAttributeSet();

[Code]...

View Replies View Related

Servlets :: Unable To Resolve Class File Error

Sep 9, 2014

I am stuck with my application. I have jsp, servlet application with jasper report server. When I run the application through eclipse, everything works perfectly. But When I try to run it in Tomcat (without eclipse) it gives me the "Unable to resolve the class file " error. I tried all the solutions I got through the google, but still I am unable to come over it.

View Replies View Related

Unable To Write Text File With Information Stored

Jul 27, 2014

I am trying to write to a text file with information stored like this.

brick 500
stone 500

And so on. Here is the code I am using to write to the file.

switch(record){
case "brick":
x.format("%s%n", "brick " + value);
closeFile();
break;
case "log":
x.format("
%s%n", "log " + value);
closeFile();
break;

When I write like this, putting deletes the first line. What I can look into or other functions that would be useful?

View Replies View Related

Unable To Load Class File Into Oracle Using Loadjava

Jun 5, 2013

I'm trying to load a class file into Oracle using loadjava and I get the following error:

ORA-29552: verification warning: java.lang.UnsupportedClassVersionError: helloworld (Unsupported major.minor version 51.0)

Presumably this is related to an inconsistency between the jdk that I used to compile helloworld and the Oracle JVM? Or something like that?

My JAVA_HOME is C:Program Files (x86)Javajre7bin
My javac version used to compile the code is javac 1.7.0_15
java -version is "1.7.0_15"
When I do a find on java.exe in the oracle installation directory (I'm running 11.2) I get

J-PC:J >find -name java.exe
./product/11.2.0/dbhome_1/jdk/bin/java.exe
./product/11.2.0/dbhome_1/jdk/jre/bin/java.exe
./product/11.2.0/dbhome_1/jre/1.5.0/bin/java.exe

Finally, the jdbc jar is ojdbc6.jar

Btw the code is just the usual little tester:

import oracle.jdbc.driver.*;
public class helloworld {
    public static String hello()
    {
        return "Hello World";
    }
    public static String hello(String s)
 
[Code]...

How can I get this class file loaded?

View Replies View Related

I/O / Streams :: Unable To Create A Print Writer To Write To File

Apr 25, 2014

I am completing a USACO online problem and am trying to create a print writer to write to my file(ride.out). I did this:

PrintWriter out = new PrintWriter(new BufferedReader(new FileWriter("ride.out")));

However, a load of undefined constructor errors come up for PrintWriter(BufferedWriter) and BufferedWriter(FileWriter). I have imported java.io.* so I don't know what the issue is. This has worked before.

edit: bufferedreader? i give up(not literally)

View Replies View Related

Can't Read From A File

Apr 12, 2015

I am writing a program that needs to read from a file, but I can't even get it to open. I have tried saving the .txt file 2 different ways. First, I saved the file to my src/package folder. Then I tried just the src folder. Then I tried going through Import/general/filesystem/ and selecting the root directory. However, my program is still unable to open the file.

private void readFile(String filename){
Scanner file;
try {
file = new Scanner(new File(filename));
System.out.println(file);
file.close();
} catch (Exception e){
System.out.println("Could not find file");
}
}

What am I doing wrong? How/where should I put the file?

View Replies View Related

I/O / Streams :: Unable To Write Sample Data Into Newly Created File

Nov 29, 2014

My code below creates the 2 files successfully, but it is not able to write the sample data into the newly created file. I can't figure out the reason why.

Another strange thing is that when I tried inserting System.out.println calls for debugging, nothing prints out.

try{
// stuff here
}
catch(FileNotFoundException fileNF){
String dirString = System.getProperty("user.dir");
String defaultFile = "config";
String currentFile = "currentconfig";
Path filePath = Paths.get(dirString, defaultFile);
Path filePath2 = Paths.get(dirString, currentFile);

[Code]...

View Replies View Related

Read From Txt File - For Loop

Jul 13, 2014

I am trying to read from a file and storing them back in the file but its not working, I think the way I am reading is wrong or something. Is the for loop correct way ?

try {
in = new BufferedReader(new FileReader("Events_data.txt"));
for (int x = 0; x <= Events.length; x++) {
tid = in.read();
te = in.readLine();

[Code] .....

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved