Hi.Does anyone have any idea how to load applets in Dreamweaver?
the only options for codebase are ftp, http, https
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.
Hi.Does anyone have any idea how to load applets in Dreamweaver?
the only options for codebase are ftp, http, https
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/
How do i get the applet running in dreamweaver? just like i would in notepad
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/
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)
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/
ojonugwa (September 18th, 2013)
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