Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Textpad Help

  • 15-11-2007 10:19PM
    #1
    Closed Accounts Posts: 8


    anyone able to help me.

    I recently Installed Textpad on my computer to use for Java Programming. Everything works fine but when I try to compile the program I get an error message saying The Specified file is not found. I dont have a clue what it is on about.. Help greatly appreciated


Comments

  • Registered Users, Registered Users 2 Posts: 26,449 ✭✭✭✭Creamy Goodness


    you need the java runtime environment installed on your pc.

    you can download it from www.sun.com


  • Closed Accounts Posts: 8 Sharpeire


    Thanks for the help but i did that and no change on the situation.. Any other ideas?


  • Registered Users, Registered Users 2 Posts: 26,449 ✭✭✭✭Creamy Goodness


    perhaps a screenshot of what happens when you do this in textpad

    Tools >> Compile java.

    does a new temp document show up called command results? is there anything in the content pane in textpad if this happens?


  • Closed Accounts Posts: 8 Sharpeire


    textpad.jpg

    No temp document


  • Registered Users, Registered Users 2 Posts: 26,449 ✭✭✭✭Creamy Goodness


    go into configure >> pref. >> tools >> click compile java.

    it should look like this.

    command ..... javac.exe
    parameters ... $File
    initial folder.... $FileDir

    if it still doesn't work, i'd be thinking that the JRE isn't installed properly.


  • Advertisement
  • Closed Accounts Posts: 8 Sharpeire


    Everything seems in place and correct, maybe i installed a wrong JRE, I think ill give up because ive been at it for too long now and cant seem to fint the problem


  • Closed Accounts Posts: 551 ✭✭✭funktastic


    Use eclipse instead of textpad. I know people sometimes say "it's better to be used to the syntax before you move" but man, it's so handy.


  • Registered Users, Registered Users 2 Posts: 2,534 ✭✭✭FruitLover


    You want the JDK, not just the JRE.


  • Closed Accounts Posts: 8 Sharpeire


    I may have installed the JDK into the wrong place, where should it be saved to??


  • Registered Users, Registered Users 2 Posts: 2,534 ✭✭✭FruitLover


    Doesn't matter, as long as Textpath can find the compiler. Make sure javac.exe is in your system path.


  • Advertisement
  • Closed Accounts Posts: 8 Sharpeire


    how do i check that?? is that what Cremo was talking about?


  • Closed Accounts Posts: 8 Sharpeire


    I reinstalled the JDK(something i have done 3 times previously) and it works now Cheers for the help


Advertisement