Will a parser be running on Linux?

I'm sorry.. I have a poor english....
Will XML parser be running on Linux?
null

Jeong-Taek Lee (guest) wrote:
: I'm sorry.. I have a poor english....
: Will XML parser be running on Linux?
If you have a JavaVM on your Linux,
you can run the Oracle XML Parser for Java there.
Otherwise you can use our C or C++ version.
Steve Muench
Oracle XML Team
http://technet.oracle.com
Oracle Technology Network
null

Similar Messages

  • When will the DIrectory Server run on Linux?

    Does anyone know when the DS software (and more specifically the admin server) will actually run on recent versions of Linux?
    The version of RHE it runs on is ancient...
    Is this typical Sun talking out of both sides of their mouth when it comes to Linux?
    Our enterprise will likely be forced to move to a different DS (eDirectory?) if Sun is going to continue to drag it's feet around making their software run on Linux.

    I can answer your questions but not in this forum - this is not the appropriate place to discuss products other than Sun's. You should be able to get my email address by clicking on the link to richm31415 next to Author:. If not, post here again.

  • IO no longer works when running on Linux

    Hi everyone,
    I have some code which was originally developed and running on a Windows environment, now I am trying to get it working under Linux. Some of the JSP file which output data as text files do not display correctly, I assume that if I change the JSP files to the UNIX newline characters this will fix the problem?
    The other issue is that there is some code which saves data to a file, the directory given may be local or on a network. It worked fine under Windows, but throws an Exception below when running under Linux even when using the UNIX like path structure (/machinename/dir/dir/filename). The code is below:
              byte[] data = /*method that gets the data to save*/;
              String fileDir = this.addExtraBackslashes(config.getOutputDirectory()); // getOutputDirectory sets the directory String
              String filePath = fileDir + fileName; // String fileName is set elsewhere in this code
              FileOutputStream fos = null;
              try {
                   fos = new FileOutputStream(filePath);
                   fos.write(data);
              } catch (FileNotFoundException e) {
                   // TODO Auto-generated catch block
                   throw new Exception("Error saving file:-" + filePath +", please check the output path in the configuration", e);
              } catch (IOException e) {
                   // TODO Auto-generated catch block
                   throw new Exception("Error saving file:-" + filePath+", please check the output path in the configuration", e);
              } finally {
                   if (fos != null) {
                        try {
                             fos.close();
                        } catch (IOException e) {
                             log.warn("error closing file stream:" + filePath);
         private String addExtraBackslashes(String s) {
              StringBuffer sbRet = new StringBuffer();
              for (int i = 0;i < s.length();i++) {
                   char ch = s.charAt(i);
                   switch (ch) {
                        case '\\':
                             sbRet.append('\\');
                             sbRet.append(ch);
                             break;
                        default:
                             sbRet.append(ch);
                             break;
              return sbRet.toString();
         }Anyone have any ideas of what could be the problem and possible solutions?
    Thanks,

    People would have more of an idea if you posted the full exception text and a clue as to which line it was thrown from.
    Also, WTF is with all the addExtraBackslashes stuff? It looks like it's going through and doubling-up each \ character. I'm guessing this won't do anything on Linux if you've configured your paths to use / instead, but even so, what did it do on Windows?!
    And what are the values of fileDir and filePath? Does fileDir end in a /? Instead of having to worry about that, you could use new File(fileDir, filePath) to construct an abstract path and pass that to your FileOutputStream.

  • Illustrator CS4 - frequently generates corrupt EPS files that will not parse

    I have used many versions of Illustrator prior to and including the CS lines.  I am currently running CS4 and this is the first time I have experienced this issue.  Approximately half of my EPS formatted illustrator files will not parse.  I use Quark Xpress 7 for my layout (never liked any of the Indesign programs).  If I try to generate a PDF with my CS4 generated EPS files placed at least 60% of the time the placed file will corrupt the PDF export resulting in no PDF being generated. 
    Further to this PDF export issue, if I attempt to parse the same EPS file into Photoshop, Photoshop will give me the error message "Could not complete your request because Photoshop was unable to parse the PostScript" and it will abort the attempt to open the file.
    Anyone else having Illustrator EPS file issues?
    Background info (if needed) Dual 2.0 Ghz, PowerMac G5, 8 gb RAM, running Tiger 10.4.11
    I have attached a sample Illustrator file that will not Parse.  It will open in Illustrator but not parse into Photoshop or if placed in Quark will not parse and allow for a PDF to be exported.

    Thanks for taking the time to write Steve. 
    I understand that I can drag and drop between programs.  Ultimately, when attempting to parse an EPS in photoshop I am merely doing it to confirm that the EPS is indeed corrupt. 
    As mentioned previously, I predominately use Quark Xpress for my page layout program and until I installed CS4 I have had zero complications with using EPS files.  Now I quite commonly can not export PDFs due to corrupt EPS files. 
    My question to the public is I am alone in this glitch or do others experience the same issue.  My first thoughts are that CS4 has a glitch and I should be expecting an update in the near future.  But, if I am the only person suffering from this issue than maybe I should be looking at my own software.

  • Print /add logo in reports 10g which is running in linux

    hi
    i want to print /add logo in reports 10g which is running in linux environment and want to change logo programmatically.
    how can i achieve this
    reports version is Report Builder 10.1.2.0.2

    Hi Thanesh,
    There are two possibilities either create a 'Z' one or go through standard one. I prefer you to try the standard one.
    Have a look on this link.
    [Add logo in PE51;
    Hope this will solve your problem.
    Regards,
    Gaurav

  • When will there be a 64-bit Linux version?

    After fillinging out a long fill-in procedure to apply for a US passport, I found that the Linux program Okular could not finish.
    I had to use a 32-bit Linux program that had Adobe Reader available, since there is no 64-bit generic version of Reader,
    and PCLinuxOS-64 does not have any provision for running the 32-bit version.. I do not want to use the two or three
    Linux-64 distros that permit that 32-bit use, since they have many other ideosyncracies which I deplore.

    I'm sorry "Test Screen Name", but could you please point to any more definitive announcements that there will be no more development of Linux versions of Adobe Reader?  Thanks.

  • Opening a Powerpoint in JSP and run under Linux

    Hi,
    I need to have a JSP page that provides a link to open a powerpoint file and this JSP is to be run under Linux. When I try to click on the link in Linux to open the powerpoint, it gives me a lot of junk characters. Can somebody please help mi, thanks a million!

    You have the mimetype for the HTTP response set to something other than what will make the browser start a powerpoint viewer and direct the content of the HTTP response to it.
    In your jsp use the setHeader(String key,String key) method to set the value of "Content-Type" to the mimetype for powerpoint.
    Of course the users must have browsers that are configured to launch a powerpoint viewer or plug-in. If you provide the correct mimetype and peoples browsers desn't have this, then they will get the "save to file" dialog box.

  • OBI SE One can run on Linux OS

    Hello,
    Can OBI SE One run on Linux? as i knew it can run on Windows only. Have any one can help me to answer. Thanks so much....<^_^>

    You can only create a windows executable using the windows version of the application builder.
    It will not run under linux (but might run on a windows emulator.)
    LabVIEW Champion . Do more with less code and in less time .

  • Vhost configuration for Adobe Media Server running under linux.

    Please help me with Vhost configuration for Adobe Media Server running under linux.
    I was running a media sharing website for which I wanted to use Adobe Media Server.
    To use, AMS, I disabled the already installed Apache server and installed AMS along with the built in Apache server. I could successfully install AMS and could login to AMS Admin Console through my IP number.
    My existing website, www.mydomain.com is having its contents located at:
    /home/mydomain/public_html
    (Directory created under the old version of Apache not bundled with AMS)
    Users will be uploading their videos, which will get transcoded and will be delivered to the website visitors in the existing scenario.
    To use this website with AMS, this is what I did:
    I created a folder for my domain, www.mydomain.com as below
    /opt/adobe/ams/conf/_defaultRoot_/www.mydomain.com
    Copied Application.xml and Vhost.xml from /opt/adobe/ams/conf/_defaultRoot_/   and pasted them in /opt/adobe/ams/conf/_defaultRoot_/www.mydomain.com
    In the Application.xml file there are 2 entries:
    <Alias name="mydomain.com"></Alias>
    <AppsDir>${/home/mydomain/public_html}</AppsDir>
    Please help me with further steps to be completed:
    Do I need to create a separate VirtualHost entry in the Apache installed with AMS?
    If yes, can I specify already existing document root for my website (/home/mydomain/public_html) or do I need to create a separate folder under webroot/Apache ?
    If yes to point 2 above, then do I need to copy all the existing contents from /home/mydomain/public_html to the newly created folder ?
    I hope, I can serve all my static contents like html pages and php and media like video/audio. In that case do I need create alias to my Media/Alias folder or AMS will automatically start streaming when a video/audio is requested ?
    What other steps do i need to complete?
    Any help in this regard would be highly appreciated.
    Thanks and Regards

    Dear sir or madam,
    Here is Letswin Technology, which specializes in global servers, web hosting, VPS, VPNj. If anything I can do for you, pls contact us!
    Have a nice day!

  • Get error when checking out jsp file from cvs when Jdev is running in linux

    I have JDev 9.0.3 andd CVS running in linux with same build version.
    When I check out a project one jsp does not show up in the IDE but shows in the file folder correcly when I edit it thru vi.
    I get this error when I try to edit in Jdev.
    java.lang.NullPointerException
         at oracle.jdevimpl.webapp.html.HtmlSourceNode.reopen(HtmlSourceNode.java:159)
         at oracle.ide.model.TextNode.open(TextNode.java:150)
         at oracle.ide.model.TextNode.acquireTextBuffer(TextNode.java:375)
         at oracle.jdevimpl.webapp.html.HtmlSourceNode.getInputStream(HtmlSourceNode.java:239)
         at oracle.jdevimpl.webapp.editor.jsp.JspPreviewer.updateDocument(JspPreviewer.java:344)
         at oracle.jdevimpl.webapp.editor.jsp.JspPreviewer.open(JspPreviewer.java:161)
         at oracle.ideimpl.editor.EditorManagerImpl.openEditorInFrame(EditorManagerImpl.java:648)
         at oracle.ide.editor.EditorUtil.openExplicitEditorInFrame(EditorUtil.java:33)
         at oracle.ide.cmd.OpenEditorCommand.doit(OpenEditorCommand.java:45)
         at oracle.ide.CommandProcessor.invoke(CommandProcessor.java:363)
         at oracle.ide.CommandProcessor.invoke(CommandProcessor.java:115)
         at oracle.ideimpl.editor.EditorManagerImpl.handleEvent(EditorManagerImpl.java:1902)
         at oracle.ide.IdeAction$1.run(IdeAction.java:579)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:149)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:332)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:126)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:93)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:88)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:80)

    Hi,
    When you are starting service in OS, you are actually starting the maxdb instance service .
    You can set it in auto mode so that you will not get this error.  The OS service only establishes the connection to SAP.
    As a part of CS install, from CSADMIN part it is just required to send the certificate successfully to OAC0.
    Normally no activity is required to be done to under SICF from CS install point of view.
    Anirudh,

  • CVI applications can run in Linux ?

    Hello
    Ask: 1 in Windows to write CVI applications can run in Linux? And Linux must have the LabWindows/CVI 2010 Linux Run-Time module??
     The 2.Linux can support the CVI development environment?

    There is some sort of support for running applications on Linunx, even though you cannot directly run the IDE on it.
    Shortly, you will need to develop on Windows and then compile and run on Linux system. I don't know how easy is all this process as I only develop for Windows systems.
    A lot of informations can be found in this White Paper.
    The Linux Run-Time Engine is a module to be purchased separately.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Oracle on Alpha running SuSe Linux

    Will Oracle run on an Alpha processor running SuSe Linux 7.0

    Hello....
    Anyone out there???
    Or am I to interpret the lack of an answer as a lack of a release date? :)

  • If I buy a iPhone 5 at the store, will it still be running iOS 6 or 7?

    I want to buy the iPhone 5 (not the iPhone 5s or c) because it has iOS 6 on it instead of iOS 7 (which I do not like) and wondering if the people at the store still have the iPhones that run iOS 6 on them. Thanks!

    It is unlikely that you will find an iPhone 5 in any store for sale.
    The iPhone 5 has not been available for sale since November of 2013 when the 5S and 5C were replaced.
    The only way to acquire an iPhone 5 at this point is via the used/refurbished market.  Unless you buy a used iPhone that was never upgraded, you will not find one running iOS6.

  • Will Apple Genius Bar run Diagnostic tests on my computer or do I need to set up a special appointment?

    I got my Mac OSX with Lion about 9 months ago. Two months after I bought it, it crashed. Apple gave no direct explanation and ended up wiping the computer. Two months after that it happended again. That time they gave me a knew hard drive but they still didn't give me an explanation. Then recenty it crashed (kernal panicked) after I downloaded the thunderbolt application. That time apple was able to restore everything.
    Unfortunately, my computer is now showing many of the same symptoms (slow loading, safari freezing, applications needing to be forced quit...etc) as it did before it crashed the first two times. I should mention that when I say "crashed" I mean my computer wouldn't turn on again. Now I am afraid to turn my computer off or even let it go to sleep. I know this isn't good for it but I don't know what else to do.
    So my question is, will Apple Genius Bar run some diagnostic tests for me or give me a special lesson? Or do I need to pay for a special lesson? I just want a trained person to run some diagnostics and go through the basics of updating, shutting down, and restarting my computer with me. That way if anything goes wrong they see it first hand.
    One more thing, could it be something I am doing. I have downloaded Flash Player but only from the Flash website. But I have heard Flash/Mac problems. Or is there anything else I could be doing or downloading?

    With Apple you Always Need to Make an Appointment. Otherwise they will turn you away. Even if the place is empty.

  • Loss of keyboard focus in Java appl running under linux

    I have a small sample program that replicates my problem. When this program is run a window is created. If you select File->New another instance of the program window is created. Now if you try to go back and bring to front the first window, keyboard focus is not
    transferred when run under linux. You can only type in the second window. The expected behavior does happen in Windows.
    > uname -a
    Linux watson 2.6.20-1.2933.fc6 #1 SMP Mon Mar 19 11:38:26 EDT 2007 i686 i686 i386 GNU/Linux
    java -versionjava version "1.5.0_11"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03)
    Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode, sharing)
    javac -versionjavac 1.5.0_11
    import java.awt.event.*;
    import javax.swing.*;
    class SwingWindow extends JFrame {
        SwingWindow() {
         super("SwingWindow");
         JMenuBar menuBar = new JMenuBar();     
            JMenu fileMenu = new JMenu("File");
            JMenuItem newItem = new JMenuItem("New");
            newItem.addActionListener(new ActionListener() {
                public void actionPerformed(ActionEvent event) {
              SwingWindow.createAndShowGUI();
         fileMenu.add(newItem);
            menuBar.add(fileMenu);
            setJMenuBar(menuBar);
            setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);       
         JTextField text = new JTextField(200);
         getContentPane().add(text);
         pack();
         setSize(700, 275);
        public static void createAndShowGUI() {
            JFrame frame = new SwingWindow();
            frame.setVisible(true);
        public static void main(String[] args) {
            javax.swing.SwingUtilities.invokeLater(new Runnable() {
                public void run() {
                    createAndShowGUI();
    }

    You can implement the FocusListener interface. When
    the first JFrame gains focus, call
    text.requestFocusInWindow(). I hope this helps.The call requestFocusInWindow is not helping, perhaps even making it worse.
    The problem seems to be that I am in the situation where the call
    KeyboardFocusManager.getCurrentKeyboardFocusManager().getPermanentFocusOwner()
    is returning the expected Component. The problem is that the KeyListener class that is registered with the Component is not being called when a key is being pressed.
    The issue is that I have a component that has the keyboard focus, but the KeyListener class
    is not responding.
    This seems to be a linux only problem which makes it only mysterious.

Maybe you are looking for