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 5 of 5

Thread: Necessary steps to use textpad for Java programming

  1. #1
    Junior Member
    Join Date
    Apr 2009
    Posts
    2
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Necessary steps to use textpad for Java programming

    i downloaded textpad, installed it then found out that your ment to install the java jdk before, so uninstalled it (not knowing if it would have an effect) then installed the java jdk then text pad again, didnt work found out a way to get text pad to acknowledge java, however now text pad dosnt have colors when writing a java file, anyone know why. cheers


  2. #2
    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: help with textpad with java

    Hello skwij,

    Welcome to the forums

    I have moved this thread over to our 'Other IDEs' forum: Other IDEs - Java Programming Forums

    I have no experience with Textpad but there is an FAQ here:

    TextPad Java FAQ

    I'm guessing there must be an option somewhere to set the Java syntax highlighting because Textpad is designed for multiple languages.
    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.

  3. The Following User Says Thank You to JavaPF For This Useful Post:

    skwij (April 21st, 2009)

  4. #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: help with textpad with java

    OK I have done some research. This link should solve your problem:

    Using TextPad

    Scroll down to 'Configuring Java Preferences'

    Specific options available for configuring Java documents include syntax coloring (and color options).
    I hope this helps. Please keep me updated.
    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.

  5. The Following User Says Thank You to JavaPF For This Useful Post:

    skwij (April 21st, 2009)

  6. #4
    Junior Member
    Join Date
    Apr 2009
    Posts
    2
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: help with textpad with java

    you legend. it was a syntax thing, didnt need to download anything just a box needed ticking. feel like a real noob but now i know. thanks again.

  7. #5
    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

    Red face Re: help with textpad with java

    Quote Originally Posted by skwij View Post
    you legend. it was a syntax thing, didnt need to download anything just a box needed ticking. feel like a real noob but now i know. thanks again.
    haha well I'm glad I could help skwij!
    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.