Microsoft SDK for Java

Well i am new at Java but i found it necessary to convert some libraries i made previously in C++ that deals with various aspects in the WIN2k server ... when i tried to do this in java i wasn't able to access win32api ..( unless building my virtual machine :)) ). so i searched and found that the microsoft VM supports alot of intresting stuff like J/direct and win32 api access and the WFC ...
so as i won't use java ( at least at this point) in development for other OSes i wanted to know how could i use the MSVM in development . and if the sdk is legal or it is still under the 7 year treaty or what ...
if it isn't feasable how could i access DLL files on windows and api (regardless of what is written in Core Java Volume 2)

You'd better go on JNI side:
1. ms jvm is going to be less and less supported
2. j/direct is not the standard way to call native code
3. if you're planning to port your code on another platform, you will use the same java code and rewrite the native part as needed.
I've used JNI and can tell you is very simple to use, specially if you're an experienced c/c++ programmer.
Good start points:
http://java.sun.com/docs/books/tutorial/native1.1/index.html
http://java.sun.com/products/jdk/faq/jni-j2sdk-faq.html
Hope it helps

Similar Messages

  • Porting from JDK 1.2.2 to MS SDK for Java 4.0 - Help!!!

    Hi All!
    My company is developing big project using WLS 4.5.1. + JDK 1.2.2 + Java
    Plug-In 1.2.2 on clients. A lot of applied code depend on Java 2 APIs,
    javax/swing is actively used as well. But the customer decide to use
    Microsoft VM both on server and client sides - they have support contract
    (for other products) with MS and MS may decide to cancel support if our
    customer will use Sun JDK and Sun JVM.
    So, I have to try to port all project to MS SDK for Java and the question
    is: Do I have a chance not to rewrite 100% of my code?
    Somewhere I read: ":I've downloaded the new MS Virtual Machine
    (msjavx86.exe) that should be compatible to Java2:" - is it really so? Does
    anybody knows if MS will support Java 2 platform specifications? As I found
    at MS, latest MS JDK 4.0 (on which WLS 5.1 can run) meets specification of
    Java 1.1 and after installing it I found that I must rewrite about 90% of my
    code. Can someone clarify the situation with MS JDK?
    Thanks in advance,
    Andrey Bogush
    PS: Any information, links, documents, overviews on how to persuade the
    customer to use Sun JDK and JVM against MS one are VERY and STRONGLY welcome

    Andrey Bogush wrote:
    >
    Hi All!
    My company is developing big project using WLS 4.5.1. + JDK 1.2.2 + Java
    Plug-In 1.2.2 on clients. A lot of applied code depend on Java 2 APIs,
    javax/swing is actively used as well. But the customer decide to use
    Microsoft VM both on server and client sides - they have support contract
    (for other products) with MS and MS may decide to cancel support if our
    customer will use Sun JDK and Sun JVM.MS can cancel their support if they use Sun's JDK! That's an
    "interesting" clause in your support contract.
    >
    So, I have to try to port all project to MS SDK for Java and the question
    is: Do I have a chance not to rewrite 100% of my code?
    Somewhere I read: ":I've downloaded the new MS Virtual Machine
    (msjavx86.exe) that should be compatible to Java2:" - is it really so?I don't believe any versions of Microsoft's JVMs support Java2.
    Personally, I think it would be a big waste of time to port working
    Java2 code to JDK 1.1 just to run MS's JVM.
    -- Rob
    Does
    anybody knows if MS will support Java 2 platform specifications? As I found
    at MS, latest MS JDK 4.0 (on which WLS 5.1 can run) meets specification of
    Java 1.1 and after installing it I found that I must rewrite about 90% of my
    code. Can someone clarify the situation with MS JDK?
    Thanks in advance,
    Andrey Bogush
    PS: Any information, links, documents, overviews on how to persuade the
    customer to use Sun JDK and JVM against MS one are VERY and STRONGLY welcome

  • Azure SDK for Java on Mac/Linux

    I need to develop a part (communication with Service Bus) of a solution in Java (normally I use C# for development) on Mac/Linux. Can I just use the microsoft-windowsazure-api-0.4.6.jar file of the Azure SDK for Mac/Linux in my project, because I don't
    use Maven?
    Thanks.
    Guy

    When trying out some code using the Windows Azure SDK for Java (on a Mac) obviously just adding the jar to my project and adding it to my build path isn't just enough. I get error messages such as:
    Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
    at com.microsoft.windowsazure.services.core.Configuration.<clinit>(Configuration.java:48)
    at com.microsoft.windowsazure.services.serviceBus.ServiceBusConfiguration.configureWithWrapAuthentication(ServiceBusConfiguration.java:88)
    at xx.yyy.zzzz.aaaaa.ServiceBusClient.<init>(ServiceBusClient.java:20)
    at xx.yyy.zzzz.aaaaa.Main.main(Main.java:7)
    Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory
    at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 4 more
    When clicking e.g. on Configuration.java:48 I get: Source not found.
    The JAR file microsoft-windowsazure-api-0.4.6.jar has no source attachment.
    What am I missing. Thanks for your help.

  • Use vCloud SDK for Java to integrate with vCD 5.6

    Hello Folks,
             Newbie here.
             I have a situation where a home grown app, that uses vCloud SDK for Java to invoke a vCloud Director 5.1 installation. We use this for powering on/ off a few VMs.
             Our installation is being upgraded from vCloud Director 5.1 to 5.6.
             My question is, are we expected to upgrade/ carry out any code changes to our current implementation to integrate with the newer runtime version (5.6)?
             Many thanks in advance.
    Regards
    Mohan

    Somewhat going from memory here.
    As long as the REST API Versions URL states that it is compatible with 5.1, then you should be fine to make the calls as v5.1.
    Here is the section of the documentation for that:
    Using the vCloud API with vCloud Director
    The I think the SDKs are just wrappers in a manner of speaking.  They all eventually translate code (java/python/etc) into a REST API system that is sent into vCloud Director via the API.  For the most part, I think it'll work.
    That's not talking about "support", just that it should work with some exceptions.  I don't know if there is an official stance on cross compatibility like this.

  • SonyEricsson SDK for Java ME - version 2.5.0.2 - Where?

    Hi. I'm looking for a SonyEricsson SDK for Java ME, and I need its version 2.5.0.2 (for p1i on-device debug). But only 2.5.0.3 can be downloaded from developer.sonymobile.com. I've looked for it on google, but I haven't found. Does somebody have this version? If you have it, or you know a download link, post me, please. Thanks!

    I've had a look but that version doesn't seem to be available for download anymore, either on Sony's developer world site, or anywhere else. I suggest you contact Sony and see if they can help you:
    http://www.sonymobile.com/global-en/support/contact-us/

  • What's the difference between Netscape SDK for Java & JNDI?

    I know I can use either JNDI or Netscape SDK to access iDS. So whats their differences basically?
    Why would I need JNDI/Netscape SDK if I can just use either of them to access iDS?
    Thanks!

    Netscape SDK for JAVA developed only for iplanet Directory Server but JNDI for any directory server.
    JNDI has classes provided by Sun that will help your application interact with an LDAP server.JNDI applications work similarly to JDBC applications - write applications once and be free to use "drivers" from different vendors. Sun provides the "driver" that will help interact with the LDAP server. Sun also provides "drivers" for other naming services (like CORBA, Netscape).
    The Java Naming and Directory Interface (JNDI) allows Java applications to use a single set of methods to access multiple naming and directory services such as LDAP and NIS.
    JNDI is a Java API that provides a common way for programmers to access a variety of naming and directory services. The API consists of several packages:
    javax.naming for naming operations (access entries)
    javax.naming.directory for directory operations (access attributes)
    javax.naming.event for requesting event notification
    javax.naming.ldap for LDAP-specific features.
    JNDI operates through a layer of software called a Service Provider. The Service Provider implements the JNDI operations in terms of a particular underlying protocol.
    JNDI's Service Provider Interface (SPI) allows you to select Service Providers at runtime. In many cases you can use the same JNDI methods regardless of whether the Service Provider is talking to an LDAP server or using another protocol such as NIS. In order to access all of the functionality of the LDAP protocol, however, you will have to use methods outside of this abstraction.

  • OJC (OracleJavaCompiler) and Microsoft VM for Java 5.0

    I have JDeveloper 10g and I compile the java code with jdev905\jdev\bin\ojc.exe
    I created test applet
    package test;
    import java.applet.Applet;
    public class AppletTest extends Applet
         public AppletTest()
              try
                   jbInit();
              catch(Exception e)
                   e.printStackTrace();
         private void jbInit() throws Exception
              System.out.println("TestApplet init");
    With simple html page
    <HTML>
    <HEAD>
    <TITLE>
    Title
    </TITLE>
    </HEAD>
    <BODY>
    <APPLET CODE="test.AppletTest" HEIGHT="200" WIDTH="200" ALIGN="bottom">This browser does not appear to support Applets.</APPLET>
    </BODY>
    </HTML>
    And i get following error message in IE6 java console.
    Microsoft (R) VM for Java, 5.0 Release 5.0.0.3810
    ==============================================
    o ohje
    t tyhjenn�
    s suorita viimeistelij�t
    r tietoj�tteen ker��minen
    m muistin k�ytt�
    l lopeta
    � s�ieluettelo
    ==============================================
    Error loading class: test.AppletTest
    java.lang.NoClassDefFoundError
    java.lang.ClassNotFoundException: test.AppletTest
         at com/ms/vm/loader/URLClassLoader.loadClass
         at com/ms/vm/loader/URLClassLoader.loadClass
         at com/ms/applet/AppletPanel.securedClassLoad
         at com/ms/applet/AppletPanel.processSentEvent
         at com/ms/applet/AppletPanel.processSentEvent
         at com/ms/applet/AppletPanel.run
         at java/lang/Thread.run
    If i compile the code with previous version of JDeveloper (9.0.3) all works fine. Is there something special with ojc?
    (I just have to use Microsoft VM, so i can't update my browser java runtime)
    Rami

    Thanks Rob!
    I was trying to find that setting. It looks like that "Target:" is somehow involved with "Character Encoding". The comboboxes are so close each other. I did not opened that combobox before. The content of that combobox clearifies the meaning.
    If you read that panel from left to right the settings are:
    1.) "Character Encoding"
    2.) "Target:"
    3.) "Use Default Encoding"
    But anyhow, Thanks a lot of your help!
    Rami

  • Hi. I'm looking for something like MSDN from Microsoft but for JAVA.. ?

    Hi, I've learning java from some books, but I want someting like MSDN but for JAVA, is it exist?
    I'd like it so much. I have API documentation, but it's a little difficult learn somethig from it.
    What do you recomend to me ?
    Do you knowk something like a BIBLE or MSDN for JAVA ?.
    thanks.

    Thank you guys.
    I'm starting java with debian, now. This is so hard for me. but I'm going to resist to come back at hands of MICROSOFT and his XP.
    I like the tutorials, and I have to do a lot of work with them now.
    However, I hope find something good technicial then.
    I'm a little confuse, what is the difference between CORE API DOCS, JDK Programmer Guides
    Java? Platform, Standard Edition 6
    API Specification
    and..
    JDKTM 6 Documentation
    in easy words please...
    thanks.

  • Ebusiness Suite SDK for Java session management

    Hi, I am trying to try sample java application mentioned in Oracle® E-Business Suite Software Development Kit for Java Release 11i and 12 Part No. E28169-02
    Current version i am trying is Jdeveloper 11.1.1.4.0 and Ebiz suite 12.1.3
    able to create Apps Data source with out any issue.
    when Home.jsp is accessed through application menu, user name and all session related information is showing as NULL.
    how to resolve this issue.

    Hi Shay,
    I gone through the webinar.
    Here is more explanation of my issue.
    I created Apps Data source earlier. That time i registered external node in ebusiness suite with node_name as ip_address of weblogic server.
    But that time session details came as Null on sample Java application.
    Then i realized that may be the issue and corrected registration of external node and corrected ebiz profile options accordingly.
    When i tried to create Apps data source with fresh dbc file, i got into invalid username/pwd issue.
    As per following forum discussion topic, hyphen and dots in host name will cause issue with Apps data source creation, which is confirmed by couple of discussion participants and Juan also.
    https://kr.forums.oracle.com/forums/thread.jspa?threadID=2489849&start=30&tstart=0
    My weblogic host name is like WL-SOADEV-01.domainname.com
    what should be my further actions to resolve this issue.
    Thanks
    Maheedhar.J

  • Java Software Development Kit (SDK) for Java 6 on Leopard.

    Does anyone know if the Java Software Development Kit (SDK) comes with Leopard, or if one needs to sign up for an Apple developer account to obtain it?
    I typed the following command on the Terminal command line: 
        javac
    The output of that command was:
    Usage: javac <options> <source files>
    where possible options include:
      -g                         Generate all debugging info
      -g:none                    Generate no debugging info
      -g:{lines,vars,source}     Generate only some debugging info
      -nowarn                    Generate no warnings
      -verbose                   Output messages about what the compiler is doing
      -deprecation               Output source locations where deprecated APIs are used
      -classpath <path>          Specify where to find user class files
      -cp <path>                 Specify where to find user class files
      -sourcepath <path>         Specify where to find input source files
      -bootclasspath <path>      Override location of bootstrap class files
      -extdirs <dirs>            Override location of installed extensions
      -endorseddirs <dirs>       Override location of endorsed standards path
      -d <directory>             Specify where to place generated class files
      -encoding <encoding>       Specify character encoding used by source files
      -source <release>          Provide source compatibility with specified release
      -target <release>          Generate class files for specific VM version
      -version                   Version information
      -help                      Print a synopsis of standard options
      -X                         Print a synopsis of nonstandard options
      -J<flag>                   Pass <flag> directly to the runtime system
    I would like to use Java version 6.

    Hi John,
    I sort of remember Java 6  being IntelMac only...
    Once you’ve gotten logged in, go to Downloads, select “Java” on the right hand side of the page, and download the Java SE 6 beta. Note: this is only available for Intel Macs running Tiger or Leopard — if you’ve got a G4 or G5, you’re out of luck right now
    http://www.metaphoriclabs.com/articles/installing-java-6-on-mac-os-x/
    But here they are...
    http://ituploads.com/apple/macintosh-os-x-java-jdk/
    Can I do Java 6 development in OS X?...
    http://stackoverflow.com/questions/739418/can-i-do-java-6-development-in-os-x

  • Exception in openDocument call - SDK for Java

    Hi,
    Getting exception in openDocument call to get object of type DocumentInstance. Snippet -
    IEnterpriseSession eSession=(IEnterpriseSession)session.getAttribute("EnterpriseSession");     
    if ( eSession != null)
         ReportEngine webiRepEngine = (ReportEngine) eSession.getService("", "WebiReportEngine");
                    webiRepEngine.setLocale(request.getLocale().getLanguage());
         session.setAttribute("ReportEngine", webiRepEngine);
                   String searchID = "149729";
                   query = "SELECT SI_ID, SI_NAME, SI_PARENTID,"
         + " SI_KIND, SI_INSTANCE, SI_DESCRIPTION FROM"
         + " CI_INFOOBJECTS WHERE SI_PARENTID = " + searchID;
                  try
          IInfoStore localInfoStore = (IInfoStore)session.getAttribute("InfoStore");
          list = localInfoStore.query(query);
         catch(Exception sdke){
              System.out.println("query exception - " + sdke);
                    DocumentInstance doc = null;
                    ReportEngine repEngine = (ReportEngine)session.getAttribute("ReportEngine");
                    for (int reportCnt = 0; reportCnt < list.getResultSize(); reportCnt++)
              IInfoObject document = (IInfoObject) list.get(reportCnt);
                                    doc = repEngine.openDocument(document.getID());
    In the logs I can see correct value of 'document.getID()' for the corresponding document. However at the call - openDocument(document.getID()), exception -
    Web Intelligence cannot perform the intended action on this document. (Error: WIS 30650)
    Am I missing something in above code?
    Any help will be greatly appreciated.
    Thanks
    -A
    Edited by: aditya gaurav on Aug 15, 2008 10:25 PM
    Edited by: aditya gaurav on Aug 15, 2008 10:30 PM

    Thanks for the reply Ted.
    Iterating only through documents with parent ID as a specific ID (as in the 'query'). Currently in our environment, it returns 2 ID's (for 2 files as present in the infoview) and hence looping twice to get these 2 files.
    To rule out the probability of checking on invalid document ID (under the call openDocument(docID) ), even tried hard-coding the document ID (to the value as seen in infoview). And still the error continues.
    Can it be something related to configuration of BO server?
    -A

  • Help on Directory SDK for Java

    Hi
    I work using LDAP Directory SDK, i have a requirement to compare two LDIF files or compare an LDIF file with a directory subtree and provide a new LDIF which is having only changes.
    Is there any resources available on this ?
    Swaraj

    Is there anyone who could answer this one ?
    Swaraj

  • How to create a report with data using the Crystal Reports for Java SDK

    Hi,
    How do I create a report with data that can be displayed via the Crystal Report for Java SDK and the Viewers API?
    I am writing my own report designer, and would like to use the Crystal Runtime Engine to display my report in DHTML, PDF, and Excel formats.  I can create my own report through the following code snippet:
    ReportClientDocument boReportClientDocument = new ReportClientDocument();
    boReportClientDocument.newDocument();
    However, I cannot find a way to add data elements to the report without specifying an RPT file.  Is this possible?  I seems like it is since the Eclipse Plug In allows you to specify your database parameters when creating an RPT file.
    is there a way to do this through these packages?
    com.crystaldecisions.sdk.occa.report.data
    com.crystaldecisions.sdk.occa.report.definition
    Am I forced to create a RPT file for the different table and column structures I have? 
    Thank you in advance for any insights.
    Ted Jenney

    Hi Rameez,
    After working through the example code some more, and doing some more research, I remain unable to populate a report with my own data and view the report in a browser.  I realize this is a long post, but there are multiple errors I am receiving, and these are the seemingly essential ones that I am hitting.
    Modeling the Sample code from Create_Report_From_Scratch.zip to add a database table, using the following code:
    <%@ page import="com.crystaldecisions.sdk.occa.report.application.*"%>
    <%@ page import="com.crystaldecisions.sdk.occa.report.data.*"%>
    <%@ page import="com.crystaldecisions.sdk.occa.report.document.*"%>
    <%@ page import="com.crystaldecisions.sdk.occa.report.definition.*"%>
    <%@ page import="com.crystaldecisions.sdk.occa.report.lib.*" %>
    <%@ page import = "com.crystaldecisions.report.web.viewer.*"%>
    <%
    try { 
                ReportClientDocument rcd = new ReportClientDocument();
                rcd.newDocument();
    // Setup the DB connection
                String database_dll = "Sqlsrv32.dll";
                String db = "qa_start_2012";
                String dsn = "SQL Server";
                String userName = "sa";
                String pwd = "sa";
                // Create the DB connection
                ConnectionInfo oConnectionInfo = new ConnectionInfo();
                PropertyBag oPropertyBag1 = oConnectionInfo.getAttributes();
                // Set new table logon properties
                PropertyBag oPropertyBag2 = new PropertyBag();
                oPropertyBag2.put("DSN", dsn);
                oPropertyBag2.put("Data Source", db);
                // Set the connection info objects members
                // 1. Pass the Logon Properties to the main PropertyBag
                // 2. Set the Server Description to the new **System DSN**
                oPropertyBag1.put(PropertyBagHelper.CONNINFO_CRQE_LOGONPROPERTIES, oPropertyBag2);
                oPropertyBag1.put(PropertyBagHelper.CONNINFO_CRQE_SERVERDESCRIPTION, dsn);
                oPropertyBag1.put("Database DLL", database_dll);
                oConnectionInfo.setAttributes(oPropertyBag1);
                oConnectionInfo.setUserName(userName);
                oConnectionInfo.setPassword(pwd);
                // The Kind of connectionInfos is CRQE (Crystal Reports Query Engine).
                oConnectionInfo.setKind(ConnectionInfoKind.CRQE);
    // Add a Database table
              String tableName = "Building";
                Table oTable = new Table();
                oTable.setName(tableName);
                oTable.setConnectionInfo(oConnectionInfo);
                rcd.getDatabaseController().addTable(oTable, null);
        catch(ReportSDKException RsdkEx) {
                out.println(RsdkEx);  
        catch (Exception ex) {
              out.println(ex);  
    %>
    Throws the exception
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: java.lang.NullPointerException---- Error code:-2147467259 Error code name:failed
    There was other sample code on SDN which suggested the following - adding the table after calling table.setDataFields() as in:
              String tableName = "Building";
                String fieldname = "Building_Name";
                Table oTable = new Table();
                oTable.setName(tableName);
                oTable.setAlias(tableName);
                oTable.setQualifiedName(tableName);
                oTable.setDescription(tableName) ;
                Fields fields = new Fields();
                DBField field = new DBField();
                field.setDescription(fieldname);
                field.setHeadingText(fieldname);
                field.setName(fieldname);
                field.setType(FieldValueType.stringField);
                field.setLength(40);
                fields.add(field);
                oTable.setDataFields(fields);
                oTable.setConnectionInfo(oConnectionInfo);
                rcd.getDatabaseController().addTable(oTable, null);
    This code succeeds, but it is not clear how to add that database field to a section.  If I attempt to call the following:
    FieldObject oFieldObject = new FieldObject();
                oFieldObject.setDataSourceName(field.getFormulaForm());
                oFieldObject.setFieldValueType(field.getType());
                // Now add it to the section
                oFieldObject.setLeft(3120);
                oFieldObject.setTop(120);
                oFieldObject.setWidth(1911);
                oFieldObject.setHeight(226);
                rcd.getReportDefController().getReportObjectController().add(oFieldObject, rcd.getReportDefController().getReportDefinition().getDetailArea().getSections().getSection(0), -1);
    Then I get an error (which is not unexpected)
    com.crystaldecisions.sdk.occa.report.lib.ReportDefControllerException: The field was not found.---- Error code:-2147213283 Error code name:invalidFieldObject
    How do I add one of the table.SetDataFields()  to my report to be displayed?
    Are there any other pointers or suggestions you may have?
    Thank you

  • Downloading and Installing Java SDK for AIX

    Could anyone please tell me where can i download Java SDk for AIX and how to install it before installing SAP?
    Thanks in Advance

    Hi Mega,
    You can downloads Java SDK 1.4.2 from this location, just choose the OS,
    https://sdlc5d.sun.com/ECom/EComActionServlet;jsessionid=CA558AF3F6842F61D26641D9A6853DCA
    installation is very simple, just copy the downloaded file and execute by running <b>./<name of the file>.sh</b> at the command prompt.
    Regards
    Juan
    Please reward with points if helpful

  • Need 9.0 SDK library for java

    We have crystal enterprise server 8.5 & using IBM RAD 6.0 for java based client development. i believe RAD by default gets 10.0 SDK with which we are getting unsupported enterprise version exception.
    At this moment we are not upgrading enterprise server to higher version. i was looking for older SDK versions in Business object's SDK library page... but vouldn't find any older version SDK.
    If any one has exact information about where can i get older version (9.0) SDK libraries would be of great help
    Thanks & Regards,
    Rajendra

    I don't believe that there were any jars for 8.5 - that was introduced in version 9.  If you have an install of version 9 - you can find the jar files in the javasdk folder located in c:\program files\common files\Crystal Decisions\2.0\  ( I believe that's the correct folder - I'm going from memory)
    Shawn

Maybe you are looking for

  • BT still have not refunded me, despite 4 phone cal...

    Advise needed!!!  I left BT in January for an alternative, cheaper provider.  However, BT still deducted my line/broadband rental for Feb so I called the contact centre and was informed that a final invoice would be generated and I would receive a re

  • Connection to oracle

    How to Connect the Sun Studio Enterprise 8 to oracle 10g? I tried many times to connect to oracle 10g with JDBC/ ODBC and the Oracle but dise not success any more.

  • IWeb09 updated no direct ftp publishing since then

    Have updated (via software update) iWeb to 3.0.1. SInce then I am not able to update my site directly from the application. With the previous version I was able to do so. How can I go back to the previous version, or any idea how to fix this? Thanks

  • Where can I download or aquire the HTML5 Pack for Illustrator CS6?

    Where can I download or aquire the HTML5 Pack for Illustrator CS6? I would like to be able to save files for HTML5 and CSS. According to the "Adobe Illustrator CS6 On Demand" book, I should be able to download the HTML5 Pack from the following link: 

  • Access Services 2013 issue

    Hi, I have set-up Access Services 2013 and it's working well on a couple of non SSL web app's. We have another 2 web app's that are configured for SSL and unfortunately Access custom web app's are not working on these. The access app is created but w