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.

Create HTML file with JBuilder

  • 08-04-2004 11:09PM
    #1
    Closed Accounts Posts: 302 ✭✭


    Maybe I'm missing something really obvious, but I can't figure out how to create a HTML file within JBuilder. I'm writing a help file for my application, which I will display within a JFrame. However, when I go to File -> new or whatever, I can't seem to create a file with the .html extension, it only lets me create .java. If I import a HTML file from elsewhere, it doesn't show in the project hierarchy on the left and the application can't find it.

    Apologies for the probable stupidity of the question


Comments

  • Registered Users, Registered Users 2 Posts: 491 ✭✭Silent Bob


    You don't need to use anything other than a text-editor (notepad/vim/whatever) to write HTML.

    I have no experience with JBuilder, but AFAIK it's an IDE for writing Java stuff, not a HTML editor. You don't need to add a file to a project in order to be able to get the program to read/parse/display it.

    If you need a HTML editor there is at least one free one available with Mozilla.


  • Registered Users, Registered Users 2 Posts: 19,396 ✭✭✭✭Karoma


    :rolleyes:
    What I think Auburn means is "is there any way to add/create a .html within a project" --> ie: it's visible in the project hierarchy & therefore included in the jar file..
    put the .html in the appropriate folder (explorer.exe); jar the project - then (winrar is easiest) look in it to see if it included the .html..


  • Registered Users, Registered Users 2 Posts: 491 ✭✭Silent Bob


    Originally posted by Karoma
    :rolleyes:
    What I think Auburn means is "is there any way to add/create a .html within a project" --> ie: it's visible in the project hierarchy & therefore included in the jar file..
    That'd be the thing then. I do stuff the 'old-school' way. I find the command line makes me much more productive

    :wq


  • Registered Users, Registered Users 2 Posts: 19,396 ✭✭✭✭Karoma


    mneh
    :q!


  • Closed Accounts Posts: 302 ✭✭Auburn


    Ok thanks guys. I probably didn't phrase the question very well.

    Yes, I am aware that JBuilder is not a HTML editor. I meant what Karoma said. I have been using JBuilder as a jarring tool and thought it would be handy if I could include the HTML for jarring. Ah well.... suppose I'll just do it the manual way if noone else has any ideas.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 6,342 ✭✭✭OfflerCrocGod


    Originally posted by Karoma
    :q!
    You must be a very productive programmer:D.


  • Registered Users, Registered Users 2 Posts: 19,396 ✭✭✭✭Karoma


    very ;)

    any luck auburn?


Advertisement