Search:

Type: Posts; User: rchrist3

Search: Search took 0.11 seconds.

  1. Re: Writing code to save in a file... help please

    I believe i had the assignment doing what the professor needed, so i submitted it. Thanks for your help! I'll be posting on here again I am sure, java really screws me up
  2. Re: Writing code to save in a file... help please

    when my professor was demonstrating the project, when he finished his code, when it was done executing the notepad document opened itself up... so i thought but i could be wrong
    and for your first...
  3. Re: Writing code to save in a file... help please

    Ok so i just found that in my SRC folder its creating the notepad documents, is there a way to get it to open using just the PrintWriter command? or is what i am telling it to do, executing properly?...
  4. Re: Writing code to save in a file... help please

    I have a file named Assignment.txt in the designated folder that i put in my PrintWriter pet = new PrintWriter(......), its a notepad document, and what i mean is that the code is being executed, but...
  5. Re: Writing code to save in a file... help please

    Im using jcreator 4.5.... and my professor said we can leave the class file alone, but here it is...:

    // private code
    class PetFinalTest {
    //methods
    private String Type;
    private String Age;...
  6. Writing code to save in a file... help please

    I am taking java for a course at school and my assignment is to write my code including the PrintWriter option and make it save to another file. I have written the code, it is running with no errors,...
Results 1 to 6 of 6