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: How do you load a java applet in Dreamweaver??

  1. #1
    Junior Member
    Join Date
    Aug 2013
    Posts
    26
    My Mood
    Where
    Thanks
    8
    Thanked 1 Time in 1 Post

    Default How do you load a java applet in Dreamweaver??

    Hi.Does anyone have any idea how to load applets in Dreamweaver?
    the only options for codebase are ftp, http, https


  2. #2
    Forum VIP
    Join Date
    Jul 2010
    Posts
    1,676
    Thanks
    25
    Thanked 329 Times in 305 Posts

    Default Re: How do you load a java applet in Dreamweaver??

    What do you mean by loading the applet?
    NOTE TO NEW PEOPLE LOOKING FOR HELP ON FORUM:

    When asking for help, please follow these guidelines to receive better and more prompt help:
    1. Put your code in Java Tags. To do this, put [highlight=java] before your code and [/highlight] after your code.
    2. Give full details of errors and provide us with as much information about the situation as possible.
    3. Give us an example of what the output should look like when done correctly.

    Join the Airline Management Simulation Game to manage your own airline against other users in a virtual recreation of the United States Airline Industry. For more details, visit: http://airlinegame.orgfree.com/

  3. #3
    Junior Member
    Join Date
    Aug 2013
    Posts
    26
    My Mood
    Where
    Thanks
    8
    Thanked 1 Time in 1 Post

    Default Re: How do you load a java applet in Dreamweaver??

    How do i get the applet running in dreamweaver? just like i would in notepad

  4. #4
    Forum VIP
    Join Date
    Jul 2010
    Posts
    1,676
    Thanks
    25
    Thanked 329 Times in 305 Posts

    Default Re: How do you load a java applet in Dreamweaver??

    You can't "run" an applet in notepad...
    Are you asking how to embed an applet in an html page? Are you asking how to make an embedded applet run with Dreamweaver's live view option?
    NOTE TO NEW PEOPLE LOOKING FOR HELP ON FORUM:

    When asking for help, please follow these guidelines to receive better and more prompt help:
    1. Put your code in Java Tags. To do this, put [highlight=java] before your code and [/highlight] after your code.
    2. Give full details of errors and provide us with as much information about the situation as possible.
    3. Give us an example of what the output should look like when done correctly.

    Join the Airline Management Simulation Game to manage your own airline against other users in a virtual recreation of the United States Airline Industry. For more details, visit: http://airlinegame.orgfree.com/

  5. #5
    Junior Member
    Join Date
    Aug 2013
    Posts
    26
    My Mood
    Where
    Thanks
    8
    Thanked 1 Time in 1 Post

    Default Re: How do you load a java applet in Dreamweaver??

    Yes,that is what am asking.I already can load it in an html page by writing the html code in notepad and running in my browser.I want to be able to do same using Dreamweaver.That is, insert the applet in my html page(with Dreamweaver)

  6. #6
    Forum VIP
    Join Date
    Jul 2010
    Posts
    1,676
    Thanks
    25
    Thanked 329 Times in 305 Posts

    Default Re: How do you load a java applet in Dreamweaver??

    It should be the same way as notepad. Create the html page and add the tags. Are you attempting to do it in the graphical display? Because I have no idea how to do it like that. Just go to the code display and add it that way. Also, out of curiosity, how are you embedding the applet? Oracle has a newish convention for embedding applets: JNLP (Embedding JNLP File in Applet Tag (The Java™ Tutorials > Deployment > Deployment In-Depth))
    I think they are trying to deprecate the old way of embedding applets (with the launch proprieties in the html's applet tag).
    NOTE TO NEW PEOPLE LOOKING FOR HELP ON FORUM:

    When asking for help, please follow these guidelines to receive better and more prompt help:
    1. Put your code in Java Tags. To do this, put [highlight=java] before your code and [/highlight] after your code.
    2. Give full details of errors and provide us with as much information about the situation as possible.
    3. Give us an example of what the output should look like when done correctly.

    Join the Airline Management Simulation Game to manage your own airline against other users in a virtual recreation of the United States Airline Industry. For more details, visit: http://airlinegame.orgfree.com/

  7. The Following User Says Thank You to aussiemcgr For This Useful Post:

    ojonugwa (September 18th, 2013)

  8. #7
    Junior Member
    Join Date
    Aug 2013
    Posts
    26
    My Mood
    Where
    Thanks
    8
    Thanked 1 Time in 1 Post

    Default Re: How do you load a java applet in Dreamweaver??

    I figured it out>
    Here is the solution for anyone interested.
    Adobe Dreamweaver * Adding media objects

    Or, go to Insert->Media-> and select the location of the applet .class file

    --- Update ---

    It's the same,only the codebase option is different.I already figured it out though.Thanks

    --- Update ---

    It's the same,only the codebase option is different.I already figured it out though.Thanks

Similar Threads

  1. [SOLVED] Java won't load.
    By NewMember in forum What's Wrong With My Code?
    Replies: 3
    Last Post: February 18th, 2013, 06:08 PM
  2. Java Applet Doesn't Load on Web Browsers
    By knowNothing23 in forum What's Wrong With My Code?
    Replies: 2
    Last Post: November 1st, 2012, 10:01 AM
  3. Settlers of Catan Java Applet won't load
    By ragalie in forum JDBC & Databases
    Replies: 1
    Last Post: March 1st, 2012, 05:48 AM
  4. How to up load java file when you post??
    By zhen1606 in forum Collections and Generics
    Replies: 1
    Last Post: February 23rd, 2012, 09:12 AM
  5. Java Applet Will Not Load.
    By PaulMoretti in forum What's Wrong With My Code?
    Replies: 3
    Last Post: August 17th, 2011, 05:42 AM