Internet applet

Hello,
I have written a program for a course. It recieves a wave file [via a browser windows searching through the file system] and preforms some manipulations on it.
Now that I have finished, my lectrurer told me to turn it into a java internet applet - where instead of browser window, one could enter a url [or still choose browsing].
So these are my questions:
1) How may I turn the program into a java applet? I need it to preform the computation on the server's processor, if that is possible and not too difficult.
2) How may I change the program to support an url of a wave file? the code I have that deals with wave files is:
public class handle_input_file {
     /**Handle input file of type wav*/
          //Create a global buffer size
          private static final int EXTERNAL_BUFFER_SIZE = 1280000;
          protected static double duration, rate, LENGTH;
          protected static double[] tau;
          public static int[] sample_WAV_input(File soundFile, double segment_length) throws UnsupportedAudioFileException, IOException, LineUnavailableException{
               /**public static int[] sample_WAV_input(File soundFile, double segment_length) throws UnsupportedAudioFileException, IOException, LineUnavailableException
                * receives a file and segment_length, indicating length part in seconds should be analyzed by the SFT
                * The procedure opens the wave file for reading and returns an array of int(s) of what it read,
                * and also - sets into global variables the duration in seconds of the file, the sample_rate, and other
                * information needed later for analysis. The procedure also computes an array of tau values, that is
                * array of doubles, such that tau[i] acts as "tau" (of the Adi Akavia algorithm) for the ith segment analyzed. 
//               Load the Audio Input Stream from the file       
               AudioInputStream audioInputStream = null;
               audioInputStream = AudioSystem.getAudioInputStream(soundFile);
//               Get Audio Format information
               AudioFormat audioFormat = audioInputStream.getFormat();
//               Handle opening the line
               SourceDataLine     line = null;
               DataLine.Info     info = new DataLine.Info(SourceDataLine.class, audioFormat);
               line = (SourceDataLine) AudioSystem.getLine(info);
               line.open(audioFormat);
//               Write the sound to an array of bytes
               int nBytesRead = 0;
               byte[]     abData = new byte[EXTERNAL_BUFFER_SIZE];
               while (nBytesRead != -1) {
                    nBytesRead = audioInputStream.read(abData, 0, abData.length);
                    if (nBytesRead >= 0) {
                         line.write(abData, 0, nBytesRead);
               }Thank you so much.

zellazode wrote:
...He is not a lecturer of Java. He is a lecturer of Complexity, ..This matter is too complex for him to be commenting on.
..Information theory etc.. Are you certain that was not Disinformation theory?
..We made a program that preforms Fourier transfrom, but then he said he would like this program to run on from the interent.An HTML form with a <input type='file'> could upload the info to the server. The server might deliver an image (with a view of one 'slice' of the spectrum - the spectrum at any one moment) of an animated GIF showing the spectrum during the course of the sound. If you wanted to tie the sound into that playback, look to delivering back a (e.g.) MOV to the client.
For the static or animated image, a browser (with no applet) will do just fine. For the MOV, it will take some kind of player. A Java applet with JMF could display a MOV.
BTW - I suspect this part of the project is way out of the league of either you or your 'vague waving hands' professor.

Similar Messages

  • Internet Applet database access

    Hi,
    - Howto connect an internet-applet to a database?
    + I am thinking about using a 3 tier:
    applet <---> (http port 80) <--->- appserver <---- (JDBC) ----> DB
    + on the web only port 80 I consider as available.
    + I could write a dedicated servlet which performs the DB-queries and sends the results back to the applet (for example by means of object-serializing OR flat text)
    ? Can it be done by means of SOAP/XML? is it fast enough? implementation tips?
    ? Can I use this construct also in a Swing app? (on the local network)
    ? Other suggestions?
    Thanks!
    Regards
    Stephan

    Hi,
    Sure web services can be used here.
    But to me it is not the most obvious solution in this case, based on what I've read (and build) on web services. Web services are generally used to leverage an open communication between heterogeneous applications, mostly on different sites/locations, i.e. applications that are loosely connected with each other and applications of different origin. An analogy: you would not use a database link to communicate between 2 schemas on the same database, you would use a database link between 2 different databases.
    This situation does not occur here because the given application is a client intranet application talking to a local database. That's why I mentioned webforms, but a JClient application would an obvious option either.
    I am not opting that you use webforms, I was giving alternative option ;-)
    Stephan, to answer to your question:
    --> But, how do you build such a meganism? Are there pre-defined servlet's available for sending objects? or frameworks?
    Apache Struts (or JSF).
    Kind Regards,

  • Loading fonts on an Internet applet...

    I am new to Java, and as a teenager interested in video games, I decided to let myself get acquainted with Java by making a video game myself. To fine-tune the fnished product, I want to add more appropriate fonts, and I would like to know how to do so.
    I tried it myself, but the compiler insists that I handle possible exceptions (IOException and FontFormatException); how do I do this? (the IOExceptions needed to be handled on lines 2 and 3 of the following block, font format on line 3)
    public URL papURL = MyGame.class.getResource("fonts/PAPYRUS.TTF");
    public InputStream papIS = papURL.openStream();
    public Font papyrusFont = Font.createFont(Font.TRUETYPE_FONT,papIS);as I said, I am pretty new to Java, and I do not know how to fix this. Thanks for any help! Note, I imported everything I need, including the exceptions...

    Hello,
    Applets accept parameters, so you could use these parameters to move or resize the main frame (like the Forms applet does).
    If your are the owner of the Applet, you also could envisage to transcript it into a Java Bean, then it would be totally transparent for the user.
    Francois

  • While a opening a webi intelligence it taking time?

    Hi Experts,
    While opening a webi report it taking a lot time. How to reduce the time.

    This was a known issue with SP5 and fixed with SP6
    check the note below
    1748596 - Web Intelligence: Java viewer takes a long time to start up and/or to load reports
    This could also be related to the Java.
    If you are on JRE rev 25 and more check this note
    1904873 - Web Intelligence Rich Internet Applet loads slower after installing Java 7 Update 25 (JRE 7u25+) and above

  • SIGBUS in operator new / delete

    Hi
    My application crashes from time to time with SIGBUS. It is a multi thread application. Here are the last 2 stacks on the thread with SIGBUS
    t@null (l@288) stopped in dbm_open at 0xff2d40d8
    0xff2d40d8: dbm_open+0x00d0: mov %i5, %o0
    (dbx) where
    [1] dbm_open(0x10, 0x0, 0x94238, 0xff2d4268, 0xfffffff9, 0xff36fa44), at 0xff2d40d8
    [2] dbm_open(0xf, 0x1, 0x94184, 0xff339c9c, 0xff368284, 0xff3709b0), at 0xff2d4144
    [3] operator new(0xf, 0x2f53002e, 0x730b16, 0x80808080, 0xff00, 0x80808080), at 0x216c6c
    [4] RegisterNotifyPair::RegisterNotifyPair(0x9388c8, 0x203230, 0x730b08, 0xffffffff, 0x1fe, 0x1), at 0xfe907928
    =>[5] CacheIndex::pushRegisterNotify(this = 0x45b130, type = ToIpRangeSubnet, ident = 0x730b08 " 171074304/S", relation = -1, callbackID = 510U, isRegister = true), line 130 in "CacheIndex.cxx"
    [1] dbm_do_nextkey(0x1e5760, 0xff000010, 0x40000d7f, 0xff2d5030, 0xff368284, 0xe6046000), at 0xff2d4d98
    [2] dbm_store(0x11e5748, 0xff000011, 0x93ac8, 0xff2d4f6c, 0x0, 0xb), at 0xff2d4834
    [3] dbm_do_nextkey(0xff36fa54, 0x0, 0x932f4, 0xff36fad4, 0xff368284, 0x11f6078), at 0xff2d5030
    [4] dbm_do_nextkey(0x11f6078, 0x1, 0x93334, 0xfe9a5710, 0xff368284, 0x2f), at 0xff2d4f6c
    [5] operator delete(0x11f6078, 0x1, 0x3a8930, 0x3a8bcc, 0x3a8be0, 0x0), at 0x215f04
    =>[6] NidDbAccess::~NidDbAccess(this = 0x11fcb00), line 378 in "NidDbAccess.cxx"
    I didn't post the entire stack (eliminated the calls on our code, the lines are irrelevant).
    I still consider the corruption of memory as a possible reason, but it looks more and more that the issue is located inside the OS libraries. The both cores are located inside the dbm calls... Any insights on these cores?
    Below the machine description
    Thx in advance, Radu
    Patch: 118367-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 118371-07 Obsoletes: 119265-02 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsl, SUNWtoo
    Patch: 118373-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 118812-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWcsd
    Patch: 118872-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 118918-17 Obsoletes: 116781-02, 121473-01, 121476-01, 121478-01, 121282-02, 121284-02, 121292-01, 121786-01, 119012-03 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWcnetr, SUNWckr, SUNWcakr, SUNWhea, SUNWcslr, SUNWmdb, SUNWmdbr
    Patch: 119042-09 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsd, SUNWtnamr, SUNWkrbr, SUNWtnetr, SUNWocfr, SUNWvolr, SUNWnfscr, SUNWgssc, SUNWpmr, SUNWnisr, SUNWypr, SUNWzoner, SUNWmdr, SUNWaccr, SUNWbsr, SUNWdhcsr, SUNWatfsr, SUNWkdcr, SUNWbnur, SUNWcnsr, SUNWpcr, SUNWpsr, SUNWnfssr, SUNWntpr, SUNWftpr, SUNWpiclr, SUNWrcapr, SUNWrcmdr, SUNWslpr, SUNWsndmr, SUNWsshdr
    Patch: 119573-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 119574-02 Obsoletes: 119267-01 Requires: Incompatibles: Packages: SUNWcsu
    Patch: 119578-24 Obsoletes: 119330-01, 119331-01, 119559-01, 119576-01, 120635-02, 122396-01 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsl, SUNWckr, SUNWhea, SUNWfmd, SUNWarc
    Patch: 119824-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 119984-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 120044-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 120050-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 120062-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWloc
    Patch: 120128-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWxcu6
    Patch: 120618-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 120737-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 120816-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWesu, SUNWxcu4
    Patch: 120830-04 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWtoo, SUNWxcu4, SUNWxcu6
    Patch: 120845-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWcsl
    Patch: 120988-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121002-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121008-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121012-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121132-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121215-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121288-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121296-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121406-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121901-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 122032-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 122183-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 122215-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 122513-01 Obsoletes: 122328-01 Requires: Incompatibles: Packages: SUNWcsu
    Patch: 123015-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 123017-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 118822-30 Obsoletes: 118548-01, 118550-04, 119719-01, 119205-03, 119207-02, 119564-01, 119215-02, 119334-02, 119566-01, 119831-01, 119682-02, 118859-01, 118992-03, 119858-02, 120197-01, 118850-03, 119589-03, 118551-03, 118835-04, 118846-02, 118923-04, 119075-14, 119577-01, 119683-02, 119832-02, 119945-02, 119951-01, 119949-02, 119983-01, 119990-01, 120017-02, 120302-01, 120304-05, 119947-02, 120066-01, 118553-04, 119591-03, 119979-01, 120537-05, 120013-02, 120471-02 Requires: 119578-15 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWcnetr, SUNWckr, SUNWcart200, SUNWcakr, SUNWcsd, SUNWtoo, SUNWib, SUNWusb, SUNWopenssl-libraries, SUNWnfsckr, SUNWrcmdc, SUNWscpu, SUNWxge, SUNWhea, SUNWcslr, SUNWmdb, SUNWmdbr, SUNWpiclu, SUNWmdr, SUNWmdu, SUNWintgige, SUNWipfr, SUNWipfu, SUNWust1, SUNWarcr, SUNWkey, SUNWdfbh, SUNWmddr, SUNWdtrc, SUNWdtrp, SUNWopenssl-commands, SUNWftdur, SUNWpl5v, SUNWqos, SUNWsndmr, SUNWsndmu
    Patch: 121453-02 Obsoletes: 120776-03, 121086-02, 119107-07 Requires: 119574-02, 119254-06 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWccccrr, SUNWccccr, SUNWccfw, SUNWccsign, SUNWcctpx, SUNWccinv, SUNWcsmauth, SUNWppror, SUNWpprou, SUNWupdatemgru, SUNWupdatemgrr, SUNWswupcl, SUNWccccfg, SUNWccfwctrl, SUNWppro-plugin-sunos-base
    Patch: 122650-02 Obsoletes: Requires: 118822-30 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWckr, SUNWesu, SUNWxcu4, SUNWnfssu, SUNWdtrc, SUNWnfssr
    Patch: 118833-17 Obsoletes: 117170-01, 117461-08, 119994-01, 119996-01, 120627-01, 121266-01, 121276-03, 121788-02, 122294-01, 122176-01, 118375-07, 118375-07, 118996-04, 119374-13, 119444-03, 119569-02, 119715-10, 120054-02, 120362-02, 119828-05, 119939-01, 119941-03, 120251-02, 120254-03, 120258-02, 120300-01, 121280-01, 121794-02, 121852-01, 121237-01, 121301-02, 121777-01, 121784-01, 121790-01, 121792-01, 121798-01, 121800-01, 121804-01, 121894-01, 122235-01, 122241-01, 122242-01, 122243-01, 122334-01, 122336-01, 122338-01, 122339-01, 122342-01, 122344-01, 118996-04, 119374-13, 119444-03, 119569-02, 119828-05, 119939-01, 119941-03, 120251-02, 120254-03, 120258-02, 120300-01, 121280-01, 121794-02, 121852-01, 121237-01, 121301-02, 121777-01, 121784-01, 121790-01, 121792-01, 121798-01, 121800-01, 121804-01, 121894-01, 122235-01, 122241-01, 122242-01, 122243-01, 122334-01, 122336-01, 122338-01, 122339-01, 122342-01, 122344-01, 121796-01, 122081-01, 119992-02, 121806-01, 121832-01, 121834-01, 121836-01, 121838-01, 121840-01, 121842-01, 121844-01, 121846-01, 121848-01, 121850-01, 121854-01, 122296-01, 122298-01, 122302-01, 122304-01, 122306-01, 119689-08, 122314-01, 122316-01, 122318-01, 122320-01, 122322-01, 122324-01, 122346-01, 122348-01, 122350-01, 120009-01, 120034-01, 120083-01, 118927-02, 119216-02, 119218-02, 119568-02, 119572-01, 119681-08, 122644-01, 119687-02, 118370-04, 118911-01, 118913-02, 119557-09, 121808-01, 121810-01, 121812-01, 121814-01, 121816-01, 121818-01, 121820-01, 121822-01, 121824-01, 121826-01, 118852-07, 118874-02, 119596-03, 121268-01, 122079-01, 120030-03, 122237-02 Requires: 118822-30, 119254-14, 119578-22 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWckr, SUNWkvm, SUNWcakr, SUNWcsd, SUNWesu, SUNWkrbr, SUNWkrbu, SUNWtoo, SUNWib, SUNWipoib, SUNWtavor, SUNWudapltu, SUNWudapltr, SUNWudfr, SUNWusb, SUNWusbs, SUNWuedg, SUNWugen, SUNWusbu, SUNWnfscr, SUNWnfsckr, SUNWvolu, SUNWxge, SUNWxcu4, SUNWsmapi, SUNWhea, SUNWnisu, SUNWcslr, SUNWmdb, SUNWmdbr, SUNWmdr, SUNWses, SUNWssad, SUNWintgige, SUNWipfr, SUNWipfu, SUNWnfssu, SUNWust1, SUNWbtool, SUNWarcr, SUNWkey, SUNWatfsu, SUNWdtrc, SUNWdtrp, SUNWnfsskr, SUNWpppdu, SUNWrpcib, SUNWsbp2
    Patch: 119850-17 Obsoletes: 118915-01, 119560-02, 119561-03, 119333-01, 119582-04, 122333-01, 122364-01, 122366-01, 122368-01, 122370-01, 122372-01, 122374-01, 122378-01, 122380-01, 122382-01, 122384-01, 122386-01, 122392-01 Requires: 118822-20, 118833-04 Incompatibles: Packages: SUNWcsu, SUNWcsd, SUNWhea, SUNWpiclu, SUNWpd, SUNWpdu
    Patch: 119986-03 Obsoletes: Requires: 122176-01, 118833-12 Incompatibles: Packages: SUNWcsu
    Patch: 120986-04 Obsoletes: 121274-01, 121414-01 Requires: 118822-24, 119374-09 Incompatibles: Packages: SUNWcsu
    Patch: 122172-06 Obsoletes: Requires: 118833-12 Incompatibles: Packages: SUNWcsu, SUNWcsr
    Patch: 122174-03 Obsoletes: Requires: 118833-12 Incompatibles: Packages: SUNWcsu
    Patch: 122521-01 Obsoletes: 121856-01 Requires: 118833-04 Incompatibles: Packages: SUNWcsu
    Patch: 122652-02 Obsoletes: 118868-01, 120996-02, 121298-01 Requires: 118833-08 Incompatibles: Packages: SUNWcsu, SUNWesu, SUNWrcmdc, SUNWxcu4, SUNWxcu6, SUNWbart
    Patch: 119593-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
    Patch: 119685-05 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
    Patch: 120900-04 Obsoletes: 121266-01 Requires: Incompatibles: Packages: SUNWcsr, SUNWzoneu, SUNWdtrc
    Patch: 120990-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
    Patch: 121004-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
    Patch: 121133-02 Obsoletes: 121333-03 Requires: 120900-04 Incompatibles: Packages: SUNWcsr, SUNWzoneu
    Patch: 121561-03 Obsoletes: Requires: 119042-02 Incompatibles: Packages: SUNWcsr
    Patch: 122637-01 Obsoletes: Requires: 120900-04 Incompatibles: Packages: SUNWcsr
    Patch: 122662-01 Obsoletes: Requires: 120900-04 Incompatibles: Packages: SUNWcsr, SUNWzoneu
    Patch: 121474-01 Obsoletes: Requires: 118822-29 Incompatibles: Packages: SUNWcsr
    Patch: 122646-01 Obsoletes: Requires: 122662-01, 121133-01 Incompatibles: Packages: SUNWcsr, SUNWzoneu
    Patch: 122750-01 Obsoletes: Requires: 118822-30 Incompatibles: Packages: SUNWcsr
    Patch: 122195-02 Obsoletes: Requires: 118833-09, 118822-30 Incompatibles: Packages: SUNWcsr
    Patch: 122539-02 Obsoletes: 121782-01 Requires: 118822-30, 118833-04 Incompatibles: Packages: SUNWcsr, SUNWvolr
    Patch: 122640-05 Obsoletes: Requires: 118833-12 Incompatibles: Packages: SUNWcsr, SUNWzfskr, SUNWzfsr, SUNWzfsu
    Patch: 122658-02 Obsoletes: Requires: 122662-01, 122640-02, 118731-01 Incompatibles: Packages: SUNWcsr, SUNWzoneu
    Patch: 122660-02 Obsoletes: Requires: 121133-02, 122640-02, 122662-01 Incompatibles: Packages: SUNWcsr, SUNWzoneu
    Patch: 119077-10 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWcnetr, SUNWckr, SUNWcsd, SUNWib
    Patch: 119079-13 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWcsd, SUNWtnamr, SUNWkrbr, SUNWtnetr, SUNWtavor, SUNWusb, SUNWuedg, SUNWugen, SUNWocfr, SUNWvolr, SUNWnfscr, SUNWgssc, SUNWpmr, SUNWnisr, SUNWypr, SUNWzoner, SUNWmdr, SUNWintgige, SUNWaccr, SUNWbsr, SUNWdhcsr, SUNWatfsr, SUNWkdcr, SUNWbnur, SUNWllcr, SUNWcnsr, SUNWpcr, SUNWpsr, SUNWsacom, SUNWmipr, SUNWncar, SUNWnfssr, SUNWntpr, SUNWftpr, SUNWpiclr, SUNWpppdr, SUNWrcapr, SUNWrcmdr, SUNWslpr, SUNWsndmr, SUNWsndmu, SUNWsshdr
    Patch: 121061-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
    Patch: 121778-12 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWcnetr, SUNWckr, SUNWcsd, SUNWib, SUNWaudd, SUNWusb, SUNWugen, SUNWvolr, SUNWvolu, SUNWfmd, SUNWzoneu, SUNWses, SUNWssad, SUNWintgige, SUNWust1, SUNWpd
    Patch: 121780-11 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWcnetr, SUNWckr, SUNWcsd, SUNWib, SUNWusb, SUNWvolr, SUNWssad, SUNWaccr, SUNWsndmr
    Patch: 117463-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
    Patch: 118564-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl, SUNWcslr
    Patch: 118870-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
    Patch: 120036-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
    Patch: 120052-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
    Patch: 120889-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl, SUNWapct
    Patch: 120984-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
    Patch: 121130-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
    Patch: 121921-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl, SUNWcslr
    Patch: 122754-01 Obsoletes: Requires: 118833-09 Incompatibles: Packages: SUNWcsl, SUNWperl584core, SUNWpl5u, SUNWhea
    Patch: 118842-01 Obsoletes: Requires: Incompatibles: Packages: SUNWckr
    Patch: 120048-03 Obsoletes: Requires: Incompatibles: Packages: SUNWckr, SUNWhea, SUNWfss
    Patch: 120311-02 Obsoletes: Requires: Incompatibles: Packages: SUNWckr, SUNWusb
    Patch: 120664-01 Obsoletes: Requires: Incompatibles: Packages: SUNWckr
    Patch: 121694-01 Obsoletes: Requires: Incompatibles: Packages: SUNWckr
    Patch: 120661-04 Obsoletes: Requires: 118822-23 Incompatibles: Packages: SUNWckr
    Patch: 121337-01 Obsoletes: Requires: 118822-23 Incompatibles: Packages: SUNWckr
    Patch: 121802-01 Obsoletes: Requires: 118822-30 Incompatibles: Packages: SUNWckr
    Patch: 122253-01 Obsoletes: Requires: 118822-30 Incompatibles: Packages: SUNWckr
    Patch: 120824-04 Obsoletes: Requires: Incompatibles: Packages: SUNWkvmt200
    Patch: 119982-05 Obsoletes: Requires: Incompatibles: Packages: SUNWkvm
    Patch: 122255-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcar
    Patch: 119981-09 Obsoletes: Requires: 118822-23 Incompatibles: Packages: SUNWcar, SUNWhea, SUNWpiclu
    Patch: 118557-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcakr
    Patch: 121236-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcakr
    Patch: 120844-01 Obsoletes: Requires: 118822-19 Incompatibles: Packages: SUNWcakr
    Patch: 122027-03 Obsoletes: Requires: 118822-30 Incompatibles: Packages: SUNWcakr, SUNWcsd
    Patch: 118929-05 Obsoletes: Requires: 118822-15 Incompatibles: Packages: SUNWcsd
    Patch: 120753-02 Obsoletes: Requires: Incompatibles: Packages: SUNWlibmsr, SUNWlibm
    Patch: 119985-02 Obsoletes: Requires: Incompatibles: Packages: SUNWperl584core, SUNWperl584usr, SUNWpl5u
    Patch: 122239-01 Obsoletes: Requires: Incompatibles: Packages: SUNWperl584usr
    Patch: 118815-03 Obsoletes: 122034-01 Requires: Incompatibles: Packages: SUNWesu, SUNWxcu4
    Patch: 118824-01 Obsoletes: Requires: Incompatibles: Packages: SUNWesu, SUNWxcu4
    Patch: 118959-02 Obsoletes: Requires: Incompatibles: Packages: SUNWesu, SUNWaccu
    Patch: 119852-03 Obsoletes: 119943-01 Requires: 118822-21 Incompatibles: Packages: SUNWesu, SUNWhea
    Patch: 119059-13 Obsoletes: Requires: Incompatibles: Packages: SUNWxwplt, SUNWxwopt, SUNWxwacx, SUNWxwman, SUNWxwinc, SUNWxwsrv
    Patch: 119063-01 Obsoletes: Requires: Incompatibles: Packages: SUNWxwplt
    Patch: 121868-03 Obsoletes: Requires: Incompatibles: Packages: SUNWxwplt
    Patch: 119963-05 Obsoletes: Requires: Incompatibles: Packages: SUNWlibC
    Patch: 119280-04 Obsoletes: Requires: Incompatibles: Packages: SUNWmfrun
    Patch: 119213-07 Obsoletes: Requires: Incompatibles: Packages: SUNWpr, SUNWtls, SUNWprd, SUNWtlsd, SUNWtlsu, SUNWjss
    Patch: 119955-03 Obsoletes: Requires: Incompatibles: Packages: SUNWtltk
    Patch: 122064-01 Obsoletes: Requires: Incompatibles: Packages: SUNWtltk
    Patch: 121870-01 Obsoletes: Requires: Incompatibles: Packages: SUNWxwopt
    Patch: 119286-01 Obsoletes: Requires: Incompatibles: Packages: SUNWdtbas
    Patch: 120469-04 Obsoletes: Requires: Incompatibles: Packages: SUNWkrbu, SUNWkdcu
    Patch: 121006-01 Obsoletes: Requires: Incompatibles: Packages: SUNWkrbu, SUNWkdcu
    Patch: 118560-01 Obsoletes: Requires: Incompatibles: Packages: SUNWtnetc
    Patch: 120068-01 Obsoletes: Requires: Incompatibles: Packages: SUNWtnetd
    Patch: 121693-02 Obsoletes: Requires: 118822-25 Incompatibles: Packages: SUNWaudd, SUNWaudh
    Patch: 123358-01 Obsoletes: Requires: Incompatibles: Packages: SUNWugen
    Patch: 121734-04 Obsoletes: Requires: Incompatibles: Packages: SUNWuiu8, SUNWlccom, SUNWeuluf
    Patch: 121081-05 Obsoletes: Requires: 121453-02 Incompatibles: Packages: SUNWccccrr, SUNWccccr, SUNWccfw, SUNWccsign, SUNWcctpx, SUNWccinv, SUNWccccfg, SUNWccfwctrl
    Patch: 120934-01 Obsoletes: Requires: Incompatibles: Packages: SUNWccccrr
    Patch: 122231-01 Obsoletes: Requires: 121453-02 Incompatibles: Packages: SUNWcctpx
    Patch: 120932-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcctpx
    Patch: 123123-02 Obsoletes: Requires: Incompatibles: Packages: SUNWccinv
    Patch: 121118-06 Obsoletes: Requires: 121453-02 Incompatibles: Packages: SUNWppror, SUNWpprou, SUNWupdatemgru, SUNWupdatemgrr, SUNWppro-plugin-sunos-base
    Patch: 121575-01 Obsoletes: Requires: Incompatibles: Packages: SUNWppror
    Patch: 120335-04 Obsoletes: Requires: 121453-01 Incompatibles: Packages: SUNWpprou
    Patch: 120837-01 Obsoletes: Requires: Incompatibles: Packages: SUNWpprou, SUNWppro-plugin-sunos-base
    Patch: 121229-01 Obsoletes: Requires: Incompatibles: Packages: SUNWopenssl-libraries, SUNWopenssl-include
    Patch: 122535-01 Obsoletes: 121294-01 Requires: Incompatibles: Packages: SUNWopenssl-libraries
    Patch: 119254-24 Obsoletes: 119015-03 Requires: 121333-02 Incompatibles: Packages: SUNWswmt, SUNWpkgcmdsu
    Patch: 120746-01 Obsoletes: Requires: Incompatibles: Packages: SUNWswmt
    Patch: 122225-01 Obsoletes: Requires: Incompatibles: Packages: SUNWupdatemgru
    Patch: 120732-01 Obsoletes: Requires: Incompatibles: Packages: SUNWlibusb, SUNWlibusbugen, SUNWsfwhea
    Patch: 118666-05 Obsoletes: Requires: Incompatibles: Packages: SUNWj5rt, SUNWj5cfg, SUNWj5dev, SUNWj5dmo, SUNWj5man
    Patch: 120410-10 Obsoletes: Requires: 119254-13, 121975-01 Incompatibles: Packages: SUNWxi18n, SUNWxim, SUNWiiimu, SUNWiiimr
    Patch: 119648-01 Obsoletes: Requires: Incompatibles: Packages: SUNWvld
    Patch: 120046-01 Obsoletes: Requires: Incompatibles: Packages: SUNWnfscu
    Patch: 120101-01 Obsoletes: Requires: Incompatibles: Packages: SUNWvolu
    Patch: 119313-06 Obsoletes: Requires: Incompatibles: Packages: SUNWwbapi, SUNWwbcor, SUNWwbcou, SUNWwbpro, SUNWdclnt
    Patch: 120452-01 Obsoletes: Requires: Incompatibles: Packages: SUNWwbcor
    Patch: 121308-04 Obsoletes: Requires: Incompatibles: Packages: SUNWmccom, SUNWmcc, SUNWmc, SUNWwbmc
    Patch: 120719-01 Obsoletes: Requires: Incompatibles: Packages: SUNWgzip
    Patch: 119278-09 Obsoletes: 120339-01 Requires: 119059-10 Incompatibles: Packages: SUNWdtdte, SUNWdtwm
    Patch: 121975-01 Obsoletes: Requires: Incompatibles: Packages: SUNWdtdte
    Patch: 121977-01 Obsoletes: Requires: Incompatibles: Packages: SUNWdtdte
    Patch: 121233-01 Obsoletes: Requires: Incompatibles: Packages: SUNWgss
    Patch: 121239-01 Obsoletes: Requires: Incompatibles: Packages: SUNWgss, SUNWhea
    Patch: 118566-01 Obsoletes: Requires: Incompatibles: Packages: SUNWbip
    Patch: 120329-02 Obsoletes: Requires: Incompatibles: Packages: SUNWrcmds
    Patch: 119282-01 Obsoletes: Requires: Incompatibles: Packages: SUNWdtdst, SUNWscgui, SUNWpdas
    Patch: 121487-01 Obsoletes: Requires: Incompatibles: Packages: SUNWdtdst
    Patch: 122735-01 Obsoletes: Requires: Incompatibles: Packages: SUNWdtwm
    Patch: 123121-02 Obsoletes: Requires: Incompatibles: Packages: SUNWwsr2
    Patch: 123140-01 Obsoletes: Requires: Incompatibles: Packages: SUNWwsr2
    Patch: 120201-02 Obsoletes: Requires: Incompatibles: Packages: SUNWxorg-clientlibs, SUNWxorg-headers
    Patch: 119900-02 Obsoletes: 121097-01 Requires: Incompatibles: Packages: SUNWTiff, SUNWTiff-devel
    Patch: 119812-01 Obsoletes: Requires: Incompatibles: Packages: SUNWfreetype2
    Patch: 119065-01 Obsoletes: Requires: Incompatibles: Packages: SUNWfontconfig-root
    Patch: 120460-07 Obsoletes: Requires: Incompatibles: Packages: SUNWgnome-base-libs-root, SUNWgnome-base-libs-share, SUNWgnome-base-libs, SUNWgnome-base-libs-devel-share, SUNWgnome-base-libs-devel
    Patch: 122700-02 Obsoletes: Requires: Incompatibles: Packages: SUNWgnome-base-libs-root
    Patch: 120094-06 Obsoletes: Requires: Incompatibles: Packages: SUNWxwsvr
    Patch: 120284-02 Obsoletes: Requires: Incompatibles: Packages: SUNWgnome-component
    Patch: 120458-01 Obsoletes: Requires: Incompatibles: Packages: SUNWgnome-config
    Patch: 122204-01 Obsoletes: Requires: Incompatibles: Packages: SUNWgnome-config
    Patch: 119906-04 Obsoletes: Requires: Incompatibles: Packages: SUNWgnome-vfs-share, SUNWgnome-vfs
    Patch: 119757-02 Obsoletes: Requires: Incompatibles: Packages: SUNWsmbar, SUNWsmbau, SUNWsmbac
    Patch: 121095-01 Obsoletes: Requires: Incompatibles: Packages: SUNWlibexif
    Patch: 121036-01 Obsoletes: Requires: Incompatibles: Packages: SUNWgnome-a11y-base-libs
    Patch: 122212-03 Obsoletes: 119412-08, 119542-06, 119908-02, 119370-10, 120133-04, 119366-05, 120135-03, 120296-01 Requires: Incompatibles: Packages: SUNWgnome-libs-root, SUNWgnome-libs-share, SUNWgnome-libs, SUNWgnome-panel-root, SUNWgnome-panel-share, SUNWgnome-panel, SUNWgnome-file-mgr-root, SUNWgnome-file-mgr, SUNWgnome-desktop-prefs-share, SUNWgnome-desktop-prefs, SUNWgnome-display-mgr-root, SUNWgnome-display-mgr-share, SUNWgnome-session, SUNWgnome-display-mgr, SUNWgnome-img-editor-share, SUNWgnome-panel-devel, SUNWgnome-session-share, SUNWgnome-themes-share
    Patch: 119988-01 Obsoletes: Requires: Incompatibles: Packages: SUNWxcu4
    Patch: 118676-02 Obsoletes: Requires: Incompatibles: Packages: SUNWsprot, SUNWxcu4t
    Patch: 118683-01 Obsoletes: Requires: Incompatibles: Packages: SUNWsprot
    Patch: 121211-01 Obsoletes: 120217-03 Requires: Incompatibles: Packages: SUNWmctag, SUNWmcon, SUNWmcos, SUNWmcosx
    Patch: 120706-02 Obsoletes: Requires: Incompatibles: Packages: SUNWxildh
    Patch: 118965-01 Obsoletes: Requires: Incompatibles: Packages: SUNWxorg-client-programs
    Patch: 120812-10 Obsoletes: Requires: Incompatibles: Packages: SUNWglrt
    Patch: 119410-03 Obsoletes: Requires: 119370-01 Incompatibles: Packages: SUNWgnome-utility-applets, SUNWgnome-dictionary, SUNWgnome-fun-applets, SUNWgnome-internet-applets, SUNWgnome-intranet-applets, SUNWgnome-mm-applets
    Patch: 119538-04 Obsoletes: Requires: Incompatibles: Packages: SUNWgnome-wm-root, SUNWgnome-wm
    Patch: 122669-01 Obsoletes: Requires: Incompatibles: Packages: SUNWlibgcrypt
    Patch: 122259-01 Obsoletes: Requires: Incompatibles: Packages: SUNWgscr
    Patch: 118884-01 Obsoletes: Requires: Incompatibles: Packages: SUNWhea
    Patch: 119070-04 Obsoletes: Requires: Incompatibles: Packages: SUNWhea
    Patch: 120064-01 Obsoletes: Requires: Incompatibles: Packages: SUNWhea
    Patch: 120741-01 Obsoletes: Requires: Incompatibles: Packages: SUNWhea
    Patch: 120994-01 Obsoletes: Requires: Incompatibles: Packages: SUNWhea
    Patch: 121580-01 Obsoletes: Requires: Incompatibles: Packages: SUNWhea
    Patch: 121721-01 Obsoletes: Requires: Incompatibles: Packages: SUNWhea
    Patch: 121905-01 Obsoletes: Requires: Incompatibles: Packages: SUNWhea
    Patch: 119583-01 Obsoletes: Requires: 118822-16 Incompatibles: Packages: SUNWhea
    Patch: 121394-01 Obsoletes: Requires: 118822-24 Incompatibles: Packages: SUNWhea
    Patch: 118925-03 Obsoletes: 120023-01, 120998-02 Requires: 119374-06, 119689-04 Incompatibles: Packages: SUNWhea
    Patch: 120992-02 Obsoletes: Requires: 118833-06 Incompatibles: Packages: SUNWhea
    Patch: 121128-01 Obsoletes: Requires: 118833-10 Incompatibles: Packages: SUNWhea
    Patch: 122517-01 Obsoletes: 122356-01 Requires: 118833-04 Incompatibles: Packages: SUNWhea
    Patch: 122525-01 Obsoletes: 122358-01 Requires: 118833-04 Incompatibles: Packages: SUNWhea
    Patch: 119810-02 Obsoletes: Requires: Incompatibles: Packages: SUNWicu, SUNWicud
    Patch: 118735-01 Obsoletes: Requires: Incompatibles: Packages: SUNWnisu
    Patch: 119073-03 Obsoletes: Requires: Incompatibles: Packages: SUNWnisu
    Patch: 122029-01 Obsoletes: Requires: Incompatibles: Packages: SUNWnisu
    Patch: 122085-01 Obsoletes: Requires: Incompatibles: Packages: SUNWnisu
    Patch: 119586-02 Obsoletes: 119336-01 Requires: Incompatibles: Packages: SUNWcpcu
    Patch: 119580-02 Obsoletes: 119332-01 Requires: 118822-03 Incompatibles: Packages: SUNWcpcu
    Patch: 122752-03 Obsoletes: Requires: 118833-09, 119578-21, 120272-03 Incompatibles: Packages: SUNWfmd, SUNWcslr
    Patch: 118346-04 Obsoletes: Requires: Incompatibles: Packages: SUNWcslr
    Patch: 119143-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcslr
    Patch: 119826-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcslr
    Patch: 120032-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcslr
    Patch: 120473-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcslr
    Patch: 122251-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcslr
    Patch: 119601-06 Obsoletes: Requires: Incompatibles: Packages: SUNWgnome-l10nmessages-ru
    Patch: 120198-04 Obsoletes: Requires: Incompatibles: Packages: SUNWpiclu
    Patch: 121557-01 Obsoletes: Requires: Incompatibles: Packages: SUNWpiclu
    Patch: 121944-01 Obsoletes: Requires: Incompatibles: Packages: SUNWpiclu
    Patch: 122087-01 Obsoletes: Requires: Incompatibles: Packages: SUNWpiclu
    Patch: 122523-01 Obsoletes: 122388-01 Requires: Incompatibles: Packages: SUNWpiclu
    Patch: 122537-01 Obsoletes: Requires: Incompatibles: Packages: SUNWpiclu
    Patch: 120807-01 Obsoletes: Requires: Incompatibles: Packages: SUNWmdu
    Patch: 120809-01 Obsoletes: Requires: Incompatibles: Packages: SUNWmdu
    Patch: 121010-01 Obsoletes: Requires: Incompatibles: Packages: SUNWmdu
    Patch: 122083-01 Obsoletes: Requires: Incompatibles: Packages: SUNWmdu
    Patch: 123066-01 Obsoletes: Requires: Incompatibles: Packages: SUNWmdu
    Patch: 119081-20 Obsoletes: 119145-07, 119250-04 Requires: 119254-11, 120900-03 Incompatibles: Packages: SUNWadmc, SUNWadmlib-sysid, SUNWinst
    Patch: 120199-04 Obsoletes: Requires: Incompatibles: Packages: SUNWadmr, SUNWadmap
    Patch: 119252-11 Obsoletes: Requires: Incompatibles: Packages: SUNWadmap
    Patch: 121430-10 Obsoletes: 121435-04, 121437-02 Requires: Incompatibles: Packages: SUNWlur, SUNWluu
    Patch: 121306-02 Obsoletes: Requires: Incompatibles: Packages: SUNWlur
    Patch: 120235-01 Obsoletes: Requires: 119254-03 Incompatibles: Packages: SUNWluzone
    Patch: 121428-03 Obsoletes: Requires: 120235-01 Incompatibles: Packages: SUNWluzone
    Patch: 120629-02 Obsoletes: Requires: Incompatibles: Packages: SUNWpool
    Patch: 118731-01 Obsoletes: Requires: Incompatibles: Packages: SUNWzoneu
    Patch: 119470-07 Obsoletes: Requires: Incompatibles: Packages: SUNWluxop, SUNWluxopr
    Patch: 119534-07 Obsoletes: Requires: Incompatibles: Packages: SUNWinst
    Patch: 120849-04 Obsoletes: Requires: Incompatibles: Packages: SUNWipged
    Patch: 121606-01 Obsoletes: Requires: Incompatibles: Packages: SUNWPython, SUNWPython-devel
    Patch: 121671-01 Obsoletes: Requires: Incompatibles: Packages: SUNWPython
    Patch: 119764-03 Obsoletes: Requires: Incompatibles: Packages: SUNWipmi
    Patch: 121189-02 Obsoletes: Requires: Incompatibles: Packages: SUNWced
    Patch: 117465-02 Obsoletes: Requires: Incompatibles: Packages: SUNWaccu
    Patch: 120038-01 Obsoletes: Requires: Incompatibles: Packages: SUNWaccu
    Patch: 121104-01 Obsoletes: Requires: Incompatibles: Packages: SUNWacroread
    Patch: 119315-05 Obsoletes: Requires: Incompatibles: Packages: SUNWmga
    Patch: 119284-01 Obsoletes: Requires: Incompatibles: Packages: SUNWdtezt
    Patch: 119090-19 Obsoletes: 121980-03 Requires: Incompatibles: Packages: SUNWiscsir, SUNWiscsiu
    Patch: 119092-07 Obsoletes: Requires: Incompatibles: Packages: SUNWiscsir
    Patch: 118879-01 Obsoletes: Requires: Incompatibles: Packages: SUNWdhcsu
    Patch: 120780-02 Obsoletes: Requires: Incompatibles: Packages: SUNWixgb
    Patch: 119115-17 Obsoletes: Requires: Incompatibles: Packages: SUNWmoznspr, SUNWmozilla, SUNWmozmail, SUNWmozpsm, SUNWmozilla-devel
    Patch: 121136-01 Obsoletes: Requires: Incompatibles: Packages: SUNWacroread-plugin
    Patch: 120099-03 Obsoletes: Requires: Incompatibles: Packages: SUNWapbas
    Patch: 120543-02 Obsoletes: Requires: Incompatibles: Packages: SUNWapch2r, SUNWapch2u, SUNWapch2d
    Patch: 121265-02 Obsoletes: Requires: Incompatibles: Packages: SUNWust1
    Patch: 119703-05 Obsoletes: Requires: Incompatibles: Packages: SUNWladm
    Patch: 119546-04 Obsoletes: Requires: Incompatibles: Packages: SUNWapoc
    Patch: 119903-01 Obsoletes: Requires: Incompatibles: Packages: SUNWolrte
    Patch: 118667-05 Obsoletes: Requires: Incompatibles: Packages: SUNWj5rtx, SUNWj5dmx, SUNWj5dvx
    Patch: 120454-01 Obsoletes: Requires: Incompatibles: Packages: SUNWapoc-adapter-gconf
    Patch: 122416-01 Obsoletes: Requires: Incompatibles: Packages: SUNWale
    Patch: 119246-15 Obsoletes: Requires: Incompatibles: Packages: SUNWman
    Patch: 118890-02 Obsoletes: 121278-01 Requires: Incompatibles: Packages: SUNWarcr
    Patch: 122119-03 Obsoletes: Requires: Incompatibles: Packages: SUNWarrf
    Patch: 122180-01 Obsoletes: Requires: Incompatibles: Packages: SUNWarrf
    Patch: 119407-06 Obsoletes: Requires: 121734-01 Incompatibles: Packages: SUNWi5cs, SUNWeeuos, SUNWeeudt, SUNWeeuow
    Patch: 119130-20 Obsoletes: 119086-05, 120342-04 Requires: Incompatibles: Packages: SUNWjfca, SUNWjfcau, SUNWf

    OK, I see that dbm_open is NOT mt safe. But please look at the stack, it shows:
    [1] dbm_open[...]
    [2] dbm_open[...]
    [3] operator new[...]
    which means the implementation of operator new is calling dbm_*. I didn't implement operators new/delete, they are Solaris implemented.
    I agree there are several explanations, including:
    1. the stack is wrong - unlikely because the others frames are matching perfectly with my code
    2. because of other problems in my code the stack or other parts of memory are corrupted
    In this moment I would like to know if Solaris implementation of allocation of memory is USING dbm_* and if so, how it is supposed to work. If not, anybody has any idea why dbx shows me this kind of stack (operator new/delete calling dbm_* methods)...
    As I said, the cores I have show this kind of stack over and over again. That's why I am supposing there are chances the problem being somehow related to OS... Obviously I am further collecting them and hope to see something.
    Using dbm in an MT program is a source of several of
    these errors, which is why I recommend resolving that
    issue first.I am not using dbm_* calls anywhere in my code (not directly at least)...
    Thx
    Radu

  • Loading Classes with JarClassLoader via https

    I Tried the Examples under
    http://developer.java.sun.com/developer/Books/JAR/api/jarclassloader.html
    With this example you are able to load a class from an remote jar-file
    via an HTTP Server e.g. Netscape Enterprise Server down to your PC
    with the Command: java JarRunner http://xxx:<port#>/<mypath>/<myjar>.jar
    Does anybody know, how to load the class from the remote jar-file via
    https ? java JarRunner https://xxx:<port#>/<mypath>/<myjar>.jar ?

    Load the Java Secure Socket Extensions (http://java.sun.com/products/jsse/). This will provide a handler for HTTPS URL's. Obviously not a great option for internet applets...
    Chuck

  • Applets, JavaScript and Internet Explorer

    Hey guys
    Is there any way that an applet can call javascript functions in Internet Explorer? I know it's possible in Netscape, but I've yet to come across a viable solution for Internet Explorer.
    I've got an HTML page and I want the applet to be able to change the content of a certain part of the page (a marquee) every so often. It doesn't need to use a JavaScript call if you can think of a better solution, but that's the only way that I've tried so far.
    A big thanks to anyone out there who can help me
    Ryen

    There is an easy way to change HTML code from JavaScript by calling an applet, which is not exactly what you want, but is much more simplier.
    Define your applet as scriptable=true.
    Within JavaScript call the method that knows the information you want to print and make it return as a String.
    For example:
    // JavaScript
    View.innerText = myApplet.giveMeMore(); // return a string.
    // The HTML View
    <div id="View"></div>
    You can see something like that with an Swing Applet in http://www.amicworld.com by following XmlBroker.

  • Applet failed to load in Internet Explorer when using JRE 1.5 update 5

    I have downloaded JRE 1.5 Update 5 and checked the relevant checkbox in Internet Explorer Advanced tab to use JRE 1.5 for applets. Did the same in Java Control Panel. However none of the applets seem to load.
    For example I went to this site:
    http://java.com/en/download/help/testvm.xml
    The applet didn't load and I got the following error in my Sun Java Console :
    load: class JavaVersionDisplayApplet.class not found.
    java.lang.ClassNotFoundException: JavaVersionDisplayApplet.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more

    And it's the same behaviour in JRE 1.5 update 8 as well.

  • Java applet not showing up in Internet Explorer 8

    Hi,
    I have an applet tag in a JSP, and it is not working in Internet Explorer 7 and 8.
    Yes, I have read that the applet tag was deprecated - the problem is that it is working for my colleague, also in IE8.
    Java is enabled on my machine/IE options.
    Could anyone please suggest what the issue might be?
    Thanks.

    I haven't tried resizing the applet yet. Since you all mentioned it I am going to play with that later today.
    To elaborate on the fix, yes - updating to Java 6 - 16 will allow IE 8 to display applets.
    Just in case anyone else runs into this issue as well:
    I am running Vista on a 64 bit.
    It has two directories named Program Files:
    One named just "Program Files" - evidently for the 64 bit stuff.
    Another named something like "Program Files (x86)".
    Apparently it will look into "Program Files" - the 64 bit one by default.
    I haven't found a 64 bit version of Java 6 - 16 to install - the only 64 bit one is some version of 1.5, unless I am missing something, so the Java 6 - 16 installed into the Program Files(x86), and 1.5 into Program Files. Windows pointed JAVA_HOME to 1.5 because it looks into the Program Files by default.
    The result was that when I went to the Java site it analyzed my Java version and told me I have the most up to date version. But -
    java -version on the console returned 1.5. Confusing at first, but on such systems, apparently the JAVA_HOME has to be explicitly repointed to the (x86) Program File directory.

  • Java Applet Background Color Problem on Internet Explorer

    Hi,
    Please check out the following URL:
    http://www.utopiainteractive.com/clients/AkonFinal/glossary.htm
    The menu bar is writting in Java Applet. If you scroll down the page, and scroll back up, I see white background as I scroll back up. It happens only on Internet explorer. Neither Java Applet nor HTML Body bg color is white. I am kinda lost, and any help would really be appreciated.
    Thank you and look forward to hearing from someone soon.
    Sachin

    Hi,
    Well I used HtmlConver utility to generate applet html code, so I assume nothing is wrong with Object tag. Do you know what could cause this problem on Internet explorer? To be honest, I spent last couple of days, but I am just lost. It absolutely works fine on Netscape.
    Thanks,
    Sachin

  • Strange image-cacheing in Internet-Explorer with Java1.5-Applet

    I have written a Java-Applet for showing image-slideshows.
    In short words, the applet loads an image, scales it to screen-size,
    and loads the next image when one clicks on the applet.
    The applet causes a problem in MS Internet Explorer. The memory allocated by an image is never freed. After about 30-40 images, more tham 100MB are allocated by the JVM and the JVW crashes throwing an OutOfMemoryError.
    The same Applet runs fine on Netscape and Mozilla. Here, the memory allocated is always between 8 and 25 MB, even after sliding through hundreds of images.
    Some more coordinates:
    The applet is written in Java1.5 source code. My test-system is a P4 with Windows XP SP2. I have tried out Sun's JVM 1.5.0_03 and BEA's JVM JRockit 1.5.0_02 as browser-plugins, both cause the same problem in MS-IE6.
    I have tried to replace Applet.getImage() by com.sun.image.codec.jpeg.JPEGCodec.decodeAsBufferedImage() - same results.
    I have tried to flush any loaded images explicitely in the Applet.stop()-method, but no effort.
    The images are definitely not stored in some static containers inside my applet. The problem occurs on the level of the JVM/browser-constellation.
    Now my question: Is there any trick to affect the cacheing-mechanisms of the JVM? Image.flush() does not solve the problem.
    Is this a Java1.5 bug? Or a MS-IE bug?
    Is there anything that I did not consider?
    Thanks in advance

    I have written a Java-Applet for showing image-slideshows.
    In short words, the applet loads an image, scales it to screen-size,
    and loads the next image when one clicks on the applet.
    The applet causes a problem in MS Internet Explorer. The memory allocated by an image is never freed. After about 30-40 images, more tham 100MB are allocated by the JVM and the JVW crashes throwing an OutOfMemoryError.
    The same Applet runs fine on Netscape and Mozilla. Here, the memory allocated is always between 8 and 25 MB, even after sliding through hundreds of images.
    Some more coordinates:
    The applet is written in Java1.5 source code. My test-system is a P4 with Windows XP SP2. I have tried out Sun's JVM 1.5.0_03 and BEA's JVM JRockit 1.5.0_02 as browser-plugins, both cause the same problem in MS-IE6.
    I have tried to replace Applet.getImage() by com.sun.image.codec.jpeg.JPEGCodec.decodeAsBufferedImage() - same results.
    I have tried to flush any loaded images explicitely in the Applet.stop()-method, but no effort.
    The images are definitely not stored in some static containers inside my applet. The problem occurs on the level of the JVM/browser-constellation.
    Now my question: Is there any trick to affect the cacheing-mechanisms of the JVM? Image.flush() does not solve the problem.
    Is this a Java1.5 bug? Or a MS-IE bug?
    Is there anything that I did not consider?
    Thanks in advance

  • Java Applet not displaying in Internet Explorer Options

    For some reason my Internet Explorer browser is refusing to use Java. I've installed IE 8 and reinstalled the Java application, yet when I go to check the IE Options, the Java Applet does not even display as a selectable option. It works just fine in Firefox, which is what baffles me. As a direct result of this, my Java Desktop applications aren't working properly either. I have one that creates custom playing cards and I can change the backgrounds and view all my cards, but it will not save the information, an error of which I believe to be related to how Java isn't working with IE 8.
    Any ideas? I've made sure that my virus protection is up to date. I'm at my wits end.

    I'm having this exact or a very similar issue on Windows 7 Home Premium (64 bit) laptop with JRE 1.6.0_17
    smccoy wrote:
    Java doesn't work with my Internet Explorer, but it does work with Firefox. After deleting "temporary Internet Files" and restarting Internet Explorer 8.0.7600.16385 Java applets work on the browser.
    >
    Java does not appear in my Internet Options advanced tab.This is the main problem I have, Java is nowhere to be seen under Internet Options
    >
    And, in the Java control panel advanced default browser for Java, the IE is checked but greyed out. Same thing here
    Only thing I can think of is that I've installed both the 32 bit and 64 bit JRE on this machine so I can have Java on both IE 32 bit an IE 64 bit.
    Mght that come into play here?

  • Applet isn't loading up in Internet Explorer.

    I have an applet which I wish to run in a webpage.
    I use the appletviewer for viewing my applet but the problem is when I try to run it through the internet explorer 5.0.
    Could anybody help me?
    Here's the code for my program...
    import java.awt.*;          
    import java.applet.Applet;     
    public class ComponentLabel extends Applet{
    Label lblhello;     
         public void init(){
    lblhello=new Label("Hello");
         add(lblhello);
    Here's the code for the HTML page that I've made for viewing the program.
    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body bgcolor="#FFFFFF" text="#000000" background="bbg.jpg">
    <applet code="ComponentLabel.class" width="994" height="67">
    </applet>
    </body>
    </html>
    It says a ComponentLabel.class not loaded... is it something about the path or do I need a constructor or something?

    I had the same problem with the latest version of Internet Explorer (v6.0) that I downloaded from Microsoft yesterday.
    Compiling with javac -target 1.1 solved the problem a class that extends Applet. However, this does not seem to work for a class that extends JApplet. (I understand that JApplet is needed for Swing components to work correctly.) Is there any way to get Internet Explorer (v6.0) to work with Swing components and/or JApplet ?
    Thanx.

  • Png images not shown in applet when opened in internet explorer

    hi all,
    I am using some transparent PNG images in my applet . Its working properly in appletviewer as well as netscape but images just disappear in internet explorer.
    same image appears in internet explorer but not in applet in internet explorer.
    can anybody help me ?
    thanks

    The java version that IE has doesn't have support for PNG, only gif and jpeg.

  • Signed applet runs in Firefox but not in Internet Explorer

    I've signed an applet with
    keytool -genkey -validity 3650 -keyalg rsa -alias ddkey
    keytool -export -alias ddkey -file ddcert.crt
    jarsigner planner.jar ddkey
    jarsigner -verify -verbose -certs planner.jar
    but loaded from the webserver with...
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>
    <HEAD>
    <TITLE>Planner </TITLE>
    </HEAD>
    <BODY>
    <APPLET CODE="mypack/Planner.class" ARCHIVE="planner.jar" WIDTH="100%" HEIGHT="100%">
    <PARAM name="customer" value="mycustomer">
    </APPLET>
    </BODY>
    </HTML>
    .... the applet only works with firefox and not in Internet Explorer. Even with a new certificate, IE does not ask me whether I trust the applet or not. Only a blank screen with a red cross..
    In spite of having configured "show Java console", the Java console is NOT opened in the task bar, so I cannot add further log messages....
    Why do the two browsers behave differently?? How can I fix it?
    Appreciate any hint :-)

    When I see "it doesn't work in IE" I always have to ask: Windows 7? 64 bits system? Are you sure you are running this in the 64 bits internet explorer? The default IE is the 32 bits version, so if you don't have a 32 bits Java runtime installed applets are not going to work at all, signed or otherwise.

Maybe you are looking for

  • Can File Based events Handle wildcards in the filename

    The question was can file events handle wildcards in the filename? That way, the object scheduled to handle the event can query the file event specifics and process accordingly. The impact is that we will have to create a file event for every event t

  • Slug Text in Illustrator Separations not printing

    We've just installed CS3 on a new computer and in Illustrator the text that should be in the slug line will not print. All the text in the art and separations prints fine but no color separation info is printed. Are we missing a font or something els

  • Request still running no idocs are arrived into BI

    Hi Experts, I'm working on EHP1[BI 7.01] and trying to load the data from R/3 system with generic data source. The records are updated in PSA[data source] and which is showing "12:25:21 ( 15 From 0 Records ) " and with yellow status with the below in

  • Clear Selection in a Gallery

    I am using a rectangle to highlight selection of a row within a gallery by setting its visible property. How do I use a button ouside the gallery to clear any selection within the gallery? Thanks, Jatin Jatin

  • Correct way to call the character "&"

    I'm just full of questions today... I have a logo image called B&JBicycleBox_Resized_203x70.jpg  (Note the "&" character - that's where my question is coming from...) DW puts this as the HTML to reach it: <a target="_blank" href=" http://bandjbicycle