Java SDK 1.4.2_07 Install On Windows98SE and PATH Variable

I've recently dowloaded and installed the JAVA SKD 1.4.2_07 with NetBeans 4.0 bundle. onto my Windows98SE system. Everything installed fine, but my problem is with setting the PATH variable. I've tried several different methods for setting the Path in the autoexec.bat file. I've tried the instructions outlined in the documentation by running sysedit and then modifying the autoexec.bat file, I've tried using the DOS command to edit the file, and even used Window's -> Program Files -> Accessories -> System Tools -> Tools-> System Configuration utility. My primary problem is that whenever I reboot or run the c:\autoexec.bat, I see an error that says "Too many parameters". Furthermore when I run the 'path' statement from the DOS prompt, the added variable is not there.
My current autoexec.bat file has only one line in the path, so I even tried removing this line and putting only the path for the JDK into the autoexec.bat.. Whenever I run the Javac to compile my source code, I get a 'bad command or filename' warning. However, If I move the .java source file to the j2sdk1.4.2_07\bin directory and run Javac it will compile.
Can anyone assist me with this problem.? I've read several posts where people are having problems compiling their .Java files on a Windows platform, but can compile them on other platforms.
Thanks in advance.

My path variable is still not being set! Here is the content of my autoexec.bat located on the root directory of C:\
rem - By Groove Setup
PATH=%PATH%;"C:\Program Files\Groove Networks\Groove\Bin"
PATH=%PATH%;C:\PROGRAM FILES\J2SDK1.4.2_07\BIN
/code]
When I type 'path' at the MSDOS C:\ prompt, I receive the following in the get the following:C:\WINDOWS;C:\WINDOWS\COMMAND;\C:\PROGRAM FILES\GROOVE NETWORKS\GROOVE\BIN
As an aside, I noticed that when I perform a search of the my hard drive (c:\), I find two autoexec.bat files. One at the root, and the other in C:\Windows\Command\EBD.
I believe the instructions stated to modify the autoexec.bat at the root directory.
TIA for any assistance. This is really becoming a nusance and taking up quite a bit of my time trying to resolve this problem.

