CSS 2.1 support in Java

Hi
Can anyone please tell that does java provide CSS 2.1 support. if yes can anybody specify how to use it. and if no are there any plans of sun/java to make it available in near future?.
Regards
Kaleem

paulcw wrote:
JEditorPane and Java are not the same thing. Asking if Java supports CSS is like asking if France has a wooden leg. Yes, some guys in France have wooden legs. France itself does not have a wooden leg. Poor analogy. Take all the wooden legs out of France, and it's still France. The CSS support of Swing, however, is a specified part of Java SE.
Java itself doesn't have a socket timeout, but we wouldn't all act confused and pretend the OP was talking nonsense if he asked "how do I set socket timeouts in Java?".
If the OP meant the HTML displaying stuff in Swing, JEditorPane in particular, he should have said. His question as stated did not make sense, and could have meant anything.Yeh he definitely could have asked the question better. As soon as you asked "in what way does a language support CSS?" the correct answer to that would've shed light on it. But given that, by a not unreasonable definition of the term, CSS is supported by core Java, it's not exactly fair that the OP was accused of not having a clue what he's on about (I realise it wasn't you saying that)

Similar Messages

  • CSS Level 2 Support for RGB Hex Abbreviation

    when creating a style sheet during the tutorial in
    Flash 8: Training from the Source, i abbreviated my hex
    colors as usual when i have repeating pairs (in this particular
    case #999 instead of #999999) and the publised Flash page would not
    display the correct color. it displayed black text instead of gray.
    after changing the #999 to the full #999999, the republished
    Flash page displayed the page correctly. I understand from the book
    Flash 8 does not support level 2 CSS, which includes more than my
    simple abbreviation issue.
    when do you (Adobe Flash Team) expect to incorporate CSS
    level 2 support into the product? is it supported by Flex 2, as I
    am not too familiar with that platform yet?
    thank you,

    Hi Mike,
    OHJ uses the ICE Browser, which we license from a company named ICESoft. It generally compares favorably with other Java-based browsers, although it is not as complete as a native browser such as IE or Firefox.
    There is a list of what is and is not supported in CSS:
    http://www.icesoft.com/developer_guides/icebrowser/htmlguide/featuresappendix3.html#86328
    We recently finally resolved the licensing issues that were holding us back from releasing a version of OHJ with JavaScript support. The current versions don't support JavaScript, but our next major release will.
    Depending on your needs, we also have OHW, which is a server based help system, that uses the client's native browser.
    Regards,
    Jeffrey Stephenson
    Oracle

  • CSS and JavaScript support in OHJ

    Hello,
    We're considering switching to OHJ for our cross-browser/cross-platform docs, but have concerns over the level of CSS and JavaScript support in OHJ.
    Concerning CSS, the online docs mention support for "Cascading Style Sheets (CSS) 1 and most of CSS 2". Is there a resource that specifically lists what isn't supported from CSS 2?
    Concerning JavaScript, is it currently supported? Some of the web references I've seen say that it's not currently supported (http://helponline.oracle.com/ohguide/help/state/content/vtTopicId./navSetId.blafdoc/vtTopicFile.blafdoc%7Cusing_browvers~html/navId.3/).
    Thanks,
    Mike

    Hi Mike,
    OHJ uses the ICE Browser, which we license from a company named ICESoft. It generally compares favorably with other Java-based browsers, although it is not as complete as a native browser such as IE or Firefox.
    There is a list of what is and is not supported in CSS:
    http://www.icesoft.com/developer_guides/icebrowser/htmlguide/featuresappendix3.html#86328
    We recently finally resolved the licensing issues that were holding us back from releasing a version of OHJ with JavaScript support. The current versions don't support JavaScript, but our next major release will.
    Depending on your needs, we also have OHW, which is a server based help system, that uses the client's native browser.
    Regards,
    Jeffrey Stephenson
    Oracle

  • Open type font "Myriad Pro" support in Java AWT

    Hi
    I have installed open type font "Myriad Pro" on my machine.
    When I use the following AWT APIs on jre 1.6, I dont get the open type font "Myriad Pro" in the font list.
    Code snippet
    java.awt.GraphicsEnvironment     ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
    if (ge != null) {
         java.awt.Font[] fontList = ge.getAllFonts();
    The fontList variable doesnt have "Myriad Pro" font.
    My question is
    1) Is the open type font "Myriad Pro" supported by java AWT?
    2) Is there a workaround to get that particular font?
    Thanks
    Vikas

    When I print out the list of all the fonts java recognizes on my machine, all the otf fonts (about 70 of them) are missing including Myriad Pro. All the true type fonts show up. You might need to convert the Myriad Pro into a true type font to get it recognized in java.

  • Charset support in Java

    Hi all,
    We are having a problem with the charset support in Java. We are attempting to decode strings using codepage 037. The call,
    String s = "mystring";
    byte[] iArray = s.getBytes("037");runs fine on some machines and not on others. All the machines are using version 1.4.2_01 and are a mix of Win 2000 and NT. I am guessing that there is an issue with the character encoding sets installed by Java but how do we add new charsets??
    We're seriously stumped on this one. We've tried installing United States English on the machines as well as our locale Irish English through the Regional settings in Control Panel but to no avail.
    Hope someone can help,
    Thanks,
    Phillip

    Hi,
    the most obvious problem to start with, is that getBytes() does not use codepages. It uses encoding schemes.
    Check out http://java.sun.com/j2se/1.4.2/docs/guide/intl/encoding.doc.html
    for a list of supported schemes.
    So you should have been seeing "UnsupportedEncodingScheme" exceptions
    on every machine you tried to execute s.getBytes("037");
    After that, ensure every machine has the "international version" of the JRE installed. ie. in the JRE's lib directory you should see charsets.jar
    regards,
    Owen

  • OOPs support in Java

    how oops principles are supported in java ??

    Here's a good example:
    if(myString == "wrong"){......}
    oops
    I meant
    if(myString.equals("right")){......}
    Oops is a vital component of Java, as you can seeBut that OOPS is so manual. Just wait until the predictive adaptive OOPS JIT JVMs. So that you're code can have if(myString == "wrong"){......}, but the JVM sees if(myString.equals("right")){......} Now THAT's OOPS support!
    Come to think of it, discussions with SO's have this characteristic. Although it usually goes the other way: myString == "right" --> myString == "wrong" ;)
    Regards,
    Nathan

  • Mp3 support in Java

    I want to write a decent multi-media player in Java so I can run it on both Linux and Windows. As of yet however, I have not come across any support in Java for the mp3 format. It supports .au and .wav files, but I have yet to see mp3 support. Does anyone have any experience of working with mp3's in Java? I'd appreciate greatly any help.

    Hi,
    type "JMF" in the search field and search for it - its the Java Media Framework, a kind of add-on you can use for that.A Media player is provided too by JMF as example application. Have fun ...
    greetings Marsian

  • Queries on Mac OS X support for Java 1.3

    Hi All
    I am having some trouble figuring out how to make Swing based Applets
    work on Mac OS X. Can anybody help me ?
    Queries on Mac OS X support for Java 1.3
    1) Will a Java Applet compiled using Java 1.3 run on "Mac OS X" without the need for a Plugin.? This includes Applets using Swing since we compiled using 1.3.
    2) I tried to run some Java 1.3 applets compiled using 1.3.1-04.
    Unfortunately, the Applets wouldn't run.
    Is there some setting in Mac OS X that i need to change or modify for the Applet to work ?
    3) When i open a Terminal in Mac OS X and type Java -version, i get
    "------ Java 1.3---------".
    This implies that Mac OS X supports the Java 1.3 SDK. Does it imply that it supports the runtime as well since this is usually the case ?.
    If it supports the runtime, then does this inculde support for Swing.
    Finally, as i enquired in '(1)' does this mean that i do not need any plugin(MRJ) to make Swing based applets work.
    Thanks and regards
    Prashanth

    What I am seeing is that Java is throwing a security error when file io is initiated by an external call from Javascript to a file on the server that java should have access to. Here is the error.
    <<< ProxyClassLoader: defined LiveConnectProxy class. >>>
    <<< Here're the permissions you've got: >>>
    <<< java.security.Permissions@157402b (
    (java.net.SocketPermission www.dhba.com connect,accept,resolve)
    >>>
    VirtualLab.loadProblemSpecification: properties file=assignments/Walkthough.xml
    http://www.dhba.com/wested/applet/assignments/Walkthough.xml not retrieved
    java.security.AccessControlException: access denied (java.io.FilePermission assignments/Walkthough.xml read)
    My system:
    Mac OSX10.6.4 with Firefox3.6.12 (Java Plug-in 1.6.0_22 Using JRE version 1.6.0_22-b04-307-10M3261 Java HotSpot(TM) Client VM)

  • MQSeries 5.2 still support old Java API 1.1.8 ?

    We are using MQseries 5.1 and java 1.1.8. now we are upgrading to MQseries 5.2, do we need java 1.2 or 1.3.
    does the MQSeries 5.2 still support old Java API 1.1.8 ?
    thanks
    Rupinder

    Not according to the documentation which says MQSeries 5.2 has a dependency on JDK1.2.2 or later.
    Having said that, I have managed to get some JMS functions to work under JDK1.1.8.
    I have had a problem when using JMS to GET a message from our mainframe QMgr but not from our Unix QMgr. This runs ok when using JDK1.2.2,
    Regards
    Chris

  • Version of Unicode supported by Java 1.3.1 and 1.4

    Does anyone know exactly which versions of Unicode are supported and NOT supported by Java 1.3.1 and 1.4? My understanding is that v2 and v3.00 are supported in 1.3.1, but not sure about v1.x. Java 1.4.0 supports v3.0x (not 3.1), but what about Unicode v2.x or v1.x? Is there a list somewhere?

    J2RE 1.3.1 provides Unicode 2.1 support. J2RE 1.4 now supports Unicode 3.0. By "support" I mean that:
    1. Unicode character properties are available.
    2. Collation and break iterators should work.
    3. Case map operations should work.
    It would be nice if Character provided an API like getUnicodeVersion(). The javadoc for Character does tell what Unicode version is supported...at least in 1.4.
    J2RE 1.4 does not support Unicode 3.1 or 3.2 because the Unicode specs were not stable at the time the J2RE 1.4 specs were solidified. The Java I18N team is committed to tracking the evolving Unicode standard. The next major release of the Java platform will most likely support the existing version of Unicode at that time.
    Regards,
    John O'Conner

  • New in Kodo 3.3.3: Improved support for Java 5 enums and generics?

    Hello,
    Can anybody tell me if Kodo 3.3.3 can be deployed on WebLogic 8.1 sp4, jdk
    1.4.1? The reason I ask this is because one of the features mentioned for
    v3.3.3 is the support for Java 5 generics, which is available on WebLogic
    9 -- but not in WebLogic 8.1 sp4. The documentation for Kodo 3.3.3 seems
    to indicate that it can be deployed on WebLogic 8.1 -- can anyone tell me
    if this is accurate?
    Thanks for your help!

    Correction:
    I think that my question may have been misunderstood. What I want to know
    is if Kodo 3.3.3 can be deployed on WebLogic 8.1sp4 which is running JDK
    1.4 or do I have to deploy on a newer version of WebLogic that is running
    Java 5?
    Thanks!
    Rita wrote:
    I think that my question may have been misunderstood. What I want to know
    is if Kodo 3.3.3 can be deployed on WebLogic 8.1sp4 which is running JDK
    1.4 or do I have to deploy on a newer version of WebLogic that is running
    Java 4?
    Thanks!
    Stephen Kim wrote:
    Rita,
    While Kodo 3.3.x can work with JDK 5, it cannot make WL work with JDK 5.
    However, Kodo 3.4 RC 3 / 4.0 EA 2 both can work with WL 9 (which works
    with JDK 5).
    Rita wrote:
    Hello,
    Can anybody tell me if Kodo 3.3.3 can be deployed on WebLogic 8.1 sp4,
    jdk
    1.4.1? The reason I ask this is because one of the features mentionedfor
    v3.3.3 is the support for Java 5 generics, which is available on WebLogic
    9 -- but not in WebLogic 8.1 sp4. The documentation for Kodo 3.3.3 seems
    to indicate that it can be deployed on WebLogic 8.1 -- can anyone tell me
    if this is accurate?
    Thanks for your help!
    Steve Kim
    [email protected]
    SolarMetric Inc.
    http://www.solarmetric.com

  • ALERT - Support for Java Critical Patch Update

    ALERT - Support for Java Critical Patch Update
    On October 15th, Java released a critical patch update (CPU) which will require download and upgrade to the Java Runtime Environment (JRE) release – 1.7.0_45.   If upgrading the JRE to this release, the P6 module (also known as Web Access) of the P6 EPPM product line and the Contract Management product, which utilize LiveConnect applets in the browser, will start generating one or more prompts.   To remediate these prompts for the P6 EPPM Web Access module and the Contract Management product, Oracle Primavera will be releasing fixpacks.   Until fixpacks become available, you can use the following workaround to suppress these prompts:  Select the 'Allow' Prompt or 'Yes' prompt for successful loading of applets.  Note: This prompt will occur for each applet. 
    For more information, please refer to the following KM Documents in My Oracle Support.
    For P6 (Web Access), refer to KM Document ID 1591925.1
    For Contract Management, refer to KM Document ID 1592535.1

    I found the answer to my own question. For any newbies out there, if you create an account with Oracle, that is not enough to download patches. You have to have an Oracle Customer Support Identifier associated with your account. Once you have a CSI that you obtain through your employer who has paid for support or through some other means, you then can go into My Oracle Support and enter a request to be added to the given CSI. That request goes into a pending state until the administrator of the CSI grants you privileges to download patches. (NOTE: You might have to bug someone within your organization to get this to happen.) For me, once I was given the privilege, the link worked as it should.

  • Toplink support for Java 5.0

    I tried to import java classes, compiled with jdk 5.0
    into Toplink workbench. The mapping fails.
    I tried to run the workbench with jre 5.0 but that didn't work either.
    Does anyone know how to do it and does Toplink even have a version that supports java 5.0?

    Anna,
    TopLink 10.1.3 will offer formal support for Java 5.0. Currently the runtime should work fine with Java 5.0. The only issue may be the workbench mapping process depending on the version of TopLink you are using.
    If you are using the 10.1.3 preview the workbench will still run with JDK 1.4 but should be compatible with importing and mapping classes compiled with JDK5. We will upgrade the JRE used by the workbench to JDK5 for the production release but this should not make any difference to your ability to map JDK 1.4 or 5 classes and use either at runtime.
    If you are using 9.0.4.X then the workbench will not be able to run or import JDK5 compiled classes. I believe the runtime is fine but not certified. For this environment you will need to compile the classes under JDK 1.4 and map this version of the classes. You can then use JDK5 compiled version in conjunction with the runtime.
    I hope this helps,
    Doug

  • Does HP tablet support full java ??

    does HP tablet support full jave ??

    saliba wrote:
    thxxxx.
    but which HP tablet model support full java becomes I'm looking for one that support fall jave ?
    I would suggest that you ask that question in the tablet sections, not the Desktop PC section.

  • ** Algorithms supported by Java Stack

    Hi Friends,
    What are the Signing Algorithms supported by Java Stack ? Likewise, What are the Encryption Algorithms supported by Java Stack ?
    Kindly reply.
    Kind regards,
    Jegathees P.

    Hi Michal Krawczyk,
                             But could not find the Encryption & Signing Algorithms for XI adapters , it is not specified in the SAP help
    http://help.sap.com/saphelp_nw70/helpdata/en/4e/c153426da9bd30e10000000a155106/frameset.htm
    More over can you help wether AES algorithms Supports . also what are all the other Algorithms  supports
    When we see in the Visual admin we are able to see only RSA,DH & DSA Encryption algorithm & for signing MD5 , SHA1   
    Thanks,
    Ramamurthy

Maybe you are looking for

  • Question on ZMCR process

    Hi, I am configuring Request for change on a SolMan 7.1 SPS 10 system. I have a question regarding the RFC flow. Once the change request is created --> CAB approved --> change manager hands over for development then change document is created. When I

  • Overflow in the CAN communication chip

    Hi, I received this error from a CAN Read vi : This error -1074388920 occurs in : CAN Read (Multi-Chan Single-Samp 1D Dbl).vi - NI-CAN:  (Hex 0xBFF62048) Overflow in the CAN communication chip.  This error occurs when frames are received back-to-back

  • Auto-populate checkboxes in a form

    I'm working on a form in ApEx that has several checkbox fields on it, and am having some trouble getting them to auto-populate. Based on a selection on the welcome page of this application, certain checkboxes should auto-populate so that users should

  • Fade to Bl

    My ZEN V Plus 4 GB Black MP3 player has perfectly working sound, uploading is okay. But here's my problem. A while back, the screen started to fade and yellow a bit, each day getting gradually darker and darker until it just went black. I updated the

  • Icloud IMAP server connected to itunes password?

    I just changed my itunes password and now I get a message on my computer about icloud: The iCloud IMAP server "p99-imap.mail.me.com" rejected the password for user "(me)". How do I solve this and are the two passwords connected somehow?