No announcement yet.

java

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • java

    Okay.. here it is.. i wrote a java app.. now i want to be able to let others to try it.. What i want to know is how to do i convert it so that others can use it without having to type in the command prompt... i mean..i want to be able to make it like an application that windows can run or at least an applet that i can use a web browser to view it.. mind you it does require input so that might make it more difficult.. anyways.. thanks for the help:group:

  • #2
    have you heard about "HTMLConverter"?
    how do you use appletviewer?
    do you write .html file or include the html code in java file itself?
    wat kind of input are you using?

    are you using JDBC:ODBC for input or simple notepad file?
    for using any kind of input you will have to write server and client java files seperately and it will be a huge pain in neck.

    read more about HTMLConverter
    Latest Microsoft Security Updates.
    Last Updated:
    10th MARCH


    If you are a security freak: Use Microsoft Baseline Security Analyzer (NT/2000/XP/2003)
    ======================
    icq : 203189004
    jabber : [email protected]
    =======================
    Linux user since: April 24, 2003 312478
    yabaa dabaa doo...
    Customized for 1024x768

    Comment


    • #3
      sounds hard.. but thanks for the advice

      Comment


      • #4
        HTMLConverter is not hard at all in itself i.e. if you are not using lots of I/O operations.
        its just one command in all...but if you have lots of functions like accessing SQL or some other streams then it will be hard work to change your whole base code.

        :cheers:
        Latest Microsoft Security Updates.
        Last Updated:
        10th MARCH


        If you are a security freak: Use Microsoft Baseline Security Analyzer (NT/2000/XP/2003)
        ======================
        icq : 203189004
        jabber : [email protected]
        =======================
        Linux user since: April 24, 2003 312478
        yabaa dabaa doo...
        Customized for 1024x768

        Comment


        • #5
          yah.. it's based on user input.. thanks..for the advice though.. i'll play around with some stuff

          Comment

          Working...
          X