Similar Messages

  • Updating my Java SDK

    I am using Java SDK 1.4.2_07 and want to update to the latest version.
    Do I just install Java 5 as a separate entity, alter the appropriate path and then delete the SDK 1.4.2_07 installation, or when I install the latest SDK will the installer detect the existing version and update it?

    Uninstall (do not delete!) the SDK 1.4.2_07.
    After that install the SDK 1.5..0_09 (latest).
    There is no update facility.

  • How to uninstall Java SDK 1.5.0_14

    Dear,
    I just installed a brand new Solaris 10 and latest patch cluster.
    Default on my system are the following 2 folders under /usr/jdk:
    j2sdk1.4.2_11 and jdk1.5.0_06
    I installed the Java SDK 1.5.0_14, but in the wrong destination folder.
    When I check my Java version with "Java -version"
    java version "1.5.0_06"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
    Java HotSpot(TM) Server VM (build 1.5.0_06-b05, mixed mode)
    Why I don't have the latest one, the SDK 1.5.0_14 ?
    My question: I want a proper situation with only the Java SDK 1.5.0_14 installed.
    How do I remove Java SDK 1.5.0_14.
    How do I remove Java SDK 1.5.0_6
    Do I have to remove the 1.4.2_11 ?
    Thx guys...

    Thx for your answer...
    I want to have the installation of Java SDK 1.5.0_14 in a different location ?
    Can I just move the folder ?
    But I guess it's better to do uninstall and re-install it ?
    Right ?
    Thx in advance guys... (I'm not yet worked in in this stuff...)

  • Creating a sample report using JAVA SDK

    Hi,
    I am trying to create a sample report using JAVA SDK.
    I slelect 4 "free cells" and pass 4 different strings to it.
    I even slelect the font colour and size. When i run the class and try to view the report in Infoview, I only seeblank blocks without any data. Now if I edit the report from infoview, and save the changes, I am able to see the data.
    My issue is, Why am I not able to see the data when I run the java code.
    Please find teh code below.
    package com;
    import java.awt.Color;
    import java.io.FileOutputStream;
    import java.util.ArrayList;
    import java.util.Date;
    import java.util.List;
    import com.businessobjects.rebean.wi.BinaryView;
    import com.businessobjects.rebean.wi.DataProvider;
    import com.businessobjects.rebean.wi.DataProviders;
    import com.businessobjects.rebean.wi.DataSource;
    import com.businessobjects.rebean.wi.DataSourceObject;
    import com.businessobjects.rebean.wi.DocumentInstance;
    import com.businessobjects.rebean.wi.DocumentLocaleType;
    import com.businessobjects.rebean.wi.FontImpl;
    import com.businessobjects.rebean.wi.FreeCell;
    import com.businessobjects.rebean.wi.HTMLView;
    import com.businessobjects.rebean.wi.OutputFormatType;
    import com.businessobjects.rebean.wi.PageHeaderFooter;
    import com.businessobjects.rebean.wi.Query;
    import com.businessobjects.rebean.wi.Recordset;
    import com.businessobjects.rebean.wi.Report;
    import com.businessobjects.rebean.wi.ReportBody;
    import com.businessobjects.rebean.wi.ReportCell;
    import com.businessobjects.rebean.wi.ReportContainer;
    import com.businessobjects.rebean.wi.ReportElement;
    import com.businessobjects.rebean.wi.ReportEngine;
    import com.crystaldecisions.sdk.framework.CrystalEnterprise;
    import com.crystaldecisions.sdk.framework.IEnterpriseSession;
    import com.crystaldecisions.sdk.framework.ISessionMgr;
    import com.crystaldecisions.sdk.occa.infostore.IInfoObject;
    import com.crystaldecisions.sdk.occa.infostore.IInfoObjects;
    import com.crystaldecisions.sdk.occa.infostore.IInfoStore;
    import com.crystaldecisions.sdk.plugin.CeKind;
    public class Aug7th {
          * @param args
         public static void main(String[] args) {
              // TODO Auto-generated method stub
              String CMS = "pundl8136:6400";
              String userID = "srivas";
              String password = "morcom123";
              String auth = "secEnterprise";
              List<String> entire =new ArrayList<String>();
              List<String> country =new ArrayList<String>();
              List<String> resort =new ArrayList<String>();
              IEnterpriseSession enterpriseSession;
              try
                   ISessionMgr mySessionMgr = CrystalEnterprise.getSessionMgr();
                   enterpriseSession = mySessionMgr.logon(userID, password, CMS,auth);
                   if (enterpriseSession != null)
                   {//Create and store useful objects for the session.
                        IInfoStore iStore = (IInfoStore)enterpriseSession.getService("InfoStore");
                        ReportEngine reportEngine = (ReportEngine)enterpriseSession.getService("WebiReportEngine");
                        IInfoObject infoView = null;
                        String str = "SELECT SI_ID, SI_NAME, SI_PARENTID FROM CI_INFOOBJECTS WHERE (SI_KIND = '"+CeKind.WEBI+"' OR SI_KIND='FullClient') " +
                        "AND SI_INSTANCE = 'false' AND SI_NAME='Structure Test_001_Java' ORDER BY SI_NAME ASC ";
                        //String str = "SELECT SI_ID, SI_NAME, SI_PARENTID FROM CI_INFOOBJECTS ORDER BY SI_NAME ASC ";
                        IInfoObjects objInfoObjectsWIDs = (IInfoObjects) iStore.query(str);
                        System.out.println(objInfoObjectsWIDs.size());
                        IInfoObject objInfoObjectWID = (IInfoObject) objInfoObjectsWIDs.get(0);
                        DocumentInstance doc = reportEngine.openDocument(objInfoObjectWID.getID());
                        DataProviders dps = doc.getDataProviders();
    //                     Retrieve the 1st data provider
                        DataProvider dp = dps.getItem(0);
    //                     Retrieve the universe objects
                        DataSource ds = dp.getDataSource ();
                        Query q = dp.getQuery();
                        Recordset rs = dp.getResult(0);
    //                     0: assume query has one flow
                        rs.first();
    //                     Print the column types. They can be Integer, String,
    //                     or Date.
                        for (int i = 0; i < rs.getColumnCount(); i++) {
                        Class c = rs.getColumnType(i);
                        StringBuffer sbt = new StringBuffer();
                        if ( c.equals(Integer.class) )
                        sbt.append("Integer");
                        if ( c.equals(String.class) )
                        sbt.append("String");
                        if ( c.equals(Date.class) )
                        sbt.append("Date");
                        sbt.append(";");
                        System.out.println(sbt.toString());
                        System.out.println(rs.getColumnCount());
                        while (!rs.isLast()) {
    //                          column names
                             StringBuffer sbn = new StringBuffer();
                             StringBuffer sbd = new StringBuffer();
                             for (int j = 0; j < rs.getColumnCount(); j++) {
                             sbn.append( rs.getColumnName(j).toString() );
                             sbn.append(";");
                             System.out.println("sbn "+sbn.toString());
    //                          data
                             for (int k= 0; k< rs.getColumnCount(); k++) {
                             sbd.append( rs.getCellObject(k).toString() );
                             sbd.append(";");
                             entire.add(rs.getCellObject(k).toString());
                             System.out.println("sbd "+sbd.toString());
                             rs.next();
                        System.out.println(entire.size());
                        for(int i=0;i<entire.size();i++){
                             country.add(entire.get(i));
                             i++;
                             System.out.println("entireList "+entire.get(i));
                             resort.add(entire.get(i));
                        DataSourceObject city = ds.getClasses().getChildByName("Country");
                        DataSourceObject resorts = ds.getClasses().getChildAt(1);
                        dp.runQuery();
                        ReportContainer report = doc.createReport("Resort");
                        PageHeaderFooter header = report.getPageHeader();
                        FreeCell headerCell = header.createFreeCell("Resort Report");
                        PageHeaderFooter footer = report.getPageFooter();
                        FreeCell footerCell = footer.createFreeCell("Report Ends");
                        ReportBody body =  report.createReportBody();
                        for(int k=0;k<resort.size();k++){
                        FreeCell res=body.createFreeCell(resort.get(k));
                        res.getAttachTo();
                        res.setHeight(15d);
                        res.setWidth(30d);
                        Color c = new Color(255,255,255);
                        Color c1 = new Color(255,0,0);
                        FontImpl fnt = (FontImpl)res.getFont();
                        fnt.getDecoration().setTextColor(c1);
                        res.setFont(fnt);
                        //res.deleteAttachment();
                        //res.setAttachTo(body,VAnchorType.BOTTOM,HAnchorType.NONE);
                        doc.applyFormat();
                        doc.refresh();
                        final String l_docToken = doc.getStorageToken();
                        final DocumentInstance l_docToSave = reportEngine.getDocumentFromStorageToken(l_docToken);
                        doc.saveAs("mor31",835,null,null);
                        doc.closeDocument();
                        str = "SELECT SI_ID, SI_NAME, SI_PARENTID FROM CI_INFOOBJECTS WHERE (SI_KIND = '"+CeKind.WEBI+"' OR SI_KIND='FullClient') " +
                        "AND SI_INSTANCE = 'false' AND SI_NAME='mor31' ORDER BY SI_NAME ASC ";
                        //String str = "SELECT SI_ID, SI_NAME, SI_PARENTID FROM CI_INFOOBJECTS ORDER BY SI_NAME ASC ";
                        objInfoObjectsWIDs = (IInfoObjects) iStore.query(str);
                        System.out.println(objInfoObjectsWIDs.size());
                        objInfoObjectWID = (IInfoObject) objInfoObjectsWIDs.get(0);
                        DocumentInstance doc1 = reportEngine.openDocument(objInfoObjectWID.getID());
                        String token = doc1.getStorageToken();
                        DocumentInstance doc2 = reportEngine.getDocumentFromStorageToken(token);
                        doc2.saveAs("123123", 835, null, null);
                   //     doc.refresh();
                        //doc.save();
                   enterpriseSession.logoff();
              catch(Exception e)
                   e.printStackTrace();

    duplicate post:
    Sample report using JAVA SDK

  • How to use Java SDK to schedule a report in business objects

    hi guys i am having a scenario , were the Java SDK will be passing the parameters dynamically to the report in business objects . the Java SDK is kicked by the file based events. this Java SDK will be on the unix server and the business object is also on the unix server. I am having the crystal reports in boe which need to be triggered by the Java SDK . such that the report is scheduled to a particular location on the unix  for every week,when the java passes the parameters to the report in boe
    Edited by: americansalt on Nov 4, 2010 11:30 AM

    You can do this by using the BOE SDK. Here are some samples:
    http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/806fc83f-18ba-2b10-f2b9-cbb49963fc93
    Regards,
    Stratos

  • 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

  • How can install java sdk for mac os x 10.6.8

    How can install java sdk for mac os x 10.6.8?

    Deanwdd wrote:
    I mean to update Quicktime for Mac Os X 10.6.8...
    If you're running 10.6.8, Apple menu > Software Update. What version of QT do you have?

  • Install BI Java SDK?

    Hi,
    I want to follow the tutorial "How To BI Java SDK J2EE App", but obviously I firstly need to install the SDK itself on the server.
    How can that be done? In the tutorial it says I shall use the J2EE Visual Administrator to navigate to the node "Connector Container" and then "BI_SDK_XMLA", but that node doesn't exist.
    So how can I install the SDK on the server?
    Cheers,
    Jost

    Hi,
    have you seen <a href="https://media.sdn.sap.com/public/html/submitted_docs/BW/BI_SDK_JavaDocs/bi_sdk_doc/docs/connectors.html">this</a> guide? With it, you deploy and configure the BI connectors on the server.
    Anyway, if this is not what you're looking for, it is a good idea to ask additional questions in any of the BI-related forums here on the SDN. The real BI experts are there!
    Hope that helps.

  • BOXI sever unavailable after Java SDK install

    I recently installed the Java SDK on a platform running BOXI 3.1 SP3. During the install, I de-selected the Enterprise options (per the install doc). Subsequent to the install, I no longer had access to the BOXI. Upon review, it seems that the custom install removed the exec files for all of the client programs, along with the exec for SIA, CMC.url, InfoView.url, and Tomcat.
    However, with the exception of the above files and service, the installation directory in intact, along with the File Store and CMSC. What is the recommended procedure to restore the missing elements? I figure I'll have to initiatie the custom install to recapture Tomcat, but what about the exec files? Will a custom install add only the missing elements, or re-install the entire server? Thanks in advance for you help.
    Mark

    The instructions you followed were likely for installing on a new machine, not for an existing install.  The items that are selected are what will be installed after you run the installation, so removing options I believe will remove those from the installation.  It may be best to ask this in the architecture forum [here|Business Intelligence Solution Architecture; or to create a case with support.

  • Installing Java SDK 1.3+03 on Windows XP fails

    System Properties
    OS : Windows XP
    Microprocessor: Intel PIII
    I save the executable for Java SDK 1.3_03 on my hard disk. When I try to execute it, I get the following message:
    Cannot find file C:\Docume~1\pg\Local Settings\Temp\pft57~tmp\Setup.exe (or one of its components).Check to ensure the path and the filename are correct and that all required libraries are available.
    Any ideas on why this message is returned is welcome.
    Thanks in advance,
    P

    Hi , i got the same problem and that's what i did:
    clicking the rigth buttom on the install .exe and extract it to a folder with winzip
    After this go to the folder you've unzipped the install pack and double-click on setup.exe
    It will ask the profile you want to install the product with and after choosing it , the installfield should start.
    I hope this helps you : Anita

  • New install ERP2005 - Java SDK 32bit or 64bit?

    We are about to install our ERP 2005 system after a major RAID5 problem with our discs.
    Now I saw that for the previous installation an 32bit version of JAVA SDK was used on our 64bit hardware server system.
    For a portal I installed recently I found an 64bit version of JAVA on the sun site via
    a sapnote (which I cannot remember directly). (j2sdk-1_4_2_13-windows-amd64.exe)
    Is it best to use the 64bit version of JAVA SDK or is it best to stick with the 32bit version for our 64bit hardware?
    Can somebody shed a light on this issue/question?
    Thank you for replying.
    PS Points will be rewarded for helpfull answers!

    Hi again
    As per note 716604, which is valid for windows 64 bits (x86 and itanium):
    -> For Windows and Solaris x86 (64 bit) the SDK is available solely for SAP
    and its customers. On Windows it can be used starting with NW04 SR1. In note 941595 it is described how to get this SDK.
    -> You can find the Windows 64-bit Itanium SDK on the Sun website. The link is: http://java.sun.com/products/archive/j2se/1.4.2/
    Regards,
    Désiré

  • Missing pointbase folder in my java sdk install

    Hello
    I downloaded j2ee v1.4.
    I set the environment variables correctly(those JAVA_HOME, JAVA_EE, %PB_TOOLS%, etc.)
    i tried asadmin start-domain domain1 and it's all ok.
    but when i run into command prompt: %PB_TOOLS%\startserver
    i got that the path cannot be found. i think the problem it's from this PointBase database. where i can found it and where should i install? then the environment variable hou should i change it and where? Thanks
    and in the folder C:\Sun\AppServer i did not have a pointbase folder

    Ok, I fingered it out.
    Its the whacky config.xml file on the eclipse side.
    On the flex plugin side, it looks fine. so I just copied if from the flex plugin dir to the eclise plugin directory.
    The common point is: com.adobe.flexbuilder.flex_xxx/config.xml
    It appears the Adobe's install facility is slightly munged. If I had to guess, it looks like the plugin stuff was copied before the config.xml file was updated with the flex sdk path. Consequently the copied config.xml was on the eclipse side was never updated. In any event, some for testing before releasing might have been helpful.

  • Whats is difference between Java JRE  and  Java SDK

    Hi,
    what is the difference between Java JRE and Java SDK...
    i think both of them have the same set of files to be installed...
    I am not able to understand where they differ

    The JRE (Java runtime Environment) contains just the stuff necessary to run Java and the SDK (System Development Kit) contains the extra stuff necessary (and also helpful) to develop in Java.

  • Installation Problem - Java SDK 1.4.1

    I have a problem with installing Java on my machine at home that you may be able to help me with.
    Here are the Details: 1) I installed the most recent java SDK on my machine. 2) I set the Autoexec file with the correct PATH statement. 3) Set the correct CLASSPATH statement 4) The "Java -Version" statement gives the correct reply that it is version 1.4.
    Below is my AutoExec.bat file
    SET windir=C:\WINDOWS
    SET winbootdir=C:\WINDOWS
    SET COMSPEC=C:\WINDOWS\COMMAND.COM
    SET PATH=C:\PROGRA~1\MICROS~3\OFFICE;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\ATF
    SET CLASSPATH=C:\J2SDK1_4\LIB\TOOLS.JAR;.;
    SET PROMPT=$p$g
    SET TEMP=C:\WINDOWS\TEMP
    SET TMP=C:\WINDOWS\TEMP
    Problem: Trying to compile a simple "HelloWorld" Program with "javac Helloworld.java" produces the error "Bad Command or File name".
    Issues: Command Line in Windows ME requires 8.3 format. Inserts tilde "~" and a number into the names of the files. even using a short name such as "HelWrld.java" inserts a tilde because of the "java" extension. Have tried using a "jav" extension but that does not work as the error is the same.
    Question: How can I get rid of the "Bad Command or File Name"?

    My First Java Progam (for Windows with Java 2 SDK v1.4.1)
    Follow these instructions EXACTLY.
    1. Download and install the Java 2 SDK, Standard Edition. You can find it here:
    http://java.sun.com/j2se/downloads.html
    Select the download for your operating system and be sure to download the SDK (rightmost column) and not the JRE. (The JRE is only the Java Runtime Environment, which does not include the Java compiler and other tools needed for software development).
    2. Read the README and installation instructions! Read these instead of asking questions about installation etc. in the Java forums.
    README for Java 2 SDK v1.4.1: http://java.sun.com/j2se/1.4.1/README.html
    Java 2 SDK v1.4.1 for Windows installation: http://java.sun.com/j2se/1.4.1/install-windows.html
    Things to note:
    - After installing, add the bin directory of the SDK to your PATH environment variable. For example, if you installed the SDK in C:\j2sdk1.4.1_01, add the directory C:\j2sdk1.4.1_01\bin to your PATH. (If you don't know what an environment variable is and how to set it, read the documentation of Windows; if you're using Windows XP, this might be useful: http://support.microsoft.com/default.aspx?scid=KB;EN-US;q310519& ).
    3. Open Notepad and type in your first program:
    public class HelloWorld {
    public static void main(String[] args) {
    System.out.println("Hello World!");
    Save this program somewhere with the filename "HelloWorld.java".
    Things to note:
    - The case of text is important. Don't type "Helloworld", "helloworld" or anything else. Also the case of the filename is important (even though Windows has case-insensive filenames!).
    - Watch out that Notepad doesn't append ".txt" to the filename. The file should be named "HelloWorld.java", not "HelloWorld.java.txt".
    4. Open a command prompt and go to the directory that contains the file "HelloWorld.java" (with the CD command).
    5. Compile the progam with the following command:
    javac HelloWorld.java
    Things to note:
    - If you get something like "Unknown command: javac" or "Bad command or filename", you did not (correctly) add the bin directory of the SDK to the PATH (see step 2).
    6. Run the program. If you didn't get any compile errors, you now have a new file "HelloWorld.class" in the same directory. Run the program with the following command:
    java HelloWorld
    Things to note:
    - If you get: "Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorld/class", you have typed "java HelloWorld.class". Leave off the ".class" at the end. You are typing a class name here, not a filename.
    - If you get something like: "Exception in thread "main" java.lang.NoClassDefFoundError: helloworld (wrong name: HelloWorld)", you have typed the class name wrong. Note that the case is important (i.e., don't type "helloworld" but "HelloWorld")!
    - You don't need to set any classpath here. In Java 1.4, the current directory is included in the classpath automatically. For older versions of Java, you may need to add the current directory (".") to the classpath, like this:
    java -classpath . HelloWorld
    7. Congratulations with your first working Java program. Now follow these links:
    Java Tutorial
    http://java.sun.com/docs/books/tutorial/
    New to Java Programming Center
    http://developer.java.sun.com/developer/onlineTraining/new2java/
    FAQ
    http://java.sun.com/products/jdk/faq.html
    How Classes are Found
    http://java.sun.com/j2se/1.4/docs/tooldocs/findingclasses.html
    Setting the class path
    http://java.sun.com/j2se/1.4/docs/tooldocs/win32/classpath.html
    JavaTM 2 SDK Tools and Utilities
    http://java.sun.com/j2se/1.4/docs/tooldocs/tools.html
    Jesper

  • Java Web Start didn't install with j2sdk-1_4_2_04-windows-i586-p.exe

    I just uninstalled all my java stuff from my XP Pro system
    then re-installed... j2sdk-1_4_2_04-windows-i586-p.exe
    With the SDK installation... j2re1.4.2_04 also installed... I think this is the Java Runtime
    But, before I had a folder for Java Web Start... not I don't...
    AND, the file... javaws-1_2-windows-i586-i.exe
    refered to on the Java Web Start Installation page isn't on my system anymore...
    (It was in an older vrsion of the Java Runtime... ( I had 2 java Runtimes at once installed, that is why I uninstalled... and even though I had Java Web Start, it wasn't working... so I deleted everything and reinstalled the j2sdk-1_2_04-windiws-i586-p.exe.)
    I would just download the java Web Start but the docs tell me it should be installed when the SDK and Runtime are installed... so I worry if I got the installation correct.
    Can anyone please advise me of how to get things working again.
    thanks for any help - Will

    I fixed this broblem just install both JDK and JRE.

Maybe you are looking for

  • Consignment opening and closing Stock Period wise details

    My requirement to get the opening and closing stock of particular customer with particular material period wise. If there is no transaction for a period  for particular customer and particular material , ( which table store the entry without transact

  • Re- install i-tunes

    I need to re-install i-tunes.  Which programs should I uninstall to have a successful re-install?

  • Setup solution database - "2007 index does not exist"

    Hi all, after setting up the solution database following the Implementation Guide on a Solution Manager 7 SP 19 system, I created some test problem and solution articles and linked them. When I try to do now a full compilation for the first time via

  • " Returns from customers" process

    I want to create inspection plan for " Returns from customers". In this case what should be the task list usage code? Regards, Vemula

  • Cinema tools  multiple crash

    i just install the cinema tools and it crashes right away it doesnt even starts