Problem to use J2EE Packages in Forte 3.0 CE IDE

I've got problems in using J2EE Packages in Forte for Java CE 3.0.
I can't use these Packages with the Forte IDE!
Example: import javax.jms.*;
The Error: Can't find javax.jms.* Package
What can I do to use the J2EE Package in the J2EE.jar?

I post it so often, with a little bit different titles, cause the chance anybody helps looks better. Many People gave me so much help - but in so many different ways. So I changed the title of my Problem!
I thank you for your support and help
Bye

Similar Messages

  • Problem in Using Utl_Http package

    Hi to all,
    I'm trying to send the sms(Short Message Service) using utl_Http package. When I'm trying to run a sql statement like
    SELECT utl_http.request('http://www.oracle.com/index.html') FROM dual
    I'm getting an error message like this.
    The following error has occurred:
    ORA-29273: HTTP request failed
    ORA-06512: at "SYS.UTL_HTTP", line 1577
    ORA-12545: Connect failed because target host or object does not exist
    ORA-06512: at line 1
    Pls help me to solve this problem.
    Regards,
    Alok Dubey

    Thank you for ur reply. Infact my database was not able to access the internet. currently, it is working fine.
    I'am using this code. It's works well.
    CREATE OR REPLACE PROCEDURE Send_Sms_Http
    AS
    text_str VARCHAR2(5000);
    V_Message VARCHAR2(200) := REPLACE('This is a DEMO SMS sent to u on '||TO_CHAR(SYSDATE,'DD/MM/RRRR HH12:MI:SS AM'),' ','%20');
    text_sms VARCHAR2(5000) := 'http://hapi.smsapi.org/SendSMS.aspx?UserName=xxxx&password=xxxx&MobileNo=xxxx,xxxxx&SenderID=xxxx&CDMAHeader=xxxxx&Message='||V_Message;
    BEGIN
    text_str := utl_http.request(text_sms);
    Dbms_Output.Put_Line('text_str = '||text_str);
    EXCEPTION
    WHEN OTHERS THEN
    Dbms_Output.Put_line('Error in sending the message'||SQLERRM);
    END;
    Regards,
    Alok Dubey

  • Problem in using UTL_FILE Package

    Dear Mates,
    I am trying to make use of UTL_FILE for inseting data in to the tables by reading the contents of a text file. I have set the UTL_FILE_DIR parameter by giving the path. Still i am not able to insert the records to the table.
    The error I am getting is
    ERROR at line 1:
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "PRASANNA.LOADSTUDENTS", line 61
    ORA-06512: at line 1
    I have set the parameter UTL_FILE_DIR in INIT<SID>.ORA as
    UTL_FILE_DIR=C:\developer
    please help me out
    It will be helpful if you can mail me at [email protected]

    ORA-06512: at "PRASANNA.LOADSTUDENTS", line 61how looks like line 61 in your PRASANNA.LOADSTUDENTS function?
    what's happening there?
    From "Oracle Product Document Library":
    ORA-06512 at string line string
    Cause: Backtrace message as the stack is unwound by unhandled exceptions.
    Action: Fix the problem causing the exception or write an exception handler for this condition. Or you may need to contact your application administrator or database administrator.

  • DB Link problem when used in Package

    I have written the following code which works from sql window in TOAD
    SELECT ccs_cust_seq.nextval ccs_customer_no,
    SUBSTR(orig_system_reference,4,6) badge_code,
    'A' status,
    customer_id ora_cust_no,
    orig_system_reference,
    customer_name
    FROM suk_ccs_ra_customers@suk_ccs;
    suk_ccs is a database link
    when I put this code in a cursor in a package and compile I get the following error
    CURSOR cust_cur
    IS
    SELECT ccs_cust_seq.nextval ccs_customer_no,
    SUBSTR(orig_system_reference,4,6) badge_code,
    'A' status,
    customer_id ora_cust_no,
    orig_system_reference,
    customer_name
    FROM suk_ccs_ra_customers@suk_ccs;
    PL/SQL: ORA-04052: error occurred when looking up remote object user.SUK_CCS_RA_CUSTOMERS@db_link_name
    ORA-06553: PLS-215: String length constraints must be in range (1 ..32767
    this error happens to all cursors which use the database link
    Any help appreciated

    How is the definition of the table in the remote database? Does the error-message occure too, if you create a local view based on the remote table and use it in your cursor? Are there values larger then 32767 characters in a column of the remote table?
    In PL/SQL a varchar2 variable are able to store max. 32767 bytes.
    Anna

  • Problem in using J2EE server (deploy tool)

    Hi All
    I am in the starting phase of learning J2EE technology. I am facing some problem .
    1. When I start the deployment tool by command "deploytool" , the console appears but it does not have menu "server".
    2. I am not able to specify JNDI names as after selecting the application name, the Inspactor window does not have tabs "JNDI names"
    Please help me out to solve these issues.
    Thanks in advance
    anu

    After you create ?.ear.xml as previously mentioned, you can include it in your enterprise archive as follows:
    cd app\build
    mkdir META-INF
    copy ?.ear.xml META-INF\sun-j2ee-ri.xml
    jar -uf ?.ear META-INF\sun-j2ee-ri.xml
    Then you should be able to deploy your application and run your client successfully.
    You also might want to check out:
    http://groups.msn.com/J2EETools/createdescriptors14.msnw
    for the specific steps on how to create the ?.ear.xml that includes JNDI names.

  • Problem with using J2EE libraries with a team enviroment

    Hi all,
    I've created two portal web projects one as a shared library to share portal resources.
    I've followed the steps to create a J2EE shared library (for portlets for example) by modifying
    META-INF/MANIFEST.MF file with the variables added to it and exporting the WAR file to be imported into the
    second project (portal project).
    I can see the portlets in the available portlots from the portal project but I can't use them as I get the following
    error:
    No such portlet with URI (Portlet Name).
    Did I miss any steps to be able to use the portlets from the shared library into the portal project.
    Any Help?
    Many Thanks in advance.
    Mohamed

    Try the WLP forum:
    WebLogic Portal
    Also I would be more specific with your question showing the contents of the shared library with concrete names / URL's you are using, etc.

  • Problem while using Utl_mail Package.

    When i am trying to write file in local oracle server it works fine. But when i tried to write file in mapped or network drive system gives me a error message. I also want to write file in Client drive. How it would be possible.
    I got something for Mapped drive i am not able to implement successfully.
    The following example shows how this doesn't work, and in addition, shows how a directory can be remapped, without causing too much hassle to users who have existing procedures which write or read from the directory - unlike if a specific UTL_FILE_DIR is used. (But, remember, the procedures will go invalid when the directory is dropped - causing a recompile on next execute!)
    SQL> connect system
    Enter password: ******
    Connected.
    SQL> drop directory utl_file_dir;
    Directory dropped.
    SQL> create directory utl_file_dir as 's:\temp\norman\utl_file';
    Directory created.
    SQL> grant read,write on directory utl_file_dir to scott;
    Grant succeeded.
    SQL> connect scott/tiger
    Connected.
    SQL> execute empflatfile
    BEGIN empflatfile; END;
    ERROR at line 1:
    ORA-20001: utl_file.invalid_operation
    ORA-06512: at "SCOTT.EMPFLATFILE", line 19
    ORA-06512: at line 1
    So that didn't work - why not ?
    In control panel, services (NT) or control panel, administrative tools, services - stop the OracleServiceXXXX service. Click on the login tab, and note that it is using a local system logon. That user has no rights to any shares (at least on our NT system,) and so is unable to access the shared drives by their mapped name or full UNC name.
    If I change the service to logon as my own username and restart it, I can try again :
    SQL> connect scott/tiger
    Connected.
    SQL> execute empflatfile
    PL/SQL procedure successfully completed.
    I could also go back and change the directory to use a mapped drive name (S:\temp\norman\utl_file) but if our sysadmins for NT decided to change the share name, or the mapped drive, the procedure would be broken again. It is advisable to use the full UNC name for the drive you are trying to access.
    And finally, watch out for the times when you change your Windows password. When you do this, remember to amend your OracleServiceXXXX service again - otherwise the database won't startup.
    It's not possible to start and stop database again and again. How can i gives all rights to current user to do this task.

    Wason Naveen wrote:
    It's not possible to start and stop database again and again. How can i gives all rights to current user to do this task.You don't.. as it is IMO a serious security violation to attempt what you are doing.
    The correct method is to have the client "+save+" the file it receives from the server - not for the server to write directly to the client's drive.
    Using a web-based architecture, this is quite easy - the web browser makes a standard HTTP call (via a web server) to a PL/SQL procedure and it streams the file (using standard HTTP) to the browser. The web user now has the options to save or open the file (depending on the Mime type specified by the PL/SQL procedure and mapping of that type in the client's browser).
    From a security, robustness, performance and scalability points of view.. I (wearing either DBA or sysadmin cap) would refuse to implement PL/SQL code on a server instance that writes directly to a client drive.

  • Error messages when using InCopy packages

    I have an editor who travels a lot, and is having consistant problems with using the packaging workflow in InCopy. I believe some of his problems are human error - but don't have the technical reasons for the error messages. There have also been some error messages received by the artists when they get the package back and try to update the ID file.
    We are using CS4 and macs with snowleopard OSs.
    Can someone please help to explain what these errors mean below?
    1. InCopy User - when opening the icml file (after first opening the package. Going back to the icml doc for more editing)
    " "" could not be found. Do you want to postpone its recovery?
    Click YES to recover this document later
    Click NO to delete recovery data for this document
    Click Cancel to postpone all document recovery til later"
    2. InCopy user - when trying to package email back to InDesign user
    "This assignment includes missing or modified links. Low resolution versions will be used for the missing items, and the most recently saved versions will be used for modified links. Continue packaging?"
    3. InCopy user - when packaging to send to InDesign user by email
    "An error message occured when sending this email"
    (and then the package was not attached to the email)
    - this is recurring often with only one InCopy user
    4. InDesign user received the package back and when they tried to open it, an error message said that the assignments couldn't be found and the file wouldn't open. The file name hadnt been changed and we could find no reason why the package wouldn't open. (sorry, the artist didn't screenshot the actual message for this one).
    Any help would be a great help - and stop a mutiny by my editors!

    Error message 1 appears when InCopy or InDesign reopens for the first time after a crash. It's try to recover the documents that were open when the program crashed. We often get this error message if files are located on the server and we're not connected, but it could also happen if a file has been moved from it's original location. Whether or not you need to recover the file would drive your response.
    Error 2: It sounds like the InCopy package either does not include links or the linked files have been moved or modified since opening the package. If you can relink images after files come back, it's probably OK for them to proceed with packaging. Personally, I uncheck the box that includes images when creating an assignment. The editor will still be able to see greyed out previews of the images, they just won't be available for editing. This also makes package files a lot smaller.
    Error 3: This could be a problem with the user's default email client. Instead of having them choose Return for InDesign and Email," have them choose "Return for InDesign" and save it to their desktop. They can then attach the package to the outgoing email manually.
    Error 4: Sorry, but I have no idea!
    Best of luck,
    Matthew

  • Problems using DBMS_PIPE package

    Hi! Im using the SQL Navigator for Oracle to develop PL/SQL code and now I've got a problem with the DBMS_PIPE package. When i use the methods like create_pipe etc. in a normal pl/sql window it works without problems. But when i place such a DBMS_PIPE.CREATE_PIPE... call into a function in my own pl/sql package there's the error PLS-00201: identifiere 'sys.dbms_pipe' must be declared!
    what do i have to do to use the dbms_pipe package in a package developed by my own.
    thanks in advise
    Ingo

    login to your SYS schema and grant execute on the DBMS_PIPE package to the oracle user under which you
    are creating your PL/SQL procedure:
    SQL> grant execute on SYS.DBMS_PIPE TO <username> ;

  • Jar File Problem Using External Packages

    I am having problems creating an Executable jar file that imports classes from my own package.
    I can create an exe jar no problem without using any external packages, but when I use an external package the jar will not execute.
    I am using WindowsXP, my package is in,
    C:/MyClasses/Database
    the class files are stored loose, not in a jar file
    I have tried altering the class-path in the manifest file, but to no joy - I may have not changed the classpath correctly!
    Please help
    Magic

    This is a mine field of "correct programming style."
    External jars, if very general, could be placed in the directory jre/lib/ext.
    In some cases you can unzip the external jars and add them to your own jar.
    The manifest.mf migth be looked into, and of course you need to communicate your patching!
    As you remarked, it might be a problem of class path usage.
    For that the jar tool documentation might explain it better than I.

  • Conn problem SQl Server 64 Bit to Oracle 32 bit using SSIS packages

    Hi,
    I am facing the problem with connection SQL(64 bit) to Oracle(32 bit).
    Please give me the solution/guide in right direction.
    Environment is
    S1-----> DBServer : 64 bit Windows Server 2003 Enterprise Edition, 64 Bit SQl Server EE, 64 Bit Oracle 10g Client
    S2----->.AppServer :32 bit Windows Server 2003 Enterprise Edition, IIS, 32 Bit Oracle 10g Client & Server DB
    I have doubt like....
    1.Can i install 32 bit oracle also at (S1) 64 bit SQL Server(SSIS)
    or only 64 bit oracle?
    2.Running command line for SSIS packages at S1
    i am unable to connect S1---->S2 using SSIS packages?
    How can i solve this problem? pl give steps for going right direction.
    Thanks
    JOHN
    [email protected]

    Fabio D'Alfonso wrote:
    Hi,
    I was setting up VMware vCenter 4.1 (probably the only well known and largely used product with this lethal mix) and needed to setup an ODBC access to Oracle on the 32 bit side of Windows to setup the Update Manager server component, which is still a 32 bit application)
    The problem with Oracle configuration is that in no way I found a 32 bit ODBC registered driver after the setup (of the 32 bit client and the 64 database server). I tried some third party driver for oracle (e.g. easysoft).They registered in the 32 bit ODBC manager but they never got a successful connection.
    Also if this vCenter requirement is questionable (more questionable considering that the setup of this 32 component is not allowed on a 32 separate OS, not because it is separate but because is a 32 bit OS) I would get it working.
    Could suggest a way to get this working?
    Thanks
    Fabio D'AlfonsoWhen you install the Oracle client software on Windows (which is necessary to support ODBC, as the Oracle ODBC driver sits on top of the native client software) the ODBC driver is NOT installed by default. You have to go back and do a "custom" install and select the "Windows components".

  • Receiver email encoding problem using mail package

    Hi to all.
    I'm facing a email problem. My company email server is workig fine with emails subject but customers email server is making some strange changes when i use special characters such as 'á' or spanish letter 'n with a tail on the top'.
    I set the field 'Content_Type' of the email to 'text/plain; charset=ISO-8859-1' but isn't working. If i remove those special chars, the subject is OK.
    I also tried to add content conversion in the receiver email adapter in module tab but with no possitive results.
    I'm using SAP PI 7.0 sp14.
    Any idea of what is happening?
    Kind regards,
    Inigo.

    If you want to use non-ascii characters in email subject, then you have to apply a special notation for this, like follows:
    =?utf-8?Q?Auftragsbest=C3=A4tigung?= 
    This is email standard. So I recommend not use non-ascii characters in email subject.
    Regards
    Stefan

  • Problem using the package Admin_Optimize.dtsx

    Hi, I am trying to use the package Admin_Optimize.dtsx but everytime that i ran it it fails, i try to openend with BIDS but i am unable to edit it, any advice that how can i use this package? or where can i find documentation related to this package? and how can i edit or modify it?, I appreciate your help.

    Hi, Harish.
    This is the situation The optimize works fine if I set it to "Lite." but it fails if It's a full optimize with compress turned on. I got the error in the Package log:
    TOTAL STEPS 1
    1.Admin_Optimize:  Failed in 363 sec.
    [Selection]
    Application=BP_Detail,Reporting,National_Plan
    OPTIMIZEOPTION=Yes
    COMPRESSDATABASE=Yes
    DEFRAGMENTINDEX=Yes
    OptimizeMinWBCount=1000
    [Messages]
    [Error][Osoft.Services.Application.OptimizeManage.OptimizeManagerCtrl]

  • Unable to run Servlet program using J2EE SDK

    Hello,
    i am a newbie to all this j2ee stuff and servlets even.so the problem that i have maybe a very common one and i hope that most of you may have a fix to it...
    i use J2EE SDK to compile and run Servlet programs.I have a Servlet program with the class name defined as
    public class MyServlet extends HttpServlet ....
    the file is stored as MyServlet.java
    i set the CLASSPATH variable so that the required classes for the compilation of the program can be located.
    the program compiles without any glitches.
    However when i run the program by saying
    java MyServlet
    ( i dont think its any different to run servlet code is it?)
    i get the message
    java.lang.NoClassDefFoundException:MyServlet
    Can someone suggest a remedy?
    thank you
    -NDK

    First, I don't understand what you are trying to do. Running a servlet ?
    Servlets are ran by an application server ! (Apache Tomcat ....).
    Second, is your class in any package ?

  • Error while using UTL_DBWS package

    Hello
    I want to call a web service using UTL_DBWS package as explained in this link.
    http://www.oracle-base.com/articles/10g/utl_dbws10g.php
    I implemented the example successfully, and I need to my own web service.
    my web service is just a java class that return a hello world and a parameter. deployed on Integrated weblogic server shipped with Jdeveloper11g.
    here is my java class
    package ws;
    import javax.jws.Oneway;
    import javax.jws.WebMethod;
    import javax.jws.WebParam;
    import javax.jws.WebService;
    @WebService
    public class HelloWorld {
        public HelloWorld() {
        @WebMethod(action = "http://ws//sayHelloWorld")
        public String sayHelloWorld(){
            return "Hello World";
        @WebMethod(action = "http://ws//sayHelloWorld")
        public String sayHelloName(@WebParam(name = "arg0")
            String n){
            return "Hello " + n;
    }my WSDL is
      <?xml version="1.0" encoding="UTF-8" ?>
    - <!--  Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Oracle JAX-WS 2.1.5.
      -->
    - <!--  Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Oracle JAX-WS 2.1.5.
      -->
    - <definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://ws/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://ws/" name="HelloWorldService">
    - <types>
    - <xsd:schema>
      <xsd:import namespace="http://ws/" schemaLocation="http://127.0.0.1:7101/Application15-Model-context-root/HelloWorldPort?xsd=1" />
      </xsd:schema>
      </types>
    - <message name="sayHelloWorld">
      <part name="parameters" element="tns:sayHelloWorld" />
      </message>
    - <message name="sayHelloWorldResponse">
      <part name="parameters" element="tns:sayHelloWorldResponse" />
      </message>
    - <message name="sayHelloName">
      <part name="parameters" element="tns:sayHelloName" />
      </message>
    - <message name="sayHelloNameResponse">
      <part name="parameters" element="tns:sayHelloNameResponse" />
      </message>
    - <portType name="HelloWorld">
    - <operation name="sayHelloWorld">
      <input message="tns:sayHelloWorld" />
      <output message="tns:sayHelloWorldResponse" />
      </operation>
    - <operation name="sayHelloName">
      <input message="tns:sayHelloName" />
      <output message="tns:sayHelloNameResponse" />
      </operation>
      </portType>
    - <binding name="HelloWorldPortBinding" type="tns:HelloWorld">
      <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    - <operation name="sayHelloWorld">
      <soap:operation soapAction="http://ws//sayHelloWorld" />
    - <input>
      <soap:body use="literal" />
      </input>
    - <output>
      <soap:body use="literal" />
      </output>
      </operation>
    - <operation name="sayHelloName">
      <soap:operation soapAction="http://ws//sayHelloWorld" />
    - <input>
      <soap:body use="literal" />
      </input>
    - <output>
      <soap:body use="literal" />
      </output>
      </operation>
      </binding>
    - <service name="HelloWorldService">
    - <port name="HelloWorldPort" binding="tns:HelloWorldPortBinding">
      <soap:address location="http://127.0.0.1:7101/Application15-Model-context-root/HelloWorldPort" />
      </port>
      </service>
      </definitions>and my function is to call the web service
    CREATE OR REPLACE FUNCTION SAYHelloMYNAME (p_int_1 IN Varchar2)
      RETURN NUMBER
    AS
      l_service          UTL_DBWS.service;
      l_call                 UTL_DBWS.call;
      l_wsdl_url         VARCHAR2(32767);
      l_namespace        VARCHAR2(32767);
      l_service_qname    UTL_DBWS.qname;
      l_port_qname       UTL_DBWS.qname;
      l_operation_qname  UTL_DBWS.qname;
      l_xmltype_in        XMLTYPE;
      l_xmltype_out       XMLTYPE;
      l_return          VARCHAR2(100);
    BEGIN
      l_wsdl_url        := 'http://127.0.0.1:7101/Application15-Model-context-root/HelloWorldPort?wsdl';
      l_namespace       := 'http://ws/';
      l_service_qname   := UTL_DBWS.to_qname(l_namespace, 'HelloWorldService');
      l_port_qname      := UTL_DBWS.to_qname(l_namespace, 'HelloWorldPort');
      l_operation_qname := UTL_DBWS.to_qname(l_namespace, 'sayHelloName');
       l_service := UTL_DBWS.create_service (
        wsdl_document_location => URIFACTORY.getURI(l_wsdl_url),
        service_name           => l_service_qname);
      l_call := UTL_DBWS.create_call (
        service_handle => l_service,
        port_name      => l_port_qname,
        operation_name => l_operation_qname);
      l_xmltype_in :=  XMLTYPE('<?xml version="1.0" encoding="utf-8"?>
        <sayHelloWorld xmlns="' || l_namespace || '">
          <parameters>' || p_int_1 || '</parameters>
          </sayHelloWorld>');
      l_xmltype_out := UTL_DBWS.invoke(call_Handle => l_call,
                                       request     => l_xmltype_in);
      UTL_DBWS.release_call (call_handle => l_call);
      UTL_DBWS.release_service (service_handle => l_service);
      l_return := l_xmltype_out.extract('//return/text()').getstringVal();
      RETURN l_return;
    END;
    /but when I test the function I get this error
    ORA-29532: Java call terminated by uncaught Java exception: java.lang.IllegalAccessException: error.build.wsdl.model: oracle.j2ee.ws.common.tools.api.WsdlValidationException: Failed to read wsdl file at: "http://127.0.0.1:7101/Application15-Model-context-root/HelloWorldPort?wsdl", caused by: java.net.ConnectException.    : Connection refused
    ORA-06512: at "WSUSER.UTL_DBWS", line 193
    ORA-06512: at "WSUSER.UTL_DBWS", line 190
    ORA-06512: at "WSUSER.SAYHELLOMYNAME", line 24any suggestions?

    M.Jabr wrote:
    can you elaborate more on this?
    I can open http://127.0.0.1:7101/Application15-Model-context-root/HelloWorldPort?wsdl
    on my browser.Is your browser on that Oracle server? You are instructing Oracle server code (the UTL_DBWS package) to access that URL.
    The IP in that URL is a localhost IP address - and that means using the local IP stack only. So it expects a web server on the Oracle server platform on tcp port 7101. It cannot use that IP to access your client/development machine.
    How can I test it using UTL_HTTP?You can write a basic web browser, minus the rendering engine, using UTL_HTTP. You can also use it for web service calls - which is my preference as I deem the UTL_DBWS package to clunky and complex.
    See:
    {message:id=1925297} (sample PL/SQL web browser)
    {message:id=4205205} (sample PL/SQL web browser SOAP call)

Maybe you are looking for

  • HTML Help is not working in SAP

    Hi, Here we are facing some problem when we are accessing SAP Help through SAP. Though windown XP i am accessing the SAP Application Help. Here in my PC i am having 4 windows XP hotfixes, through it the help is accessing.But in another PC which autom

  • What information do I need to send in my IPod touch to be replaced and how do i get the box to ship it in

    What info do i need to send in my ipod touch to be replaced (i still have the 1 year warranty) and how do i get the box to ship it in also I have no clue what the address is please help

  • Invalid Pointer

    Post Author: remdev CA Forum: General Hey all, I am receiving the following error message when running a report: AN ERROR OCCURRED WHILE GENERATING THE CRYSTAL REPORT: 0X80004003 - INVALID POINTER (ARERR 1904). Crystal Reports is integrated with Reme

  • License key is valid in Mac and Windows?

    Hi. I will buy a Creative Suite. Dreamweaver, Acrobat.... i wish to install on my Mac Laptop, but Photoshop i want to install on my Windows PC. Can i do it with only one license? ( i will buy Cretative Suite Mac version). Sorry for my bad english. Re

  • Insert image - HTTP error

    I've been using Firefox (now 24.0) to browse NI forum and I've never been able to insert images in my messages, and so I always include them as attachments. I select "Insert/edit image" icon I select "From My computer >> Browse" I point to the image