Java 1.4.1 doesn't work right with Win98se and IE6SP1

I have installed the 1.4.1 runtime on two computers. On the WinXP one (with IE 6 SP1) everything works 100%. When applets are loading the Java icon is showing in the placeholder, and in the system tray. I can open the console from IE, and all applets work (also the "hot java" on download page that does not work with the Microsoft buildt in Java :-)
BUT, on the Win98se machine not everything is working. First there is no Java icon either in the applet windows nor in the system tray on most applets (like my homepage http://home.chello.no/~larse/ or my worsk page http://datafangst.ergogroup.no), I cannot open the Java console from Internet Explorer either. So I suspect it's still using the Microsoft Java. BUT even stranger, the "hot java" animation on the Sun download pages IS showing, and THEN the Java icon shows in the tray. Why is it only using the Sun Java for some applets - not all ?

I experimented some more today, trying to find out why IE is not using SunJava.
I search the registry, and found that all references to Java (even the "Sun Java Console" menu) pointed to "c:\windows\system\msjava.dll". But there was a key "Treat as" that pointed on to the SunJava plug-in object (could the problem be that Win98 doesn't understand this and still use the default MS Java).
Also tried using "Norton Registry Tracker" to track what happened when I turned on/off SunJava for IE in the Control Panel and in IE. No changes anywhere. Isn't that a bit strange too...
Finally I just took a shot and renamed "c:\windows\system\msjava.dll" just to try to get rid of the MS Java AND THEN suddenly the SunJava works everywhere, and the "Sun Java Console" menu works too...
And no matter what I configure (turn on/off Sun Java in IE, turn on/off support for IE in the Sun Java control panel...) it always use SunJava.
Haven't noticed any side-effect so far, so it works for me, but I'm quite sure this is NOT the way it is supposed to work - right ?

Similar Messages

  • SQL Developer: Right-click format doesn't work right with DATE datatype

    Hi All!
    Currently I'm using version SQL Developer Version 3.1.05.
    Got a question regarding the 'auto-format' of syntax whenever writing in the code editor.
    If you take this snippet of code and drop it into a worksheet, then highlight it, right click the mouse, then select "format" it's like it fails to add the proper spacing when it runs into the DATE datatype. I looked all through the : preferences > database > sql formatter > oracle formatting > edit and couldn't find anything regarding the formatting with date types.
    Am I looking in the wrong area?? Is this a known bug? Having trouble searching for this exact issue too. I LOVE the format feature, but I hate having to go to each date type and manually spacing it out to make everything look 'clean'. I'm picky I guess :P I can live with it but figured I'd ask.
    type TEMP_REC
    IS
    record
    ORG_CODE VARCHAR2(15),
    PROJECT VARCHAR2(15),
    WBS VARCHAR2(30),
    SERIAL_NO VARCHAR2(30),
    QTY_ORDERED NUMBER,
    QTY_SCRAPPED NUMBER,
    QTY_COMPLETE NUMBER,
    BOM_ID NUMBER,
    REQUEST_DATE DATE,
    CREATE_DATE DATE,
    REL_DATE DATE,
    START_DATE DATE,
    NEED_DATE DATE,
    DUE_DATE DATE,
    COMPLETE_DATE DATE,
    CREATED_BY VARCHAR2(30),
    MODIFIED_BY VARCHAR2(30),
    MODIFY_DATE DATE,
    EST_HOURS NUMBER(6,2),
    ACT_HOURS NUMBER(6,2),
    BAD_COMMENTS VARCHAR2(1000) );

    Hello,
    I put 3.1.07 as you'd suggested. Seems the problem is still occuring for me... probably a user preference though ;)
    Open a new worksheet and drop this in, highlight everything, right-click and choose "format". All the keywords (varchar2, number, etc) should align on themselves making it look nice. I have mine set up to line-break after a comma. (I can't get it to format properly as I type it here onto the forums, so added a bunch of spaces to try to mimic it in this view)
    type TEMP_REC
    IS
    record
    LEAD_TIME NUMBER(5,0),
    SCRAP_PERCENT NUMBER,
    CREATED_BY VARCHAR2(30),
    MODIFIED_BY VARCHAR2(30),
    OPER_SEQ VARCHAR2(6),
    REF_NO VARCHAR2(2000),
    COMMENTS VARCHAR2(2000),
    BOM_FLAGS VARCHAR2(100),
    BOM_ATTR1 VARCHAR2(30),
    BOM_ATTR2 VARCHAR2(30),
    BOM_ATTR3 VARCHAR2(30),
    BOM_AMT1 NUMBER,
    BOM_AMT2 NUMBER,
    BAD_COMMENTS VARCHAR2(1000) );
    Now, let's add another field in there, but this time a date/timestamp datatype. If you format it like this you will see that the keywords sort of 'reset' their position after it encounters a date/timestamp datatype. The date type doesn't align properly with the others.
    type TEMP_REC
    IS
    record
    LEAD_TIME NUMBER(5,0),
    SCRAP_PERCENT NUMBER,
    CREATED_BY VARCHAR2(30),
    MODIFIED_BY VARCHAR2(30),
    OPER_SEQ VARCHAR2(6),
    REF_NO VARCHAR2(2000),
    test DATE,
    COMMENTS VARCHAR2(2000),
    BOM_FLAGS VARCHAR2(100),
    BOM_ATTR1 VARCHAR2(30),
    BOM_ATTR2 VARCHAR2(30),
    BOM_ATTR3 VARCHAR2(30),
    BOM_AMT1 NUMBER,
    BOM_AMT2 NUMBER,
    BAD_COMMENTS VARCHAR2(1000) );
    Might post a picture next time if that still isn't clear, though I konw folks are leary against clicking links to see screenshots. Might you know what I'm doing wrong here?

  • Timed sequence doesn't work right with external timing source

    I'll describe first what I want to accomplish and
    then maybe someone can read further and suggest why the attached VI
    doesn't work. I have a SMU (PXI 4130) that takes differing amounts of
    time to set a current depending on if the setting spans a range
    boundary. I want to be able to make that SMU setting and then wait a
    specific amount of time (sometimes 1 msec). If the SMU takes a little
    longer to return then I want that extra time to come out of the wait
    time. To do this I figured I would need an external time source to
    control a timed sequence to give better than the normal 1 msec
    resolution. So now onto the problems I'm having.
    I've
    got two problems here that I would really appreciate some insight on.
    The attached VI is the subject of both problems (as is the VI is
    worthless, but it illustrates the problem). Note that you need some
    type of DAQ board with a counter on it to run it.
    I can't
    figure out why this timed sequence doesn't work with an external timing
    source. It works mostly as expected (see next problem) with the
    internal source, but fails miserably with the external source. Run the
    VI as is to get a baseline. Then connect the DAQmx Create Timing Source
    VI to the Source Name input of the timed structure. It seems like it
    should run exactly the same both ways.
    Problem 2 (run with the
    internal timing source). The VI should take the same amount of time to
    execute regardless of the input to the Wait VI (within reason of
    course). That's actually the main impetus for this whole exercise. But
    according to the Actual End indicator it runs faster with a longer wait
    time.
    George
    Attachments:
    test timed sequence.vi ‏144 KB

    Hi George, I have been playing with the code that you have posted and I think I am seeing what your concern is with regards to the first problem that you stated.  Without running the code I would expect both internal and external timing to cause the VI to run in the exact same manner, however obviously that is not the case.  I am currently looking into this behavior and I will post you a response as soon as I have an answer for you. 
    As for the second problem, If you look at the manner in which you have coded this VI, a 1ms wait in the first frame will lead to a calculation of 1999ms wait in the second frame, and thus 5 iterations of 1999ms or about 99,995ms total running time.  If you increase the wait in the first frame to say 50ms, then an overall all wait of 1950ms is calculated in the second frame so not the overall iteration time is now 1950 which, over 5 iteration leads to 99,750ms thus as you increase the wait in the first loop the overall loop duration will be less.  This is expected behavior.
    Again I will post back once I have a clarification on the internal vs external timing.
    Chris_K 
    National Instruments
    Applications Engineer

  • Yosemite doesn't work well with Autocad and the trackpad.  The trackpad looses some function

    The trackpad looses some functions with the Autocad.  I can't use the PAN command with the trackpad, I used to work with that command in trackpad when I had the IOS Maverick.  Pleas, check out the problem.
    Regards.

    Do you have this problem with Firefox or Chrome? 
    I think all you can do is let Apple know about this problem that needs fixing
    http://www.apple.com/feedback

  • GenerationType.AUTO doesn't work correctly with Kodo and MySQL

    Greetings,
    I'm migrating applications from JBoss/Hibernate to WebLogic/Kodo. The following column annotation:
    @Id
    @Column(name="CUSTOMER_ID")
    @GeneratedValue(strategy = GenerationType.AUTO)
    public long getCustomerId()
    is supposed to generate auto-increment primary key in mysql. This is what happens with Hibernate. With Kodo, this seems to be equivalent with GenerationType.TABLE as a table named openjpa_sequence_table is created, containing sequence values. So what should one do in order to be able to use true auto-increment strategy with MySQL and Kodo ?
    Many thanks in advance,
    Nicolas

    Hi Nicolas,
    By setting the generation strategy to AUTO, you're essentially letting the JPA provider choose which strategy to use. It looks like Kodo is using the TABLE strategy by default and Hibernate is using the IDENTITY strategy here. You can set the strategy to IDENTITY if you want Kodo to behave similarly to Hibernate. However, it's worth pointing out that there may be a reason for Kodo not using the IDENTITY strategy by default.
    The docs at: http://edocs.bea.com/wls/docs103/kodo/full/html/ref_guide_pc_oid.html#ref_guide_pc_oid_pkgen_autoinc
    point out the following:
    "Statements inserting into tables with auto-increment / identity columns cannot be batched. After each insert, Kodo must go back to the database to retrieve the last inserted auto-increment value to set back in the persistent object. This can have a negative impact on performance. "
    - Matt

  • Power Nap doesn't work right in my MBA mid 2011. Anyone knows why?

    I just boght a MBA middle 2011 and power nap doesn't work right on it, specially in Mail app, where it downloads only a few mails and the rest of them are downloaded as usual, when recativate my laptop. Does anyone knows why?... i also tried to download the SMC update, but when i try to install it i get the message that my system is not compatible with the update.
    Please somebody help me!!
    Thanks in adevence!

    http://support.apple.com/kb/HT5394

  • Palatino superscript doesn't work right

    Palatino is my favorite font. But since installing Mavericks, superscripting doesn't work right in Microsoft Word. When Palatino type that is 14 points or smaller is superscripted, instead of being reduced a couple of points it is made extremely tiny. Also, instead of being raised to the top of the line, it appears in the middle (vertically) of the line. Since I use endnotes a lot, this effectively destroys the Palatino font for me.
    According to Get Info, this particular font is Copyright © 1991-99, 2006 Apple Computer, Inc. Copyright © 1991-92 Type Solutions, Inc., so I've had it for a long time. Is there an updated version that will fix this problem? I don't have this problem in other programs, including PowerPoint. I use Office 2011.
    Here is an enlarged image of the superscript (st):
    <img src="http://ti.org/images/Superscript.png">

    I think folks are looking for a solution.
    And I have given one. The Palatino font supplied with Mavericks is no good. The only fix is to replace it with an older version. If you don't have one, you can't fix it.
    Do you agree that Restore Standard Fonts...works ... Yes? No?
    No. That option only attempts to remove fonts from the System and root Library folders that are included with OS X. It doesn't give you an option to restore OS X supplied fonts that are missing.
    I have to presume you installed Mavericks over Mountain Lion. In Mavericks, Palatino is installed to the /System/Library/Fonts/ folder. In ML, that same (correctly working) font is installed to the /Library/Fonts/ folder.
    Presuming this scenario is correct, the working version of Palatino in the /Library/Fonts/ folder was already active. When resolving conflicts in Font Book, the active font is always the one left active. Which would mean it removed the broken, Mavericks installed version.
    As noted above, I fully tested and have proven the Mavericks version of Palatino is bad. I have multiple versions of this font. They are from:
    OS 9
    MS Office 2011
    Lion
    Mountain Lion
    Mavericks
    Adobe Type 1 PostScript
    Adobe OpenType PostScript
    I used Suitcase Fusion to activate one version at a time. Testing in Word, InDesign and other apps, they all behaved as expected until using the Mavericks supplied version.

  • I have a MacBook Pro Retina (2,3 GHz Intel Core i7 - 8 GB 1600 MHz DDR3 - Intel HD Graphics 4000 1024 MB). I use KompoZer for my website, but after installing OS X Yosemite it doesn't work right (I cannot see images in the website).

    I have a MacBook Pro Retina (2,3 GHz Intel Core i7 - 8 GB 1600 MHz DDR3 - Intel HD Graphics 4000 1024 MB). I use KompoZer for my website, but after installing OS X Yosemite it doesn't work right (I cannot see images in the website).

    It's beta open source software so I'm not surprised. It does't look to be too active a project, so I don't know if it will help or not but you might be maybe better off posting a bug report on their Sourceforge page here: http://sourceforge.net/projects/kompozer/

  • DVD menu doesn't work right in DVD players

    I've created a DVD in Encore for Mac.  It plays fine on my Mac and on Windows.  However, once it is inserted into a stand alone DVD player, the menu doesn't work right.  I have four text menus.  In the DVD player, none of those are navigable.  Arrowing up or down doesn't work.  You have to click a number on the remote keypad and then play. This also causes "Channel 1" or "Channel 2" and so on to display.  Any ideas how I can get the arrow keys to work?  I don't have a stand alone dvd player to test against.
    Also, in Windows, I have someone that wants to duplicate the dvd.  They're using Movie Maker.  It gives an error that the codec is not installed but doesn't say which codec.  Any ideas on that?

    The only time I recall similar problems was the issue Jeff was asking about above (Mac, Encore CS3, certain OS).  If you don't solve this otherwise, I'd experiment with that.
    You appear to have confirmed that there is button navigation.  (In button routing, each button points to another.)  Where does it break down?
    On the Mac/PC, are you using the mouse?  In the computer DVD software player, there should be a "remote" that you can use to see if the button navigation is working.  Does the computer "remote" option work?  If so, it makes it not working in a standalone player even odder.
    If not, then look at whether the project works before you burn to disk.  Does the "remote" work in the Encore preview?  Or build to a folder, then play the DVD from the folder.  (I don't know how on Mac; on PC, I find the first .ifo in the VIDEO_TS folder, and play that.)

  • When trying to read emails on hotmail on firefox, the "back" button on my mouse doesn't work right. It works fine if I use internet explorer. This started about three days ago.

    Also doesn't work right when I try to click on the inbox. I sometimes just get a blank screen. Seems to work fine on every other site except Hotmail.

    Nothing changed after clearing cashe and cookies and restarting in safe mode.

  • Media player doesn't work right , code# cood1197

    Why won't any of my music play on windows media player and rip any music to my ipod  recovered august since then player  doesn't work right now. product bv545aa#aba  serial# 4ce1031lws ,model # p6754y & getting code # cood1197 & are there any free updates for player ?  thank you.

    I haven't had a problem with either.  I have switched to using MixZing as my player because it also allows me to work with the contents of my SD card and has a nice equalizer function that really works well with a quality pair of headphones or when plugged into my home stereo.  It's available on the Marketplace.
    I do know that with Youtube, I get much less buffering if I pull videos through the WiFi function when attached to my home network.

  • I upgraded to IOS 5.1 and the phone doesn't work right

    I upgraded my phone to IOS 5.1 and the phone functionality doesn't work right.  If I make a call, once connected I go back to the main menu and can't get to the phone controls (including the ones to hang up).  If I receive a call, the wheel comes up, the phone does not ring and I can't answer it.  I tried restoring the phone, but that did not work.  Does anyone have any ideas?

    Press the camera icon and slide it up.

  • Firefox from version 3.6 to 11 beta doesn't work properly with gmail

    Gmail doesn't work properly with any version of firefox from 3.6 to 11. I have tried several newer versions of firefox and they ALL DO NOT WORK PROPERLY with GMAIL!!!!!! THIS IS VERY FRUSTRATING & ANNOYING!! I can't click on any links or it just keeps saying LOADING when I try to delete a message or even go into the gmail settings.

    Try the Firefox SafeMode to see how it works there. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    ''(If you're not using it, switch to the Default Theme.)''
    * You can open the Firefox 4.0+ SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    '''''If it is good in the Firefox SafeMode''''', your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes
    ''When you figure out what is causing that, please let us know. It might help other user's who have that problem.''

  • The location function in Reminders doesn't work at iphone 3gs and ipad?

    Hello, how can I use the Location feature in the new Reminder app? If I add a new reminder there is no function to put in the location, just the day and the clocktime? Icloud is already installt and worked! It doesn't work at Iphone 3GS and also not at Ipad2? Who can held me?

    Im not of much help, i can just say, i have the same problem!

  • Satellite Pro L20 doesn't work properly with USB Fast Track audio i.f.

    Hello!
    I have used my Fast Track USB on new Toshiba Satellite L40 and I never had problems with it. I could set low latency and I did few songs with it.
    Yesterday I bought another notebook, thinking of home recording studio. It's used Toshiba Satellite Pro L20. It doesn't work properly with my interface. When I listen music on Winamp or do anything on Fruity Loops I hear loud clicks, pops, noises. They introduce samples, or they appear during playback or after a sample is stopped.
    I noticed, drivers for Satellite Pro L20 are a problem. Its not supported by Toshiba anymore?! The only drivers for chipset are very old and you can download em only from Toshiba website. The chipset is ATI Xpress 200M. Its drivers are with graphic card. Recently I noticed you can download "ATI Catalyst Legacy Display Driver for Windows XP - Motherboard/IGP Drivers 9.11" and CRACK IT to make it possible to install on mobile unit such as L20. Yep its funny but its impossible to do otherwise!
    things I have tried and they still not help:
    # drivers replacement, original were released in 2004. I installed recent version.
    # driver settings, low latency, high latency
    # asio and different settings
    # pluging the interface to another usb socket.
    # trying what happens when I use battery and when I use adapter
    # updated bios
    # turned off onboard units such as wifi card, sound card
    # checked IRQ list
    pops still appear.
    my config:
    Toshiba Satellite Pro L20
    Win XP Home SP3
    Celeron M 1,5GHz
    896Mb ram
    M-Audio Fast Track USB, drivers: 6.0.2
    Kind regards

    Thanks for answer. I still have L40 but I try to run my homerecording on L20. The L40 is now used by whole my family. It's possible to swap them but there's a problem - L20 has Norway keyboard and I'm the only person at home who doesn't often look down while typing. In Poland, we use standard ms keyboard. I'd buy special stickers, it's about only to make special chars get back to their places.
    I installed Windows on this computer end set it to best performance possible.
    Since I created this thread, guys from M-Audio support tried to solve my problem - nothing helped. I think potential solutions are exhausted.
    Message was edited by: lidia.pochron

Maybe you are looking for