Problem in loading applet in HotJava browser

I am having a problem in loading a simple applet in HotJava
browser
The code of the applet is shown below
import java.awt.*;
import java.applet.*;
public class HelloJava extends Applet
public void paint(Graphics g)
g.drawString("Hello Java", 10, 100);
The code of the HTML file HelloJava.html is shown below :
<HTML>
<! This page includes a welcome title in the title bar and also
displays a welcome message. Then it specifies the applet to
be loaded and executed.
>
<HEAD>
<TITLE>
Welcome to Java Applets
</TITLE>
</HEAD>
<BODY>
<CENTER>
<H1> Welcome to the World of Applets </H1>
</CENTER>
<BR>
<CENTER>
<APPLET
CODE = HelloJava.class
WIDTH = 400
HEIGHT = 200 >
</APPLET>
</CENTER>
</BODY>
</HTML>
ON opening the HTML file in HotJava Browser, the following error comes up :
HelloJava: class not loaded: file:/D:/Poonam/Java/Src1/HelloJava.class:
java.lang.ClassNotFoundException: HelloJava: class not loaded: file:/D:/Poonam/Java/Src1/HelloJava.class

Well the obvious question is what is utilities.PropertyManager up to at line 23? It appears to be trying to get the system classloader which applets aren't allowed to do.
You should probably be using the ClassLoader from the class in question.

