Java 1.4.2_04 - IE Plugin

I need to amend the Java installation on about 2000 Win2k PCs with Java 1.4.2_04 installed. I need to enable the Internet Explorer plugin, where you go into the control panel and put a tick next to INTERNET EXPLORER under the browser tab. Is there any way of doing this remotely and also silently?? The only way i can see to do it is to uninstall Java and re-install it with the IEXPLORE=1 command line, but most users have Java loaded so it fails, anyway of doing this whist they have it open??

I download and install Java 2 Platform, Enterprise
Edition 1.4 SDK Update 1 and I don't get Java plugin
in IE. If I install j2sdk-1_4_2_04-windows-i586-p.exe
i can install Java runtime public and get Java plugin.
Why it is so?Because J2EE != (J2SE + more stuff). It's a different thingy.

Similar Messages

  • Java 1.4.2_04 - Internet Explorer plugin

    I need to amend the Java installation on about 2000 Win2k PCs with Java 1.4.2_04 installed. I need to enable the Internet Explorer plugin, where you go into the control panel and put a tick next to INTERNET EXPLORER under the browser tab. Is there any way of doing this remotely and also silently?? The only way i can see to do it is to uninstall Java and re-install it with the IEXPLORE=1 command line, but most users have Java loaded so it fails, anyway of doing this whist they have it open??

    the other suggestion in response to volume is in the control panel / click on the sounds tab/ then ajdust the system volume icon/ click on the advance tab/ then there is an options tab top L/h/s located in the device area/ then select which ones you want running. Let me know how this goes. if it fails i will think of something else.
    rich

  • Java 1.4.2_04-b05 not working with netscape 7.1

    I am unable to get java to work with netscape 7.1 on Windows XP. I just get the puzzle icon when running the installation test.
    1. I have de-installed and reinstalled java 1.4.2_04-b05 multiple times
    2. Netscape/Plugins directory has npjpi142_04.dll, and npjava(11,12,13,14).dlls
    3. Netscape cache has been cleared. Enable Java is checked under Preferences/Advanced
    4. Java Plug-in Control Panel shows browser Netscape 6 or later checked, use browser settings for proxy
    5. Java does work with my IE 6.0 browser.

    NPOJI610.dll is a very important file for Java Plugin to work with Netscape/Mozilla. So first check whether that file exisits in your system or not. If no, you probably need to reinstall JRE.
    If yes, you can try the following.
    1. Would you be able to open "Java Console" from Netscape's Tools->Web Development?
    2. Also you can try to rename C:\Document And Settings\Username\Application Date\Mozilla directory and then re-launch the browser to see whether it works or not.
    Xiaobin

  • Problem in Thai Locale - Java 1.4.2_04

    We use Java 1.4.2_04 for our client development. But when windows OS changed to Thail locale with Thai encoind and language set is Englist then the date shwon in client comes wrong. If windows date is 24/04/2007 then in client UI we get 24/04/2550. All dates have year difference of 543 years.

    If windows date is
    24/04/2007 then in client UI we get 24/04/2550. All
    dates have year difference of 543 years.Which is absolutely correct. This is how the Thai calendar works.

  • Dynamically adding JRE for IE, Java Security Warnings, & Next Gen Plugin.

    I wrote an portal application to control the environment for a third party application, the portal uses a JRE version that I supply with it, this was to ensure that users are using the same JRE so any issues can be limited to one version of Java. The only piece of the application that I could not specify the JRE version and path was for Internet Explorer. Please keep in mind that I do not control when the system JRE is updated or not, this is pushed to our systems and the latest JRE would be enabled automatically. I wanted to be able to dynamically add and enable the version of the JRE that Microsoft Internet Explorer uses for applets. So I was digging around recently and if I have the next-generation plugin enabled I could programmatically update the deployment.properties file prior to launching Internet Explorer(assuming I have closed all prior instances of IE that were running) to add and enable a version of the JRE which I choose to use. When I launch IE and run an applet I see that it is using the JRE I had dynamically supplied. However everytime I run the applet a Java security warning comes up saying "The application requires an earlier version of Java", I wanted to suppress this message but after research I tried adding 'deployment.security.mixcode=HIDE_RUN' to the deployment.properties, that did not work. I tried disabling the Next Generation Plugin, that worked to suppress the message however internet explorer was no longer using my dynamically supplied JRE for applets in IE, so that was not going to work for my purposes. My questions are:
    1. Is there a reliable way(not using ssvagent) to programmatically enable and disable Java's Next Generation Plugin option? (I want to make sure it is enabled when launching third party application from the portal)
    2. Is there a programmatic way to suppress the Java Security Warning "The application requires an earlier version of Java", without disabling Java's Next Generation Plugin option?
    deployment.properties entries after addition of my jre entry:
    #deployment.properties
    #Fri Sep 28 14:09:24 PDT 2012
    deployment.javapi.lifecycle.exception=true
    deployment.trace=true
    deployment.javaws.viewer.bounds=323,144,720,360
    deployment.javaws.autodownload=NEVER
    deployment.version=6.0
    deployment.browser.path=C\:\\Program Files (x86)\\Internet Explorer\\iexplore.exe
    deployment.security.mixcode=HIDE_RUN
    deployment.log=true
    deployment.console.startup.mode=SHOW
    deployment.capture.mime.types=true
    #Java Deployment jre's
    #Fri Sep 28 14:09:24 PDT 2012
    deployment.javaws.jre.0.registered=true
    deployment.javaws.jre.0.platform=1.6
    deployment.javaws.jre.0.osname=Windows
    deployment.javaws.jre.0.path=C\:\\Program Files (x86)\\Java\\jre6\\bin\\javaw.exe
    deployment.javaws.jre.0.product=1.6.0_33
    deployment.javaws.jre.0.osarch=x86
    deployment.javaws.jre.0.location=http\://java.sun.com/products/autodl/j2se
    deployment.javaws.jre.0.enabled=false
    deployment.javaws.jre.0.args=
    deployment.javaws.jre.1.enabled=true
    deployment.javaws.jre.1.registered=true
    deployment.javaws.jre.1.osname=Windows
    deployment.javaws.jre.1.location=http\\\://java.sun.com/products/autodl/j2se
    deployment.javaws.jre.1.osarch=x86
    deployment.javaws.jre.1.path=C\:\\Portal\\dist\\java\\jre6\\bin\\javaw.exe
    deployment.javaws.jre.1.platform=1.6
    deployment.javaws.jre.1.product=1.6.0_29
    Note: The reason not to use most recent version of Java is the necessity to test the third party application prior to deployment of a new Java version and since I do not control when a new version of Java is deployed and enabled to our machines, I am required to find an transparent solution. I understand the security issues by doing so, but the time between testing and acceptance of a new Java version for our application is within an acceptable timeframe. On exiting the application, I would restore the JRE settings and restore previous settings, to minimize the exposure of a potential security risk. Also any manual configurations are trying to be avoided as to maintain transparency to the user.

    I'm having a similar problem and I think it is related with this.
    If, after a Java--->Javascript call, a Javascript--->Java call isn't made soon after the first, it works. But, if the Java--->Javascript call triggers a Javascript--->Java call, any Java--->Javascript call that is made after that doesn't reach Javascript :/
    I have a method that handles the Java--->Javascript calls and goes something like this:
    System.out.println("Calling Javascript...");
    JSObject win = JSObject.getWindow(this);
    win.call(jsEventHandler, new Object[] { json.toString() });
    System.out.println("Done.");I further found out that, after looking at the Java debug console in the scenario where a Java--->Javascript call triggers a Javascript--->Java call, only after this last method returns is the "Done" message printed, even though the respective Javascript call was already invoked.
    Could you explain in more detail the queue based solution you found? Any other ideas?
    Regards,
    André Tavares.

  • Java 1.4.2_04 seriosuly hanging IE6 SP1 in WinXP SP-1

    It's best if I repeat what I have sent to SunSolve and what I've placed in the plug-in feedback form.
    I am at my wits-end. Over several days I have tried as much as I can without any success.
    I may perform an in-place upgrade, but only after the release version SP2 becomes available and with a CD with SP2 slip-streamed onto it. Reinstalleding Windows XP from scratch is NOT an option. I use my computer for work and it would take me about two weeks to get it all installed and set-up to a usable state. Besides, what's not to say that after I finish a re-install the same problem comes back? Would would really be in a pi$$e! off mood as I would be right back to square one.
    Yes, the affected computer is up-to-date regarding vendor and driver software patches, etc.....
    It's a bug that needs to be identified and fixed.
    The problem is that when visiting certain web sites that use Java Applets, either the JRE hangs or the IE6 plug-in screws-up and hangs. Having the Sun JRE installed and not have Internet Explorer usie the plug-in seems fine. I can access the plug-in's control panel applet without problems.
    If I act quickly I mighe be able to terminate the `IEXPLORE.EXE` process's GUI, but the process remains active just `headless`. By this time the Windows XP environment becomes very unstable. It is possible to shut-down Windows XP if I manage to load up SysInternal's `Process explorer` from the desktop, but all the processes shut down slowly and it can take up-to 10 to 25 minutes for Windows to shut-down.
    Accessing the same site using Microsoft's VM works perfectly. This is the ONLY change I need to make to work-round the Sun Java plug-in problem and that is to use Microsoft's Java VM.
    I have removed (and stripped out!) the Java RTE more times than I can rememember and have trued the subversions 01, 03 and the current 04 of v1.4.2 and the problem exists with all those sub-versions. I have been advises by a third-party that ZoneAlarm 5 basic may be the cause so I unloaded ZoneAlarm and the problem experienced is still there, so ZoneAlarm can't be to blame. In case it was to do with spy-ware and pop-up prevention programs that caused the problem, I also disabled those to conduct tests and the problem are still experienced, so it also can not be those programs.
    Very often when using Sun Java plug-in when visiting `http://www.giga-byte.com/` the home page banner appears and Internet Explorer hangs. The other web page that will be hardcer fo you to replicate is on Easily (http://easiy.co.uk/) web site. When selecting any domain management functions like web-forwarding or e-mail options, the page begins to load and then halts. On Easily's web site the fault happens in the same place every time without fail. Again, with Microsoft's VM, not a problem.
    I have encoutered this lock-up on other web sites I have visited, I just do not have the URL's to hand.
    I have exhausted all the options I can follow and from my tests, everything posts firmly to how the Sun Java RTE and/or the Sun Java plug-in interacts with Windows XP.
    Proxy servers, SpyWare detectors, Pop-up detectors and ZoneAlarm are not the problems as I have either de-activated or uninstalled them while conducting disgnostic tests and countless reboots.
    Computer statistics.
    Computer:
    Operating System Microsoft Windows XP Professional
    OS Service Pack Service Pack 1
    Internet Explorer 6.0.2800.1106 (IE 6.0 SP1)
    DirectX 4.09.00.0902 (DirectX 9.0b)
    Motherboard:
    CPU Type AMD Athlon, 700 MHz (3.5 x 200)
    Motherboard Name Tyan S2380 Trinity K7 (1 ISA, 6 PCI, 1 AGP, 3 DIMM)
    Motherboard Chipset VIA VT8371 Apollo KX133
    System Memory 640 MB (SDRAM)
    BIOS Type Award Modular (05/05/00)
    Communication Port Communications Port (COM1)
    Communication Port Communications Port (COM2)
    Communication Port Printer Port (LPT1)
    Display:
    Video Adapter NVIDIA GeForce4 MX 440 with AGP8X (64 MB)
    3D Accelerator nVIDIA GeForce4 MX 440 with AGP8X
    Monitor Plug and Play Monitor [NoDB] (000000000000)
    Multimedia:
    Audio Adapter ESS Technology ES1968 Maestro-2 Sound Card
    Input:
    Keyboard Microsoft PS/2 Keyboard (IntelliType Pro)
    Mouse Microsoft PS/2 Port Mouse (IntelliPoint)
    Game Controller Microsoft PC-joystick driver
    Network:
    Primary IP Address 172.16.0.1
    Primary MAC Address 00-00-E8-60-0E-82
    Network Adapter Realtek RTL8139/810x Family Fast Ethernet NIC (172.16.0.1)
    Modem Hayes Accura 56K Int Speakerphone Modem 5669US
    Modem Nokia 9110 Communicator (Cable)
    Peripherals:
    Printer Adobe PDF
    Printer Canon BJC-6200
    Printer WinFax
    USB Device CanoScan LiDE 30/N1240U
    USB Device USB Printing Support
    Modem is for sending faxes and dial-up back-up. I'm on a Cable Modem always on Internet setup through a NAT router.
    [ NVIDIA GeForce4 MX 440 with AGP8X ]
    Video Adapter Properties:
    Device Description NVIDIA GeForce4 MX 440 with AGP8X
    Adapter String GeForce4 MX 440 with AGP8X
    BIOS String Version 4.18.20.22.00
    Chip Type GeForce4 MX 440 with AGP8X
    DAC Type Integrated RAMDAC
    Installed Drivers nv4_disp (6.14.10.5672 - nVIDIA Detonator 56.72)
    Memory Size 64 MB
    Resolution: 1024x1280. Colour depth: 32 bit.

    My OS configuration is identical to your (save for the graphics card) and I do not experience these issues at all. I run pop-up blockers, firewalls, etc., etc., myself, and even mess around extensively with my browser settings (for debugging my own development), and have only EVER experienced an apparent lock-up under one condition:
    If an applet is signed, and pops up and dialog, OR if there is any other condition under which the PLUGIN displays a dialog box, and during this time your browser is no longer in focus, when you reactive the browser window, the dialog box does not appear in the front. What I'm saying is that there might be an active MODAL DIALOG box, but which is not being seen. These dialog boxes do not appear on the taskbar under windows (just like the calendar doesn't) but you can active it by using the Alt+Tab function of Windows. When I've experienced support calls regarding this sort of problem, I get the user to check Alt+Tab to check if there is a hidden dialog box (which is most often the case, since we used signed applets).
    I'm also a little confused by your reference to http://www.giga-byte.com - this site doesn't even load an applet when I open it.

  • Install Java JRE 1.4.2 plugin on Phoenix on Windows

    How can I install Java JRE 1.42 on Phoenix on Window 2000?
    In the Java Plugin-in control panel, it only has Mozilla 1.1 and if I click it, it said I don't have mozilla 1.1 install.
    Thank for your help.

    You have to add the following (dummy) key to your registry:
    [HKEY_LOCAL_MACHINE\SOFTWARE\mozilla.org\Mozilla]
    "CurrentVersion"="1.0"

  • Are Java and Flash (or any plugin; as a matter of fact) supported on Linux Firefox 8? I don't see any lib or plugins directory in the install directory.

    I don't see any plugin support on installing Linux Firefox 8 tar.bz2 package. I've tried symlinking libnpjp2.so and libflashplayer.so to the isntall directory but Firefox doesn't seem to recognize those. I don't find any mention of disabling plugin support (Java and Flash specifically) on Firefox 8 release notes. Is anybody else facing this issue?

    Thanks. Creating a "plugins' directory inside the profile directory, and putting symlinks to plugin files inside the directory solved the problem

  • Monitoring memory and thread management for Java 1.4.2_04

    Hi,
    I have an application which is using Java version 1.4.2_04. The application deployed in Customer site is having some memory issues. There are observing java.exe going 100% in Task Manager. The same application (of higher version)
    uses Java 1.5 is not seeing any issues.
    Now Customer needs the root cause of the issue and i would like to check the code which is causing the issue. I came to know we can monitor threads and memory using JConsole. Since we are using Java 1.4, i installed Java 1.6 on a remote machine and tried connecting to the problematic machine. But it failed to connect.
    i have added the option "-Dcom.sun.management.jmxremote.port=8880" when starting JVM (this i have provided inside ServletExec batch file, ServletExec is my web server).
    Any idea how to connect to the problematic machine from remote using JConsole. Or any other tools i can use on Java 1.4 to nail down the problem..
    Please provide pointers.
    I have another doubt on Java version 1.4, since there were many memory issues, am i hitting any defect in Java 1.4

    hari.r wrote:
    Please provide pointers.You need to tell you sales/marketing/business requirements people that they must come up with an end of life policy for customers on older versions.
    Unless your company has a service contract with Sun you right now, can no longer insure that the VM will remain secure nor even really running.
    See the following for the java VMs that you are using.
    [http://java.sun.com/products/archive/eol.policy.html]

  • Java - Javascript with 1.4 plugin

    From what little I've been able to find on the Java site, am I right in guessing that the JSObject isn't implemented yet in the 1.4 plugin?
    We remotely host the plugin for our customers, as most don't have admin rights and can't wait for someone to log onto their machine as an admin and install the plugin for them (we're using win2k). However, just recently we found out that the group in our company doing this, decided (without even mentioning it to us) to move from the 1.3.0 plugin (which was working great) to 1.4.
    We use Javascript rather extensively to open new windows, load windows to a "hidden" frame (a frame with 0 height), etc. However, using the 1.4 plugin none of this works. The only solution I can think of (besides telling the group to put 1.3.0 back and put a note up apologizing and asking people to uninstall the version they have and reinstall the older version) is to actually include the JSObject in our jar files. However, I do wonder if this works, not to mention every jar file would have to have a copy if it does.
    Is there any hope that there's a way to reference JSObject when the user is running the 1.4 plugin? (We're still compiling in 1.3, sometimes 1.3.1 and sometimes 1.3.0, depending on the developer's machine. Both have worked just fine for our needs, and the mix of some applets being compiled in one vs. the other has not caused any problems.)

    Okay, I've gone and looked at this some more, and it appears that JSObject is implemented in 1.4, but the problem is with instantiating the JSObject:
      try {
        win = (JSObject)JSObject.getWindow(getAppletContext().getApplet("TPMGRAPH"));
      catch (Exception e) {
        System.err.println(e);
      }This prints out a JSException. However, this is how we're creating the JSObject (successfully, in 1.3 on both Netscape 4.7 and IE 5.0) and we know it should work. Does anyone have any ideas as to why getWindow is failing? Or does anyone know of an alternate way of getting a JSObject that works in both 1.3 and 1.4? Or, are we just up a creek until something gets fixed (for a 1.4.1 or whatever...)?

  • Java 3d in applet without plugin or JRE download???

    Hi,
    I have put some applets made in Java 3d on web. They contain 3d graphics and lots of animation. But it only works if people have JRE, Java Plugin etc. How can I make anyone anywhere in the world see my applets without them having to download anything?? Please help.
    Anurag

    So ur asking how do I run java without having java.
    The answer is you can't.
    Most computers ship with java now, and Linux users can figure it out.
    You could always use one of the IE security holes to automatically install java. lol

  • Java 4.1.2_04 ceriosuly handing IE6 in WinXP SP-1

    It's best if I repeat what I have sent to SunSolve and what I've placed in the plug-in feedback form.
    I am at my wits-end. Over several days I have tried as much as I can without any success.
    I may perform an in-place upgrade, but only after the release version SP2 becomes available and with a CD with SP2 slip-streamed onto it. Reinstalleding Windows XP from scratch is NOT an option. I use my computer for work and it would take me about two weeks to get it all installed and set-up to a usable state. Besides, what's not to say that after I finish a re-install the same problem comes back? Would would really be in a pi$$e! off mood as I would be right back to square one.
    It's a bug that needs to be identified and fixed.
    The problem is that when visiting certain web sites that use Java Applets, either the JRE hangs or the IE6 plug-in screws-up and hangs. Having the Sun JRE installed and not have Internet Explorer usie the plug-in seems fine. I can access the plug-in's control panel applet without problems.
    If I act quickly I mighe be able to terminate the `IEXPLORE.EXE` process's GUI, but the process remains active just `headless`. By this time the Windows XP environment becomes very unstable. It is possible to shut-down Windows XP if I manage to load up SysInternal's `Process explorer` from the desktop, but all the processes shut down slowly and it can take up-to 10 to 25 minutes for Windows to shut-down.
    Accessing the same site using Microsoft's VM works perfectly. This is the ONLY change I need to make to work-round the Sun Java plug-in problem and that is to use Microsoft's Java VM.
    I have removed (and stripped out!) the Java RTE more times than I can rememember and have trued the subversions 01, 03 and the current 04 of v1.4.2 and the problem exists with all those sub-versions. I have been advises by a third-party that ZoneAlarm 5 basic may be the cause so I unloaded ZoneAlarm and the problem experienced is still there, so ZoneAlarm can't be to blame. In case it was to do with spy-ware and pop-up prevention programs that caused the problem, I also disabled those to conduct tests and the problem are still experienced, so it also can not be those programs.
    Very often when using Sun Java plug-in when visiting `http://www.giga-byte.com/` the home page banner appears and Internet Explorer hangs. The other web page that will be hardcer fo you to replicate is on Easily (http://easiy.co.uk/) web site. When selecting any domain management functions like web-forwarding or e-mail options, the page begins to load and then halts. On Easily's web site the fault happens in the same place every time without fail. Again, with Microsoft's VM, not a problem.
    I have encoutered this lock-up on other web sites I have visited, I just do not have the URL's to hand.
    I have exhausted all the options I can follow and from my tests, everything posts firmly to how the Sun Java RTE and/or the Sun Java plug-in interacts with Windows XP.
    Proxy servers, SpyWare detectors, Pop-up detectors and ZoneAlarm are not the problems as I have either de-activated or uninstalled them while conducting disgnostic tests and countless reboots.
    Computer statistics.
    Computer:
    Operating System Microsoft Windows XP Professional
    OS Service Pack Service Pack 1
    Internet Explorer 6.0.2800.1106 (IE 6.0 SP1)
    DirectX 4.09.00.0902 (DirectX 9.0b)
    Motherboard:
    CPU Type AMD Athlon, 700 MHz (3.5 x 200)
    Motherboard Name Tyan S2380 Trinity K7 (1 ISA, 6 PCI, 1 AGP, 3 DIMM)
    Motherboard Chipset VIA VT8371 Apollo KX133
    System Memory 640 MB (SDRAM)
    BIOS Type Award Modular (05/05/00)
    Communication Port Communications Port (COM1)
    Communication Port Communications Port (COM2)
    Communication Port Printer Port (LPT1)
    Display:
    Video Adapter NVIDIA GeForce4 MX 440 with AGP8X (64 MB)
    3D Accelerator nVIDIA GeForce4 MX 440 with AGP8X
    Monitor Plug and Play Monitor [NoDB] (000000000000)
    Multimedia:
    Audio Adapter ESS Technology ES1968 Maestro-2 Sound Card
    Input:
    Keyboard Microsoft PS/2 Keyboard (IntelliType Pro)
    Mouse Microsoft PS/2 Port Mouse (IntelliPoint)
    Game Controller Microsoft PC-joystick driver
    Network:
    Primary IP Address 172.16.0.1
    Primary MAC Address 00-00-E8-60-0E-82
    Network Adapter Realtek RTL8139/810x Family Fast Ethernet NIC (172.16.0.1)
    Modem Hayes Accura 56K Int Speakerphone Modem 5669US
    Modem Nokia 9110 Communicator (Cable)
    Peripherals:
    Printer Adobe PDF
    Printer Canon BJC-6200
    Printer WinFax
    USB Device CanoScan LiDE 30/N1240U
    USB Device USB Printing Support
    Modem is for sending faxes and dial-up back-up. I'm on a Cable Modem always on Internet setup through a NAT router.
    [ NVIDIA GeForce4 MX 440 with AGP8X ]
    Video Adapter Properties:
    Device Description NVIDIA GeForce4 MX 440 with AGP8X
    Adapter String GeForce4 MX 440 with AGP8X
    BIOS String Version 4.18.20.22.00
    Chip Type GeForce4 MX 440 with AGP8X
    DAC Type Integrated RAMDAC
    Installed Drivers nv4_disp (6.14.10.5672 - nVIDIA Detonator 56.72)
    Memory Size 64 MB
    Resolution: 1024x1280. Colour depth: 32 bit.

    Has anyone gotten back to you on this? I am experiencing the same problem on two different systems since release 4.1.2_03 and now have tried _05 with no luck.

  • Running Java program created with Eclipse plugin fails to open report

    I created a CR 2008 report and using the Eclipse plug-in I created a Java program to drive data through the report and export the resulting reports as pdf files.
    This process works just fine if I run the Java program in Eclipse. I copied the code to a server to run the application remote.
    The program fails at the point of opening the Crystal Report. This is the error.
    D:\src>java EDIInvoice
    Current date : 2009928-
    Report output name is : D:\src\report\Invoice2009928-45462829.pdf
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: com/ibm/icu/util/Ca
    lendar---- Error code:-2147467259 Error code name:failed
            at com.businessobjects.reports.sdk.JRCCommunicationAdapter.<init>(Unknown Source)
    This is the code
    public class EDIInvoice {
         private static final String REPORT_NAME = "D:
    src
    CR8Invoice.rpt";
         public static void launchApplication() {
         try
            FileInputStream in = new FileInputStream("D:
    src
    ghxInv.txt");
            BufferedReader br = new BufferedReader(new InputStreamReader(in));
            String strLine;
            Calendar cal = new GregorianCalendar();
            int month = cal.get(Calendar.MONTH);
            int year = cal.get(Calendar.YEAR);
            int day = cal.get(Calendar.DAY_OF_MONTH);
            String today = (year + "" + (month + 1) + "" + day + "-");
            System.out.println("Current date : " + today);
    // Read the file one line at a time
            while ((strLine = br.readLine()) != null)  
                String patternStr = ",";
                String[] fields = strLine.split(patternStr);
                String EXPORT_FILE = "D:
    src
    report
    Invoice" + today + fields[1] + ".pdf";
                String Company  = fields[0];
                String Invoice = fields[1];
                String PO_number  = fields[2];
                       System.out.println("Report output name is : " + EXPORT_FILE);
         try {
    //Open report.
         ReportClientDocument reportClientDoc = new ReportClientDocument();
         reportClientDoc.open(REPORT_NAME, 0);
         System.out.println("Opened the report");
    As you can see the first 2 println statements worked fine, but the 3rd one failed. The program was not able to open the report.
    Is there a reason the code can not run without Eclipse?

    did you copy all the jar files? especially the jrcadapter.jar? please download the following sample and modify it accordingly:
    [http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/f087d31f-3e11-2c10-2cba-fcb5855f79ef]

  • Java 1.4.2_04 Aggressive Heap on Windows 2000 Server

    Hi all
    I seem to be having trouble ith the JVM switch of -XX:+AggressiveHeap
    I have Tomcat 4.1 running with the following extra JVM options
    -server -XX:+AggressiveHeap -XX:+UseParallelGC -XX:+UseAdaptiveSizePolicy -XX:+DisableExplicitGC
    Its a quad processor, with 3 gigs of RAM
    BUT
    The java heap is dying at 128MB of RAm - is there any known issues with AggressiveHeap not allocating sufficient available memory on Windows 2000 Server.
    From the docs and white papers, if I read correctly, with a 3Gig RAM systems, the white paper says it will allocate half the available physical ram, i.e. 1.5Gig in this case. I seem to be getting only 128MB though?
    Help?
    Please

    I've worked it out thanks - it was a Tomcat 4.1 as a service oddity...
    In Tomcat 4.1, each JVM Option must be entered in the registry as one option per key, e.g.
    JVM Option Number 1 -server
    JVM Option Number 2 -XX:+AggressiveHeap
    and not
    JVM Option Number 1 -server -XX:+AggressiveHeap
    Hope this is useful to fellow Tomcat users. Oh, and in Tomcat 5, it places all the values into a single key in the registry and works - just for fun I guess ;-)

  • Bank says Java not Unix compatible

    Hey all
    St George, a major Australian bank has an internet banking site that uses Java. Unfortunately, it only works with, and supports (Windows NT, 98, ME, 2000, XP) MacOS (9.2, 10.1, 10.2)
    In Mozilla-firefox in Linux the applet is grey except for a little red cross in the left top corner.
    A small discusson is here http://lists.slug.org.au/archives/slug-chat/2004/02/msg00094.html
    How can we encourage St George to embrace Java's cross platform operability?
    Their compatibility page is here https://www.stgeorge.com.au/int_bank/get_start/systest/default.asp
    I have included St George's response, and a copy of the java console if it interests you.
    marty
    Dear Marty
    Thank you for your email.
    I appreciate your input and I am sure that implementations on the banks
    behalf are always considered and processed through the opinions and
    decisions of our customers.
    Our intended purpose has always been to make banking more efficient and
    convenient and hopefully that is what we can achieve.
    Therefore, I will forward your email to our developers to look further
    into your suggested enhancements.
    If you have any further enquiries, please do not hesitate to email me
    again at [email protected]. Or alternatively, you can contact
    St.George Internet Banking on 1300 555 203. A consultant is available
    for your assistance 7 days a week, 8:00am - 9:00pm(EST).
    With kind regards,
    Wendy
    Electronic Banking
    St. George Bank Ltd
    Phone 1300 555 203
    Email: [email protected]
    Web: www.stgeorge.com.au
    Java(TM) Plug-in: Version 1.4.2_04
    Using JRE version 1.4.2_04 Java HotSpot(TM) Client VM
    User home directory = /home/mbarlow
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    Memory: 5,608K Free: 1,446K (25%) ... completed.
    Reload policy configuration ... completed.
    Dump system properties ...
    acl.read = +
    acl.read.default =
    acl.write = +
    acl.write.default =
    browser.vendor = Sun Microsystems, Inc.
    browser.version = 1.1
    deployment.system.cacerts = /usr/java/j2re1.4.2_04/lib/security/cacerts
    deployment.system.home = /etc/.java/deployment
    deployment.system.jssecacerts =
    /usr/java/j2re1.4.2_04/lib/security/cacerts
    deployment.system.profile = /etc
    deployment.system.security.policy =
    file:/etc/.java/deployment/security/java.policy
    deployment.user.cachedir = /home/mbarlow/.java/deployment/cache
    deployment.user.certs =
    /home/mbarlow/.java/deployment/security/deployment.certs
    deployment.user.extdir = /home/mbarlow/.java/deployment/ext
    deployment.user.home = /home/mbarlow/.java/deployment
    deployment.user.jssecerts =
    /home/mbarlow/.java/deployment/security/deployment.jssecerts
    deployment.user.logdir = /home/mbarlow/.java/deployment/log
    deployment.user.profile = /home/mbarlow
    deployment.user.security.policy =
    file:/home/mbarlow/.java/deployment/security/java.policy
    deployment.user.tmpdir = /home/mbarlow/.java/deployment/cache/tmp
    file.encoding = UTF-8
    file.encoding.pkg = sun.io
    file.separator = /
    file.separator.applet = true
    http.agent = Mozilla/4.0 (Linux 2.6.7)
    http.auth.serializeRequests = true
    https.protocols = SSLv3,SSLv2Hello
    java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment
    java.awt.printerjob = sun.print.PSPrinterJob
    java.class.path = /usr/java/j2re1.4.2_04/classes
    java.class.version = 48.0
    java.class.version.applet = true
    java.endorsed.dirs = /usr/java/j2re1.4.2_04/lib/endorsed
    java.ext.dirs = /usr/java/j2re1.4.2_04/lib/ext
    java.home = /usr/java/j2re1.4.2_04
    java.io.tmpdir = /tmp
    java.library.path =
    /usr/java/j2re1.4.2_04/lib/i386/client:/usr/java/j2re1.4.2_04/lib/i386:/usr/lib/mozilla-firefox:/usr/lib/mozilla-firefox/plugins:/usr/lib/mozilla/plugins:/usr/lib
    java.protocol.handler.pkgs =
    sun.plugin.net.protocol|sun.plugin.net.protocol
    java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition
    java.runtime.version = 1.4.2_04-b05
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Sun Microsystems Inc.
    java.specification.version = 1.4
    java.util.prefs.PreferencesFactory =
    java.util.prefs.FileSystemPreferencesFactory
    java.vendor = Sun Microsystems Inc.
    java.vendor.applet = true
    java.vendor.url = http://java.sun.com/
    java.vendor.url.applet = true
    java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi
    java.version = 1.4.2_04
    java.version.applet = true
    java.vm.info = mixed mode
    java.vm.name = Java HotSpot(TM) Client VM
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Sun Microsystems Inc.
    java.vm.specification.version = 1.0
    java.vm.vendor = Sun Microsystems Inc.
    java.vm.version = 1.4.2_04-b05
    javaplugin.lib = /usr/java/j2re1.4.2_04/lib/i386/libjavaplugin_jni.so
    javaplugin.nodotversion = 142_04
    javaplugin.proxy.config.list =
    javaplugin.proxy.config.type = browser
    javaplugin.version = 1.4.2_04
    javaplugin.vm.options = -DtrustProxy=true -Xverify:remote
    -Djava.class.path=/usr/java/j2re1.4.2_04/classes
    -Djava.protocol.handler.pkgs=sun.plugin.net.protocol
    -Xbootclasspath/a:/usr/java/j2re1.4.2_04/lib/plugin.jar:/usr/java/j2re1.4.2_04/lib/javaplugin_l10n.jar -Djavaplugin.lib=/usr/java/j2re1.4.2_04/lib/i386/libjavaplugin_jni.so -Dmozilla.workaround=true -Djavaplugin.nodotversion=142_04 -Djavaplugin.version=1.4.2_04
    line.separator = \n
    line.separator.applet = true
    mozilla.workaround = true
    os.arch = i386
    os.arch.applet = true
    os.name = Linux
    os.name.applet = true
    os.version = 2.6.7
    os.version.applet = true
    package.restrict.access.netscape = false
    package.restrict.access.sun = true
    package.restrict.definition.java = true
    package.restrict.definition.netscape = true
    package.restrict.definition.sun = true
    path.separator = :
    path.separator.applet = true
    sun.arch.data.model = 32
    sun.boot.class.path =
    /usr/java/j2re1.4.2_04/lib/rt.jar:/usr/java/j2re1.4.2_04/lib/i18n.jar:/usr/java/j2re1.4.2_04/lib/sunrsasign.jar:/usr/java/j2re1.4.2_04/lib/jsse.jar:/usr/java/j2re1.4.2_04/lib/jce.jar:/usr/java/j2re1.4.2_04/lib/charsets.jar:/usr/java/j2re1.4.2_04/classes:/usr/java/j2re1.4.2_04/lib/plugin.jar:/usr/java/j2re1.4.2_04/lib/javaplugin_l10n.jar
    sun.boot.library.path = /usr/java/j2re1.4.2_04/lib/i386
    sun.cpu.endian = little
    sun.cpu.isalist =
    sun.io.unicode.encoding = UnicodeLittle
    sun.java2d.fontpath =
    sun.net.client.defaultConnectTimeout = 120000
    sun.os.patch.level = unknown
    trustProxy = true
    user.country = AU
    user.dir = /home/mbarlow
    user.home = /home/mbarlow
    user.language = en
    user.name = mbarlow
    user.timezone = Europe/London
    Done.
    Trace level set to 5: basic, net, security, ext, liveconnect ...
    completed.
    Stopping applet ...
    Joining applet thread ...
    Destroying applet ...
    Disposing applet ...
    Quiting applet ...
    Joined applet thread ...
    setWindow: call before applet exists:41969218
    setWindow: call before applet exists:41969218
    Finding information ...
    Releasing classloader: sun.plugin.ClassLoaderInfo@eca36e, refcount=0
    Caching classloader: sun.plugin.ClassLoaderInfo@eca36e
    Current classloader cache size: 1
    Done ...
    Referencing classloader: sun.plugin.ClassLoaderInfo@eca36e, refcount=1
    Loading applet ...
    Initializing applet ...
    Starting applet ...
    Connecting https://ibank.stgeorge.com.au/html/stGeorge/gui/BBB.class
    with no proxy
    Connecting https://ibank.stgeorge.com.au/html/stGeorge/gui/BBB.class
    with cookie "bbbHeight=651; bbbWidth=1012; Entity=; bhCookie=1"
    Loading Root CA certificates from
    /usr/java/j2re1.4.2_04/lib/security/cacerts
    Loaded Root CA certificates from
    /usr/java/j2re1.4.2_04/lib/security/cacerts
    Loading Https Root CA certificates from
    /usr/java/j2re1.4.2_04/lib/security/cacerts
    Loaded Https Root CA certificates from
    /usr/java/j2re1.4.2_04/lib/security/cacerts
    Loading JPI Https certificates from
    /home/mbarlow/.java/deployment/security/deployment.jssecerts
    Loaded JPI Https certificates from
    /home/mbarlow/.java/deployment/security/deployment.jssecerts
    Loading certificates from JPI session certificate store
    Loaded certificates from JPI session certificate store
    sun.plugin.cache.DownloadException
    at sun.plugin.cache.CachedFileLoader.load(Unknown Source)
    at sun.plugin.cache.FileCache.get(Unknown Source)
    at
    sun.net.www.protocol.https.PluginDelegateHttpsURLConnection.connectWithCache(Unknown Source)
    at
    sun.net.www.protocol.https.PluginDelegateHttpsURLConnection.connect(Unknown Source)
    at
    sun.net.www.protocol.https.PluginDelegateHttpsURLConnection.getInputStream(Unknown Source)
    at java.net.HttpURLConnection.getResponseCode(Unknown Source)
    at
    sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown Source)
    at sun.applet.AppletClassLoader.getBytes(Unknown Source)
    at sun.applet.AppletClassLoader.access$100(Unknown Source)
    at sun.applet.AppletClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.applet.AppletClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadCode(Unknown Source)
    at sun.applet.AppletPanel.createApplet(Unknown Source)
    at sun.plugin.AppletViewer.createApplet(Unknown Source)
    at sun.applet.AppletPanel.runLoader(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Connecting https://ibank.stgeorge.com.au/html/stGeorge/gui/BBB.class
    with no proxy
    Connecting https://ibank.stgeorge.com.au/html/stGeorge/gui/BBB.class
    with cookie "bbbHeight=651; bbbWidth=1012; Entity=; bhCookie=1"
    Connecting
    https://ibank.stgeorge.com.au/html/stGeorge/gui/BBB/class.class with no
    proxy
    Connecting
    https://ibank.stgeorge.com.au/html/stGeorge/gui/BBB/class.class with
    cookie "bbbHeight=651; bbbWidth=1012; Entity=; bhCookie=1"
    sun.plugin.cache.DownloadException
    at sun.plugin.cache.CachedFileLoader.load(Unknown Source)
    at sun.plugin.cache.FileCache.get(Unknown Source)
    at
    sun.net.www.protocol.https.PluginDelegateHttpsURLConnection.connectWithCache(Unknown Source)
    at
    sun.net.www.protocol.https.PluginDelegateHttpsURLConnection.connect(Unknown Source)
    at
    sun.net.www.protocol.https.PluginDelegateHttpsURLConnection.getInputStream(Unknown Source)
    at java.net.HttpURLConnection.getResponseCode(Unknown Source)
    at
    sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown Source)
    at sun.applet.AppletClassLoader.getBytes(Unknown Source)
    at sun.applet.AppletClassLoader.access$100(Unknown Source)
    at sun.applet.AppletClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.applet.AppletClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadCode(Unknown Source)
    at sun.applet.AppletPanel.createApplet(Unknown Source)
    at sun.plugin.AppletViewer.createApplet(Unknown Source)
    at sun.applet.AppletPanel.runLoader(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Connecting
    https://ibank.stgeorge.com.au/html/stGeorge/gui/BBB/class.class with no
    proxy
    Connecting
    https://ibank.stgeorge.com.au/html/stGeorge/gui/BBB/class.class with
    cookie "bbbHeight=651; bbbWidth=1012; Entity=; bhCookie=1"
    load: class stGeorge.gui.BBB.class not found.
    java.lang.ClassNotFoundException: stGeorge.gui.BBB.class
    at sun.applet.AppletClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadCode(Unknown Source)
    at sun.applet.AppletPanel.createApplet(Unknown Source)
    at sun.plugin.AppletViewer.createApplet(Unknown Source)
    at sun.applet.AppletPanel.runLoader(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
    at sun.applet.AppletClassLoader.getBytes(Unknown Source)
    at sun.applet.AppletClassLoader.access$100(Unknown Source)
    at sun.applet.AppletClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    ... 10 more
    Exception: java.lang.ClassNotFoundException: stGeorge.gui.BBB.class

    I also use Mozilla Firefox in Linux and the St. George Bank test fails ! ... I ask the bank to fix this at:
    https://www.stgeorge.com.au/contact_us/feedback.asp?orc=home

Maybe you are looking for

  • Can I use my AirPort Time Capsule without an ethernet or wifi connection?

    I'm at university and would like to still be able to back up my macbook, but I don't have access an ethernet connection.

  • Ask user for input after Workflow has already started?

    I am in the process of creating an "expense report" declarative workflow in Designer. I want to have it start automatically when a new document (here, an Excel file) is uploaded to the Library. I also want some user input (e.g. "Is this ER urgent?").

  • Another long system.log error ?

    Anyone have this ? I have a lot of this. Any idea what it is or mean.. thx everybody 2013-04-28 08:59:59 +0200 UserEventAgent[130]: Bug: 12D78: libxpc.dylib + 36100 [BBE558BD-5E55-35E4-89ED-1AA6B056D05A]: 0x3 2013-04-28 08:59:59 +0200 UserEventAgent[

  • Minimum in range greater than zero

    I'm trying to find the minimum number in a row but I want to find a number greater than zero as the minimum not the zeros .

  • How to re-install tasks and notes

    I had to re-install my blackberry's operating system when it crashed the other day and since the installation I have not been able to find either the tasks or the notes applications. Is there any way to download just these applications without re-ins