Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 7 of 7

Thread: What is this JCreator build error, and how do I fix it?

  1. #1
    Junior Member
    Join Date
    Sep 2011
    Posts
    7
    My Mood
    Hungover
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default What is this JCreator build error, and how do I fix it?

    Hi my name is Ian. I have downloaded the freeware JCreator LE and am running it on my Dell / Windows Vista laptop. I have also downloaded the necessary JPB package.

    At first the program would build and run correctly, but now has errors when building. I moved the default save folder, and that seems to be when the problem began.

    When I observe the save folder from JCreator's open / save dialogue box, all of the files are there. However, when I observe the same folder (same location, same user) from the c-prompt the new saved files are missing! Whatever is happening here seems to be why there is an error whenever trying to build a file.

    I actually completely uninstalled both JCreator and the JPB package, and deleted all of the remnant file folders as well, and then re-installed both only to find that it is still not working like it first did! Someone suggested to me that I may need to enable hidden files to find any possible hidden JCreator files and then delete them...

    How do I fix this? I really need it to work, I need it for a JAVA class I'm taking in college.

    Keep in mind I am a total noob. Thanks for your time,

    Ian


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: What is this JCreator build error, and how do I fix it?

    What are the errors you're getting? Do you get them when you compile from the command line?
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: What is this JCreator build error, and how do I fix it?

    The members introduction forum is not the place for this thread. Please post in the correct forum! Thread moved.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  4. #4
    Junior Member
    Join Date
    Sep 2011
    Posts
    7
    My Mood
    Hungover
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: What is this JCreator build error, and how do I fix it?

    From the GUI, from the toolbar when I click "build," the error is:
    javac: file not found: C:\\filepath... <--- with whatever filepath from whatever java file

    And even still, when I save a new file in my target folder, I can browse that same folder from MyComputer and the file is not there!

    But it is there when I browse from the JCreator folder, even when I close/re-open JCreator, or even after restarting my computer, and I can actually open the "invisible" file (with whatever changes saved) from JCreator... but the above error will happen.

  5. #5
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: What is this JCreator build error, and how do I fix it?

    Have you tried uninstalling and reinstalling JCreator?
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  6. #6
    Junior Member
    Join Date
    Sep 2011
    Posts
    7
    My Mood
    Hungover
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: What is this JCreator build error, and how do I fix it?

    Yes, I have uninstalled and reinstalled both JCreator LE and the JDK, and deleted the remaining files before reinstalling as well.

    I have read vague comments elsewhere on the internet that suggest the importance of always using the workspace within JCreator LE, but not sure why.

    Anyway, more recently I have found that if I start working on a java file in Notepad, save it, and then open it from JCreator LE in that location it works fine! Very bizarre, but I guess the problem is resolved as long as I do it this way from now on.

    Otherwise, the default save folder in JCreator LE continues to be a mystery, saving files that are somehow invisible when browsing from outside of the program, and do not compile correctly for whatever reason involving this weirdness.

  7. #7
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: What is this JCreator build error, and how do I fix it?

    When you create a new file in JCreator, where is the default location? Mine is My Documents. What happens if you change that?
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Similar Threads

  1. HELP: how and where was this build?
    By timosilver in forum Object Oriented Programming
    Replies: 1
    Last Post: December 15th, 2010, 11:19 AM
  2. how to assign values to (args) from Jcreator
    By amr in forum What's Wrong With My Code?
    Replies: 2
    Last Post: December 14th, 2010, 03:41 PM
  3. taskdef error in my build
    By nrao in forum What's Wrong With My Code?
    Replies: 0
    Last Post: November 23rd, 2010, 03:54 PM
  4. How To Make JCreator Output in a Command Window
    By Kimimaru in forum Java Theory & Questions
    Replies: 4
    Last Post: October 4th, 2010, 09:36 PM
  5. [SOLVED] Create a calculator with JCreator
    By Delmi in forum What's Wrong With My Code?
    Replies: 5
    Last Post: May 31st, 2010, 09:20 AM

Tags for this Thread