Similar Messages

  • Could not load applet in a browser using jre 1.6.0_06

    Hi,
    I am facing problem with loading applets when the browser uses jre 1.6.0_06.
    Not able to understand what actually the problem is, I tried to check with a small applet that would simply print Hello World on the java console. Even this applet also could not be loaded on the browser. I could load this applet in the test environment of eclipse, but not able to load it on the browser when the applet is deployed on Tomcat.
    We have no problems in loading applet if the browser is using an earlier version of the jre.
    One more thing we have found out that, if we change the SSL cipher suite of the ssl.conf file such that it can support weaker protocols, my applet works with jre 1.6.0_06 also.
    But one thing we could not understand is that why changes in SSL cipher suite of the ssl.conf file creates problem in loading the applet, only in case the browser is using jre 1.6.0_06. I mean to say that changes in the SSL cipher suite does not create any problem in loading the applet if my browser is using an earlier version of jre 1.6.0_06.
    Please help me out as I don't have any clue regarding this problem.
    Thanks in advance.

    Hi,
    We have found a wor around for this problem.
    The following option has been unchecked and the applet could be loaded.
    Go to java control panel
    Under the Advanced Tab
    Under the Security section
    Uncheck the last option "Use TLSv1.0".
    This makes the applet work.
    But could not understand as why this is creating a problem.
    We have tried to include TLSv1.0 in the cipher suite of our apache server, while keeping the above option in java plugin control panel checked, but even that did not solve the problem.
    Please help me of how should I proceed for this problem, as I am totally stuck.
    Thank you.

  • Problem while loading applet in opera- very urgent please

    hi,
    I am having problem while loading applet in opera browser. Showing "Applet loading " continuously. I am trying to use URLConnection to read information from applet's own host. I cant find the exact problem what is happening, Since there is no error message in browser Javaconsole.
    If anybody have idea on this please help me. I am in great hurry.
    Thanks in advance.
    Rao. V

    hi this is rao,
    I inserted a lot of System.out statements throughout applet life cycle. But they are not displaying in java console. I think the problem is in Opera-java settings. Since i am new to the opera environment i cant get right solution.
    Please help me if anybody having clear idea on this aspect.
    thanks in advance

  • Problem on loading applet netscape4.73 in macos9 very urgent pls help me

    Hello,
    Problems on loading applet in Netscape4.73(jre1.1.5) AppleMac OS-9.
    when i try to load applet of size ~ 200kb in Netscape 4.73 AppleMac os9, then browser abruptly closing with the AppleMac os error message :- the Applicarion " Netscape Communicator " has unexpectedly quit because an error of type 2 occured. And then asking for system restart.
    Since i am new to the AppleMac environment i cant adjust the settings please help me to overcome the problem. Its Very urgent and i am in great hurry pls.
    thanks in advance.
    Rao. V.N.

    Hi Rao,
    I'm not a mac-os specialist (even I had some business with mac !!), and it is very difficult speaking in blind, but I have severals questions that may help you.
    - Did you try you applet in other AppleMac plateform ?
    - Does your applet work fine in other browser/plateform ?
    - Does a small applet work fine on this plateform with this browser ?
    - Does you applet contains instructions like System.exit, System.* or try to access (read or write) to local files ?
    Otherelse it is possible you have problem with your jre config, try to configure your plugin with command like : -Xmx64m -Xms16m
    (These commands tell the plugin to use at least 16 Mo memory and 64 Mo for the maximum see : http://java.sun.com/docs/hotspot/gc/)
    Hope that will help you

  • Problem in loading applet

    Hi...
    i m facing problem in loading my applet, my root directory (Chat) is placed in webapps. i m copying my classes in WEB-INF/classes & then in a package, named 'chat'.... which includes all my beans & applets... i m using JApplet component from swing .... i m gettin following error msg when i try to load it on a webpage
    oad: class ChatServer.class not found.
    java.lang.ClassNotFoundException: ChatServer.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)
    i even tried with the <jsp:plugin>, but it didn't work, can anyone guide me what shall i need to do if i want to load the applet from the same arrangement?
    thanx

    Use the plugin for your browser that corresponds to the version of the JDK that the server is running, ie 1.2 plugin for 1.2 server.
    jairag wrote:
    Hi!
    When I try this Hello example of weblogic in 4.5 I am getting the following error.
    How to resolve this?
    Very Urgent.
    thanks in advance.
    regards,
    jai
    HelloApplet: an exception occurred:
    [Root exception is weblogic.rmi.UnmarshalException: Unmarshalling return
    - with nested exception:
    [java.io.EOFException]]javax.naming.CommunicationException
    at weblogic/jndi/toolkit/ExceptionTranslator.toNamingException
    at weblogic/jndi/toolkit/ExceptionTranslator.toNamingException
    at weblogic/jndi/WLInitialContextFactory.toNamingException
    at weblogic/jndi/WLInitialContextFactory.newContext
    at weblogic/jndi/WLInitialContextFactory.getInitialContext
    at weblogic/jndi/Environment.getContext
    at weblogic/jndi/Environment.getInitialContext
    at weblogic/rmi/Naming.getContext
    at weblogic/rmi/Naming.lookup
    at HelloAppletLocal.init
    at com/ms/applet/AppletPanel.securedCall0
    at com/ms/applet/AppletPanel.securedCall
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.run
    at java/lang/Thread.run
    --------------- nested within: ------------------
    weblogic.rmi.UnknownHostException: Could not init server [T3://sanjay:7001/HelloServer]
    - with nested exception:
    [[Root exception is weblogic.rmi.UnmarshalException: Unmarshalling return
    - with nested exception:
    [java.io.EOFException]]javax.naming.CommunicationException]
    at weblogic/rmi/Naming.getContext
    at weblogic/rmi/Naming.lookup
    at HelloAppletLocal.init
    at com/ms/applet/AppletPanel.securedCall0
    at com/ms/applet/AppletPanel.securedCall
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.run
    at java/lang/Thread.run

  • Problem in loading applet from non executable jar file

    hello ,
    I am new to jar concept plz help.. I am trying to call an applet from another applet through frame it is working fine but its download time is much more. now i want to store all my images , sound files and class files of other applets in a jar file and want to access these inner applets from this jar file so that it will make only one http connection with the server for this jar file only and can reduce the download time of applet.
    Can anyone can give me suggestion plz..
    Thanx

    You have to download what you have to download. You
    probably can't easily share images between 2 separate
    Jar files. Unless you can expose them through the
    other applet via a method that can be known once you
    have the reference to the other applet.Thanx but i think i have to elaborate the problem :
    my project structure is just like this ::
    on the top is ::
    Applet A---> from this applet i am callling Applet B & Applet C in frame
    and communication is established between these 3 applets successfully .
    now i have made a single non executable jar file which contains images , sound and class files of these applets .
    so i am referencing images and sound files in applets through this jar.
    but i wanted to load Applet B & C through this jar file only.
    How can i do this ??
    Thanx .. I hope now the problem is clear

  • Problem in loading applet into java card.

    Hi all,
    I have developed an applet using java card development kit 2.2.2 and JDK1.5. The cap file is generated successfully. Am using gpshell to load applet into the card but am getting an error saying "Error : load_applet() returns 0x80206A80 (6A80: Wrong data / Incorrect values in command data.)" . Can anyone please tell me where am wrong. My install file contains :
    mode_211
    enable_trace
    establish_context
    card_connect
    select -AID a0000000030000
    open_sc -security 1 -keyind 0 -keyver 0 -mac_key 404142434445464748494a4b4c4d4e4f -enc_key 404142434445464748494a4b4c4d4e4f // Open secure channel
    delete -AID a00000006203010c0101
    delete -AID a00000006203010c01
    delete -AID a00000006203010c0101
    install -file wallet.cap -nvCodeLimit 28500 -nvDataLimit 28500 -instParam 00 -priv 2
    card_disconnect
    release_context
    and when i execute gpshell install.txt, i get error like :
    mode_211
    enable_trace
    establish_context
    card_connect
    select -AID a0000000030000
    Command --> 00A4040007A0000000030000
    Wrapped command --> 00A4040007A0000000030000
    Response <-- 6F658408A000000003000000A5599F6501FF9F6E06405163452900734A06072A864886FC6B01600C060A2A864886FC6B02020101630906072A864886FC6B03640B06092A864886FC6B040215650B06092B8510864864020103660C060A2B060104012A026E01029000
    open_sc -security 1 -keyind 0 -keyver 0 -mac_key 404142434445464748494a4b4c4d4e4f -enc_key 404142434445464748494a4b4c4d4e4f // Open secure channel
    Command --> 80CA006600
    Wrapped command --> 80CA006600
    Response <-- 664C734A06072A864886FC6B01600C060A2A864886FC6B02020101630906072A864886FC6B03640B06092A864886FC6B040215650B06092B8510864864020103660C060A2B060104012A026E01029000
    Command --> 8050000008F156D9048BF4FB6800
    Wrapped command --> 8050000008F156D9048BF4FB6800
    Response <-- 00008247040433914208FF020052DF76EF50F6457F4F16E031638B009000
    Command --> 84820100109D59E7CE033B4A5B70115EB7CA3F523C
    Wrapped command --> 84820100109D59E7CE033B4A5B70115EB7CA3F523C
    Response <-- 9000
    delete -AID a00000006203010c0101
    Command --> 80E400800C4F0AA00000006203010C010100
    Wrapped command --> 84E40080144F0AA00000006203010C01011C9450FF5E3DCB3800
    Response <-- 6A88
    delete_applet() returns 0x80206A88 (6A88: Referenced data not found.)
    delete -AID a00000006203010c01
    Command --> 80E400800B4F09A00000006203010C0100
    Wrapped command --> 84E40080134F09A00000006203010C013421B120E65613F100
    Response <-- 009000
    delete -AID a00000006203010c0101
    Command --> 80E400800C4F0AA00000006203010C010100
    Wrapped command --> 84E40080144F0AA00000006203010C010136D28BC08D59D9FA00
    Response <-- 6A88
    delete_applet() returns 0x80206A88 (6A88: Referenced data not found.)
    install -file wallet.cap -nvCodeLimit 28500 -nvDataLimit 28500 -instParam 00 -priv 2
    Command --> 80E602002009A00000006203010C0608A000000003000000000AEF08C6026F60C7026F540000
    Wrapped command --> 84E602002809A00000006203010C0608A000000003000000000AEF08C6026F60C7026F54005A411C50F04D651900
    Response <-- 009000
    Command --> 80E80000EFC48203BD010013DECAFFED010202000109A00000006203010C0602001F0013001F000000150062001201CB000A003C000700D600000000000002000004001502030107A0000000620101000107A000000062000106001200800302000104040000005CFFFF004F00640701CB000543188C0003188F00133D0610088C00028700191E2529041E160441044131191E2529051E160541044131191E252906AD00191E044116068B0004188B00057A05308F00063D181D1E8C00073B7A0110AD008B00086104037804780110AD008B00097A0221198B000A2D198B000B60101A042510A46B037A116E008D000C1A032510
    Wrapped command --> 84E80000F7C48203BD010013DECAFFED010202000109A00000006203010C0602001F0013001F000000150062001201CB000A003C000700D600000000000002000004001502030107A0000000620101000107A000000062000106001200800302000104040000005CFFFF004F00640701CB000543188C0003188F00133D0610088C00028700191E2529041E160441044131191E2529051E160541044131191E252906AD00191E044116068B0004188B00057A05308F00063D181D1E8C00073B7A0110AD008B00086104037804780110AD008B00097A0221198B000A2D198B000B60101A042510A46B037A116E008D000C1A032510CCBBB987BED1F686
    Response <-- 6A80
    load_applet() returns 0x80206A80 (6A80: Wrong data / Incorrect values in command data.)
    Thanks in advance

    Hi all,
    Sorry above i forgot to mention the java card am using. It is JCOP21 and in its datasheet its mentioned that it specification needed are javacard development kit 2.2.1, is that may be the reason for this error?
    Thanks in advance

  • Problem in loading applets

    HI,
    Im facing a problem when im trying to open a URL containing a applet in IE 7.
    When i checked in the settings of IE the JVM used for loading of applets is java 2 v 1.5.0_03.
    This JRE is installed in my system.
    The error im getting in the browser is
    "THe JAVA RUN TIME ENVIRONMENT CANNOT BE LOADED"

    Well, this needs further investigation, Mr. Watson ;)
    Looking at the output you provided, it seems to me that you ommited the cache_version parameter. (on purpose?)
    The caching process involves the check for newer versions of the jars: this can be done either using the version tag, or letting plugin compare the cached jars with the ones on the server using their timestamp. According to the output you've got, the verification is done using that timestamp. This might be the problem.
    Did you check the logs of your webserver -you're using apache, right? Nothing unusual there? Raised debuglevel there?
    You could try to exclude some possible problems by trying to change the verification process: Instead of using the timestamp, give it a try and use version numbers for your jars.
    Since the version numbers are coded in the object tag in your jsp page, plugin can do the verification without getting the jar-files' timestamps.
    If this solves the problem, the timestamp is definitely the cause of your trouble.
    ;)

  • Problem in Loading Applet using WebLogic 4.5

    Hi!
    When I try this Hello example of weblogic in 4.5 I am getting the following error.
    How to resolve this?
    Very Urgent.
    thanks in advance.
    regards,
    jai
    HelloApplet: an exception occurred:
    [Root exception is weblogic.rmi.UnmarshalException: Unmarshalling return
    - with nested exception:
    [java.io.EOFException]]javax.naming.CommunicationException
         at weblogic/jndi/toolkit/ExceptionTranslator.toNamingException
         at weblogic/jndi/toolkit/ExceptionTranslator.toNamingException
         at weblogic/jndi/WLInitialContextFactory.toNamingException
         at weblogic/jndi/WLInitialContextFactory.newContext
         at weblogic/jndi/WLInitialContextFactory.getInitialContext
         at weblogic/jndi/Environment.getContext
         at weblogic/jndi/Environment.getInitialContext
         at weblogic/rmi/Naming.getContext
         at weblogic/rmi/Naming.lookup
         at HelloAppletLocal.init
         at com/ms/applet/AppletPanel.securedCall0
         at com/ms/applet/AppletPanel.securedCall
         at com/ms/applet/AppletPanel.processSentEvent
         at com/ms/applet/AppletPanel.processSentEvent
         at com/ms/applet/AppletPanel.run
         at java/lang/Thread.run
    --------------- nested within: ------------------
    weblogic.rmi.UnknownHostException: Could not init server [T3://sanjay:7001/HelloServer]
    - with nested exception:
    [[Root exception is weblogic.rmi.UnmarshalException: Unmarshalling return
    - with nested exception:
    [java.io.EOFException]]javax.naming.CommunicationException]
         at weblogic/rmi/Naming.getContext
         at weblogic/rmi/Naming.lookup
         at HelloAppletLocal.init
         at com/ms/applet/AppletPanel.securedCall0
         at com/ms/applet/AppletPanel.securedCall
         at com/ms/applet/AppletPanel.processSentEvent
         at com/ms/applet/AppletPanel.processSentEvent
         at com/ms/applet/AppletPanel.run
         at java/lang/Thread.run

    Use the plugin for your browser that corresponds to the version of the JDK that the server is running, ie 1.2 plugin for 1.2 server.
    jairag wrote:
    Hi!
    When I try this Hello example of weblogic in 4.5 I am getting the following error.
    How to resolve this?
    Very Urgent.
    thanks in advance.
    regards,
    jai
    HelloApplet: an exception occurred:
    [Root exception is weblogic.rmi.UnmarshalException: Unmarshalling return
    - with nested exception:
    [java.io.EOFException]]javax.naming.CommunicationException
    at weblogic/jndi/toolkit/ExceptionTranslator.toNamingException
    at weblogic/jndi/toolkit/ExceptionTranslator.toNamingException
    at weblogic/jndi/WLInitialContextFactory.toNamingException
    at weblogic/jndi/WLInitialContextFactory.newContext
    at weblogic/jndi/WLInitialContextFactory.getInitialContext
    at weblogic/jndi/Environment.getContext
    at weblogic/jndi/Environment.getInitialContext
    at weblogic/rmi/Naming.getContext
    at weblogic/rmi/Naming.lookup
    at HelloAppletLocal.init
    at com/ms/applet/AppletPanel.securedCall0
    at com/ms/applet/AppletPanel.securedCall
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.run
    at java/lang/Thread.run
    --------------- nested within: ------------------
    weblogic.rmi.UnknownHostException: Could not init server [T3://sanjay:7001/HelloServer]
    - with nested exception:
    [[Root exception is weblogic.rmi.UnmarshalException: Unmarshalling return
    - with nested exception:
    [java.io.EOFException]]javax.naming.CommunicationException]
    at weblogic/rmi/Naming.getContext
    at weblogic/rmi/Naming.lookup
    at HelloAppletLocal.init
    at com/ms/applet/AppletPanel.securedCall0
    at com/ms/applet/AppletPanel.securedCall
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.run
    at java/lang/Thread.run

  • Is OCF related to loading applet into the sim

    I've read some text about OCF(Open Card Framework) it is said that it is an interface to both smart card reader and applications on the sim. if we take "the application on the sim" same as "Installer Applet" then the ocf stands in the place which the problem of loading applet exists.
    could you please explain:
    Can I use OCF for witing a programm to load my applet into card?
    Is There any other way to do the task??

    If it is a GlobalPlatform card, there are some simple steps to validate if your card is locked/terminated
    1. send GET DATA on some tag you know for sure is in the data store of the CardManager
    2. If this works, try to authenticate (INIT-UPD, EXT-AUTH)
    3. If this works, GET STATUS on ISD --> AID and life cycle of the CM
    - If 1. does not work, then your default select application is not the ISD --> contact the issuer for the AID
    - If 2. does not work, then your card is locked or terminated
    - If 3. does not work, then the GP secure channel protocol on-card has a different implementation than your off-card tool/API (most likely with a Gemalto card)

  • Facing the problem in loading the applet in mozilla, Firefox and netscape

    Dear sir,
    Well I am facing the problem regarding loading of applet in firefox,mozilla and netscape. Its working fine in IE6 I have the samplecode which asks for jdk1.4 whenever the applet gets loaded in IE6 and also it works fine for every browser but he is asking jre for every time whenever the page gets loaded even if the jre is installed. I need a code such that it should ask only if the jre is not installed. One more thing is it so that for mozilla or netscape the jre installation files are different.
    pls give the solution.
    Well I am also facing the problem like when I load login page of my applicatoin in netscape or firefox
    I provided the buton on login page on which the hyperlink is present, the hyperlink is of servlet path when I click on the same it shows me the blank page instead he should forward the page to the next jsp webpage where I am showing the applet. But it works fine in IE versions and opera but not in the others.
    Awating for your reply.
    Rgs
    sumeet.

    Issue resolved with the help of ABAP.
    Regards
    Bijudas

  • Security problem when signed applet dynamically load plugins

    Hi!
    I have one problem : "security problem when signed applet dynamically load plugins"
    This is the scenario:
    the main program [app.jar]
    . contain applet and shared library (interface & implement of common class)
    . it is signed and run normally on browser
    . it can draw image loaded from other URL [ex] http://bp1.blogger.com/image.jpg
    . the image loader is in the shared library
    . dynamically load amazon.jar through URLClassLoader and reflection
    the plugin [amazon.jar]
    . search amazon product [ex] Harry Potter book
    . draw image on applet
    . use image loader from shared library, BUT CANNOT LOAD IMAGE
    The question: "Why it cannot load image, because the image loader is in the shared library which has been signed and working?" I tried to sign the amazon.jar too, but it did not work.
    Your reply would be very helpful. Thank you.
    Sovann

    hello. i have create a signed applet for A.jar. A.jar include two package B and C. the main applet class is within B.
    B need some classes in C to run the applet. but i got the error that class in package c are not found.
    what shall i do?

  • Nintendo WII uses OPERA Browsers. The WII system should load the best opera browser. The problem is

    Nintendo WII uses OPERA Browsers. The WII system should load the best opera browser. The problem is that it does not load flash player 8. [email protected] 619-366-9707

    That's probably more a problem to ask Nintendo or Opera Software?
    Mylenium

  • Hi,  Trying to log in with my user id and password at iocbc but was not able to access. Problem message shown : Applet not initialised or may not be supported. Please refresh the page or check the browser setting  Anyone can advise? or i need to download?

    Hi,
    i have the same problem?
    Trying to log in with my user id and password at iocbc but was not able to access.
    Problem message shown : Applet not initialised or may not be supported. Please refresh the page or check the browser setting
    Anyone can advise?

    You need to install Java for your Mac OS version, and/or make sure it's enabled in the Java Preferences application and your browser's preferences.

  • Problem viewing applet in a browser

    Hi guys,
    i'm facing a basic problem in viewing an applet in a browser say
    IE or netscape. beside adding the applet tag to the html file that i want to browse ;is there any other operation to perform on browsers or the Applet in order to view it ?
    i would be very grateful if you help me fix this!
    thanks indeed
    othman

    - Is there a plugin installed on the client machine
    - Is the browser java enabled
    - What tags are you using .. show your html code
    - Are you aware of the security restrictions of the applet and its sandbox
    - Are you able to view the console. What exceptions do you see if any.. show your exceptions
    - What version of IE or Netscape are you testing with
    - What OS are you using, what jvm version..
    - Is the plugin set to be used with IE and Netscape in the Plugin control panel
    - Is your applet code in the same directory as your html file. Does your codebase attribute reflect this.

Maybe you are looking for

  • Photoshop launches in Admin account but not in User account??

    My 2007 Mac Pro is working fine. Just installed 10.6.7 on freshly wiped HD in Bay #2. Used the migration feature to bring over everything from drive in Bay #1 (which runs 10.5.8). After that: Photoshop CS5 will not launch (on either drive) under the

  • Missing tab in icon editor

    I'm pretty sure I'm missing a tab in my icon editor...  Can anybody tell me where my missing tab (forgot the name of it) has been gone to? Furthermore I can't synchronize with the NI icon library. The problems occured today for the first time. After

  • Nokia 6680 - switch message from off?

    Hi, I would like to send anonymous text messages with my 3G contract nokia 6680. Is this possible? Please advise. Thanks in advance. Nagsy

  • BB Pearl 8120 T mobile

    Is there anyway to read my email from my wideopenwest account on my 8120 if I don't have bb internet package?  From the T Mobile website, I have my email being forwarded to my 8120 as a text message (I think).  I can see the sender and the subject bu

  • XML Parser & UTF-8

    1. OracleXML Parser for PL/SQL can not parse XML docs encoded in UTF-8 format containing swedish E, D, V. 2. I can save XML(UTF-8) docs as CLOBs but E, D, V are not searchable with intermedia. Using: DB: 8.1.6 Oracle XML Parser for PL/SQl 1.0.2 DB ch