Publishing JApplet on the web

Hi.
I've got a question.
I've made a JApplet game and now I want to put it onde the web so anyone can see it.
My question is : is necessary to the client to have de JDK installed ?
There is no way to transfer the classes needed to the client machine and the run the JApplet ?
Tanks

Maybe you don't really understand my question.Ohhhhh..
Maybe you dont't really understand my answer.
On my JApplet i've imported some classes of the
javax.swing.Which are part of the JRE the user will have to have installed or will be prompted to install if you use the HTMLConverter utility to create the HTML.
The classes that I need from this package, por
example, JButton, will be transfered to the client PC
so that he can see the JApplet completely ?They won't be transferred by your applet, they will be part of the JRE the user will have installed.
Just to be sure, this is how Java 1.2 and up works. If you're using Java 1.1 then there are other issues so annoying that it would be better to upgrade to 1.4.
Rafael

Similar Messages

  • Using Reports6i to Publish Reports On The Web As PDF Format - Arabic Data

    Hi everybody.
    I am using Reports6i to create some reports and publish them on the web as PDF format for security reason. The problem is that the opened document displays Arabic letters in encrypted way, I tried to use Acrobat Reader version 5 but it is still not working. Then I try to publish reports as HTML document, In this way, the arabic letters look fine but any vertical lines I designed in the reports did not show up, furthermore, the user can edit HTML document, change the data, then print the report, so using HTML as an output is not secure.
    Any suggestions?

    Hello ,
    You can try out the following
    1. Click on the Report name and bring up the property palette to show all of the properties for the whole report.
    2. Under Report Escapes->Before Form Value, change form method from POST to GET .
    Thanks
    The Oracle Reports Team

  • What's the best security settings for publishing PDFs on the web while considering SEO still works

    I want to protect my PDFs from people editing them and publishing them under their names, but I also want search engines to be able to scan it properly for SEO purposes. What's the best security settings to use for the PDF to accomplish both?
    Thanks

    I am currently using WD 2TB Thunderbolt hard drive for my iTunes, which i love and is works great.  i am connected directly to my Mac Book Pro. I am running low on Memory and thinking of buying a bigger Hard drive.  My question is should I buy 6TB thunderbolt HD or 6TB NAS drive to work solely for iTunes.  I have home sharing enabled for my Apple TV 
    I also have my time capsule connected just as back up only.   

  • IWeb not publishing properly on the web

    I created a website on iWeb for my group at the university. I uploaded it using Secure FTP. But for some reason, I get funny characters between spaces.Have a look at:
    http://physics.ucf.edu/~rohit/test/Brown%20Dwarf%20Group/Welcome.html
    There is a big event taking place coming Thursday at the department of Planetary Sciences and so I need to have it up and running well.
    Please let me know. Thanks!
    MacBook 1.83 GHz, 2 GB RAM, 60 GB HDD   Mac OS X (10.4.6)  

    Check out this writeup by Tom Gewecke. I think you might have some kind of server encoding incompatibility going on...
    http://homepage.mac.com/thgewecke/iwebchars.html
    Tom has some tips on overcoming this...

  • How to secure my report i published on the web

    Hi All -
    I installed Oracle10g Reports and forms standalone on my server and successfully published all my reports on it.
    Question:
    Can someone pls tell me how can I secure my reports on the web. looks like anyone can just copy my link and paste it on the web broswer and can open it.
    i.e. http://<server_name>:7778/reports/rwservlet?report=<report_name>.rdf&destype=cache&desformat=html&userid=<user_name>/<password>@<dbname>&paramform=yes
    Also, I did save the user id and password in cgicmd.dat file. But is it possible to have the web page prompt for a user id and password for the database or something everytime i try to open the link...Please respond ASAP..it required...
    Thanks in advance..
    Anuj Sharma

    It is possible to show web page where userid has to be entered before running the report. Please specify "userid=" in the URL or in the command file (cgicmd.dat) to get db prompt. For example,
    http://<server_name>:7778/reports/rwservlet?report=<report_name>.rdf&destype=cache&desformat=html&userid=&paramform=yes
    Other option secure it is either to use OracleAS Single Sign-On or security plugin. For more information on security plugin, refer to Chapter 10, "Securing OracleAS Reports of the Oracle Reports Publishing Reports to the Web" manual, available on OTN: Serviceshttp://www.oracle.com/technology/documentation/appserver101202.html

  • Oracle intermedia on the Web

    Hi
    We have various Oracle intermedia things in bits n peices
    But there are some pzzles
    Like
    1. If all HTML files are stored in Oracle8i table and Intermedia text is created on the column in the table.
    How can we extract the document from the database and publish it on the WEB?
    We tried Web Agent but if there are multiple requests it fails!!! Infact if 5 machines make a request it fails
    Can some let me know how we go about
    Also there are some missing files in Intermedia Web Site crawling example.
    Has anyone suceessfully tried that example?
    Hope someone can provide with answers ASAP
    thanks
    null

    Hi
    We have various Oracle intermedia things in bits n peices
    But there are some pzzles
    Like
    1. If all HTML files are stored in Oracle8i table and Intermedia text is created on the column in the table.
    How can we extract the document from the database and publish it on the WEB?
    We tried Web Agent but if there are multiple requests it fails!!! Infact if 5 machines make a request it fails
    Can some let me know how we go about
    Also there are some missing files in Intermedia Web Site crawling example.
    Has anyone suceessfully tried that example?
    Hope someone can provide with answers ASAP
    thanks
    null

  • How to embed JApplet in to web page

    Hello friends,
    I hv the problem in embedding the JApplet into the web page. Can anyone tell me how to do it.

    Do a little more reading
    http://java.sun.com/docs/books/tutorial/uiswing/components/applet.html
    ICE

  • I want to use the Web module to publish to the a website... What kind of server do I need to be able to publish my website?

    I want to use the Web module to publish to the a website... What kind of server do I need to be able to publish my website?

    You don't need a server, you just need a web hosting package such as the ones from GoDaddy or many other hosts. You then send the web gallery directly from LR to your web space.
    As you're asking such basic questions, it might be best if you read articles like this and see if a friend or colleague can get you started.

  • BitmapData draw method doesn't work when the project is published as the .swf file of the web applic

    Hi,
            I am totally confused by this strange error. When I tried using the draw method of BitmapData to draw a movieclip symbol of my project, it seems to work fine locally. However, as I uploaded the published .swf file to my web server and launched it as the plugin of my web application, it failed. The source codes as follows,
    function printscreenClicked():void
         //ExternalInterface.call calls a javascript function to print message1
        var bd:BitmapData = new BitmapData(stage.width,stage.height);
        //ExternalInterface.call calls a javascript function to print message2
      bd.draw(stage);
        //ExternalInterface.call calls a javascript function to print message3
    message3 didn't show at all. Instead, the browser console shows "Uncaught Error: Error calling method on NPObject.". My understanding of this error message is that the .swf is calling something crashing, and I believe that bd.draw(stage)is the crashng method call.
    Also, here is my html embed tag:
        <embed src="/tests/videoplayer.swf" id="flash" quality="high" height="510" width="990" scale="exactfit" name="squambido" align="middle" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" style="margin: 0px auto;clear:both;position:relative;"/>
    Can someone help me?

    Thank you for your reply.
    I tried stageWidth and stageHeight, but it still doesn't work.
    The draw() methid is triggered when I clicked a screenshot button in my application as follows,
    ExternalInterface.addCallback("printscreenClicked", printscreenClicked);
    function printscreenClicked():void
         //ExternalInterface.call calls a javascript function to print message1
        var bd:BitmapData = new BitmapData(stage.width,stage.height);
        //ExternalInterface.call calls a javascript function to print message2
      bd.draw(stage);
        //ExternalInterface.call calls a javascript function to print message3
    Would you please give me an example of "waiting for Event.RESIZE is good, or just at least Event.ENTER_FRAME"?
    My real purpose in this application is to capture a snapshot of a streaming video. The video is contained in a movieclip object. I tried stage first since BirmapData.draw() doesn't work when drawing the movieclip on the web site. Do you have any suggestion for this situation? Also, is there any good method to find out what happened if the browser have "Uncaught Error: Error calling method on NPObject."?

  • Photo album does not appear on the web but does in a published folder

    **** everyone,
    My problem is the following: I started to create little webpage with iweb. At the moment it just consist of a photo gallery, one blog entry and one video. To test it I published itto a folder on my hardisk and the website worked perfectly. So I uploaded it to my server (I have no .mac account). When opening the site over the internet the start page looks perfect, as well as the video page but on the album page the album doeas not appear!!!
    The URL is: www.voyage64.com just click on "Photoalben" (it´s a german page) and there is just nothing, There should be an album which also appears in the page published to a folder on my harddrive.
    Another thing that does not work is the blog. When you enter "blog" you will see the list with one entry listed, that works fine on the web but if you click on that entry it tells you that the file was not found on the server but it is there, this also works on the published folder on my hardrive. The confusing thing is: I´ve another website on my server with a blog with more entries that just works fine.
    Maybe it´s something with the RSS because I tested other stuff and whenever the RSS logo is visible in the adressfield in the browser something does not work. I actually don´t need any of that RSS stuff but there is no way to disable that.
    Maybe it´s a fault with my server but I´m not a specialist in stuff like that.
    So thanks in advance for your replies,
    kind regards,
    David

    I followed the topic concerning the Firefox photoalbum problem but I´m using Safari and the albums will not show up on the web !!!! I also exchanged the detailview and headercontrol *js which worked fine for opening the photoalbum on my harddisk with firefox. But when its uploaded to the server it won´t display and that in Safari!!!! On the published folder on my harddisk everything works fine
    www.voyage64.com
    just cklick on "photoalben" no album apears. Does anyone have the same problem with safari ???
    regards,
    David

  • What is the recommended ratio of publish nodes to dispatcher web servers for CQ5.5?

    What is the recommended ratio of publish nodes to dispatcher web servers for CQ5.5?
    We are getting conflicting opinions on this form the field. I realize this is a loaded question. I'd like to see how Adobe presents this opinion. In the past scaling at the webserver level was only loosely tied to the publishing layer. Now it seems as dynamic functionality increases the ratio is getting closer to 1:1.
    Also,I'd like to know in what use cases this load on publisher increases dramatically.

    Hello, this is an evergreen. Just call setPickOnBounds(false) on the CustomHexagon.
    An issue tracking this problem is open here: https://javafx-jira.kenai.com/browse/RT-17024

  • Have published iweb site for five years with no problems and just opened a new site and get - 404: Page not found  This error is generated when there was no web page with the name you specified at the web site.-is the problem with iweb or with hosting?  T

    I am sorry if thie is republished-My first time doing this and I am not sure what goes where and where to hear feedback.
    Have published iweb site for five years with no problems and just opened a new site and get -
    404: Page not found 
    This error is generated when there was no web page with the name you specified at the web site.-
    Troubleshooting suggestions:
    Ensure the page you are linking to exists in the correct folder.
    Check your file name for case sensitivity . Index.htm is not the same as index.htm!
    Temporarily disable any rewrite rules by renaming your .htaccess file if it exists
    is the problem with
    iweb or with hosting?
    One Apple tech started to fix Iweb and had to end session and the next said problem with hosting at Network Solutions as it published
    to local folder. NWS has checked sttting a few times-
    Any help would be extremely appreciated as trying to fix this for about five weeks
    Thanks VG
    <Email Edited by Host>

    It's a really bad idea to post your email address - it's an invitation to spam - and I've asked the Hosts to remove it. (Even though I've now noticed you mis-spelled it! - anyway, never post your address in a forum.)
    You have a site here: http://virginiagordon.com/www.virginiagordon.com/WELCOME.html
    If that's not the page you are having trouble with, what is that page's URL?

  • How do i publish to the web page?

    i put lion server on my MB Pro.  It's up.  When I http to the IP address, I get the default web page. my question is how do I publish to this web site?  I've tried FTP access and it doesn't look like that's supported.  I tried opening the site with dreamweaver and no joy.
    I'd like to just create a web page and publish it to the mac server but i don't know how.
    i guess I could create a web page in iweb and publish it to the sites\default but I was wanting to do it from a remote location.  is that doable?
    thanks
    cliff

    I suggest you upgrade to the latest iWeb version while copies are still availalbe: iLife '11 - Apple Store (U.S.).  That's because it's now confirmed that iWeb and iDVD have been discontinued by Apple. This is evidenced by the fact that new Macs are shipping with iLife 11 installed but without iWeb and iDVD.
    On June 30, 2012 MobileMe will be shutdown. HOWEVER, iWeb will still continue to work but without the following:
    Features No Longer Available Once MobileMe is Discontinued:
    ◼ Password protection
    ◼ Blog and photo comments
    ◼ Blog search
    ◼ Hit counter
    ◼ MobileMe Gallery
    All of these features can be replaced with 3rd party options.
    I found that if I published my site to a folder on my hard drive and then uploaded with a 3rd party FTP client subscriptions to slideshows and the RSS feed were broken.  If I published directly from iWeb to the FPT server those two features continued to work correctly.
    There's another problem and that's with iWeb's popup slideshows.  Once the MMe servers are no longer online the popup slideshow buttons will not display their images.
    Click to view full size
    However, Roddy McKay and I have figured out a way to modify existing sites with those slideshows and iWeb itself so that those images will display as expected once MobileMe servers are gone.  How to is described in this tutorial: #26 - How to Modify iWeb So Popup Slideshows Will Work After MobileMe is Discontinued.
    In addition the iLife suite of applications offered on disc is now a discontinued product and the remaining supported iApps will only be available thru the App Store from now on.
    HOWEVER, the iLife 11 boxed version that is still currently available at the online Apple Store (Store button at the top of the page) and those copies still on the shelves of retailers will include iWeb and iDVD.
    This also may be of some interest to you: Life After MobileMe.
    OT

  • How to Publish on the Web a PDF document in Reading mode only

    Hello,
    I'm planning to post on my web site my manuscript in PDF format. I would like to make it available in a reading mode only.. I wonder if ADOBE LIVECYCLE Rights Management would allow me to do so in a safe manner. What would be the cost?
    Thanks.
    PATEGA

    Thank you for your reply.
    De : Test Screen Name 
    Envoyé : 15 septembre 2014 05:51
    À : Gaétan Patenaude
    Objet :  How to Publish on the Web a PDF document in Reading mode only
    How to Publish on the Web a PDF document in Reading mode only
    created by Test Screen Name <https://forums.adobe.com/people/TestScreenName>  in Adobe PDF Pack - View the full discussion <https://forums.adobe.com/message/6730511#6730511>

  • Published a site in iweb but looks different in the web browser

    Hi,
    I have published a site in iWeb but it looks different when viewed in the web browser having published a few times.
    The pictures have small frames around which display perfectly i niweb but do not show in browser?
    The navigation menu is all showing in iweb but again not showing in the web browser?
    Not sure what I am doing wrong? I have tried to publish a few times.. checked that all the tick boxes show 'display navigation menu' etc?
    Thanks
    Toni

    Since you do not provide real varifiable, factual information I searched for :
    http://www.google.com/search?q=toni+darcy%27s+Products
    Is this you?
    http://www.tonidarcy.co.uk/toni_darcy_photographer/toni_darcy._photographer._wel come..html
    I noticed on the Pricing page that I cannot click the Gallery link. Something covering it?
    Other pages have similar behaviour.
    And there's no link for the home page. Perhaps you're hiding it.
    And see if you can use a shorter, and different, Sitename. It is clear who you are. And just welcome is enough.
    And empty the browser cache.

Maybe you are looking for

  • Service "No valuation class exists for account reference"

    Hi, in AC01 trx, I cannot create a Service. The error is: No valuation class exists for account reference I tried with trx OMSK to link the account category reference to material type but won't work. The error is always: No valuation class exists for

  • Can't delete old email

    I cannot figure out how to delete my old email address from the mail program. Everytime I click new email, the drop down "Account" button at the top under the subject line shows my old email account. I deleted every place I could find it but it still

  • CS6 problems AVCHD MTS files

    Forgive for bad English. I hope, the thought is clear. I got OEM Production Premium CS6 with MXO2 mini. I received a problem known for all... My problems when playing AVCHD MTS were solved by program converter installation, in fact, additional codecs

  • 10.3.9 and target disc

    I have just set up a studio with a dual 450 ghz mac running OS X 10.3.9 because I am running pro tools with digi 001 so the highest version of pro tools I can run is 6.4 which requires that I run 10.3.9. I'm trying to transfer some files to this mac

  • Can't link to certain website through Safari?

    Hello, I tried to link to some websites (example: battle.net) that I was able to link to but failed. It said it cannot open the page because it cannot link to the server. All my other websites are fine. Anyone please tell me how to fix this? My IOS a