Sun plugin and Microsoft VM

Hi,
I have a user base that has installed the Sun plugin (and it is enabled by default), but I would like to make some of the applets on my web site to run using Microsoft VM for Java (note: not "Java VM" :) on their machines even when the Sun plugin is installed and enabled. (Telling them to reconfigure plugin settings on the fly using Tools->Internet Options->Advanced->.... when they enter the spesific applets is far too cumbersome in this case.) My users run other applets that depend on a pure Java VM, so they must have the plugin installed at all times.
It seems that the Sun plugin takes control over the APPLET tag, so I believe it cannot be used and the OBJECT tag should be used instead.
On Win2K, running particular applets in the MS VM can be accomplished by using the OBJECT tag and java: as a prefix to the class name. Example:
<OBJECT ID="Test"
CODETYPE="application/java"
CLASSID="java:Test.class"
WIDTH="400" HEIGHT="140">
</OBJECT>
However, my user base has WinNT4.0 so this won't work on their machines.
I have tried to specify that the applet should be run in the MS VM using an OBJECT tag and a classid that directly refers to the Web Browser Applet Control (clsid:08B0E5C0-4FCB-11CF-AAA5-00401C608501), however, this does not work the way I want it to (the Sun plugin starts instead). And by using OLEVIEW I can see why: There is a TreatAs key for the InprocServer (msjava.dll) there, referring to an object with classid CAFEEFAC-0014-0000-0000-ABCDEFFEDCBB. This turns out to be a "Java Plug-in 1.4.0<applet> redirector".
Also, I have found out that the registry key HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Plug-in\\1.4.0\\UseJava2IExplorer changes its value from 0 to 1 when a user enables the plugin via Tools->Internet Options->Advanced->.... and from 1 to 0 when a user disables it.
My hunch is that the applet redirector, i.e. its Inproc Server npjpi140.dll, either runs the applet or redirects to the MS VM depending whether the registry key UseJava2IExplorer equals 1 or 0.
What I would like to know is the classid of the MS VM component that eventually receives the request to run an applet when the Sun plugin is disabled. My idea is that this is in some way stored inside the npjpi140.dll, however, I would like to avoid having to reverse engineer this file if Sun (or some others) can provide the information.
I have tried all available classid targets from the Registry that have msjava.dll as InprocServers, without success.
Also, if the redirection mechanism is not like what I have described here, I would be very grateful for more information and of course, what I essentially need is a way to solve the problem whether this involves using OBJECT tag and classid's or not.
Thanks!
Kristoffer
Kristoffer Dyrkorn - [email protected]
Java Developer

Kristoffer,
If you have not already found the clisd, it is {08B0E5C0-4FCB-11CF-AAA5-00401C608500} for MS VM version 3805.
I am currently having application conflicts with the newest JRE client and apps that need to use the MS VM. Have you had any luck utilizing both as of yet?
Regards,
Scott Hannigan
s c o t t . h a n n i g a n @ b a n k o f a m e r i c a . c o m

Similar Messages

  • Differences between Sun JVM and Microsoft JVM.

    Differences between Sun JVM and Microsoft JVM.
    I have a very simple applet that I am trying to make compatible with both Microsoft�s JVM and Suns JVM in Internet Explorer.
    However, when I turn on the Sun JVM it works occasionally, but frustratingly on most occasions I get the following error messages:
    In the status bar: "Applet <name> notinited"
    And when I investigate further in the console I get the following output:
    load: class <name>.class not found.
    java.lang.ClassNotFoundException: <name>.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.net.SocketException: Malformed reply from SOCKS server
         at java.net.SocksSocketImpl.readSocksReply(Unknown Source)
         at java.net.SocksSocketImpl.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at sun.net.NetworkClient.doConnect(Unknown Source)
         at sun.plugin.net.protocol.http.HttpClient.doConnect(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.net.www.http.HttpClient.privilegedOpenServer(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.plugin.net.protocol.http.HttpClient.<init>(Unknown Source)
         at sun.plugin.net.protocol.http.HttpClient.New(Unknown Source)
         at sun.plugin.net.protocol.http.HttpURLConnection.createConnection(Unknown Source)
         at sun.plugin.net.protocol.http.HttpURLConnection.connect(Unknown Source)
         at sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at java.net.HttpURLConnection.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)
         ... 10 more
    It appears that the applet never gets loaded. I have no idea why?
    What is the Sun JVM doing here?
    Many thanks in advance for any help.

    Oh, one more thing. Here's the outpt of the VM log when I run the test above:
    Java(TM) Plug-in: Version 1.4.2_03
    Using JRE version 1.4.2 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\Michael
    Proxy Configuration: No proxy
    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>
    java.lang.NullPointerException
         at sun.plugin.cache.Cache.updateTable(Unknown Source)
         at sun.plugin.cache.FileCache.getMatchingFile(Unknown Source)
         at sun.plugin.cache.CachedFileLoader$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin.cache.CachedFileLoader.getCacheFile(Unknown Source)
         at sun.plugin.cache.CachedFileLoader.load(Unknown Source)
         at sun.plugin.cache.FileCache.get(Unknown Source)
         at sun.plugin.net.protocol.http.HttpURLConnection.connectWithCache(Unknown Source)
         at sun.plugin.net.protocol.http.HttpURLConnection.connect(Unknown Source)
         at sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at sun.plugin.net.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
         at java.net.HttpURLConnection.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)
    v

  • Running SUN JRE and Microsoft VM in InternetExplorer on the same machine

    Our product needs at least Java 1.3 to run.
    One of our customers needs to run old applets which for some reason I don't know need the microsoft VM.
    Is there a way to install/run both VMs on the same machine?
    Udo

    Can they be installed - yes.
    But your code will not run in the MS VM. And if their applets won't run in your VM that means there will be two VMs running as two separate processes. So the applets will not be interacting with your code directly.

  • I've checked my current plugins and it still shows Adobe Acrobat Version 7 for Netscape (7.0.9.50) I tried to do the update but I got an error - "Please tell Microsoft about this problem" "Send Error Report/ Don't Send".

    I've checked my current plugins and it still shows Adobe Acrobat Version 7 for Netscape (7.0.9.50)
    I tried to do the update but I get the same error each time - "Please tell Microsoft about this problem" "Send Error Report/ Don't Send".
    Also, do I need to Disable or Uninstall the Extension: "SEO For Firefox 3.3.4 as this was highlighted?
    == This happened ==
    Every time Firefox opened
    == When I try to do the update

    http://www.microsoft.com/mac/support
    http://answers.microsoft.com/en-us/mac/forum/macword?auth=1
    http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macword/microsoft-wor d-for-mac-2011-will-not-open-error/ecc42616-6f49-40bb-b8f5-e21c711ea359

  • Blank size between Sun and Microsoft

    i use JTextPane to input and display data in gui,after save its data into database,i will output data into rtf file which will be opened by word. my problem is: i found Java's blank size is not equal to Microsoft's blank size,so cause the data which aligned as i request in JTextPane cannot align in word file. anyone can help guide what's difference between Java's blank size and Microsoft's blank size, what's their scale?
    Thanks for any information.
    Susan

    Use a monospaced font and you shouldn't have a problem.

  • 1.3 plugin and Javascript

    I am trying to use the 1.3 plugin with IE 5 and Netscape 6 for my applet. Both are giving similar problems.
    The applet loads OK, but when I try to call its methods from Javascript, I can't find the applet object. This is even though I set the ID attribute in the OBJECT tag to the name of the applet, and stuck in a <PARAM name="name" value="myappletname"> for good measure!
    When I try to reference the applet from Javascript, I get a "not defined" error. In desperation I have tried to refer to it as document.applets[0] which at least is defined, but then I get an error message "mymethod() is not a function". It is seems that the browser is looking for a Javascript function rather than a Java method.
    And yes, I have set scriptable = true and even MAYSCRIPT for good measure.
    If you have an example of a webpage with a Java applet being called from Javascript, with the 1.3 plugin and the OBJECT tag etc, please could you give me the URL. I'm sure if I see an example which actually works, I'll be able to figure out what I'm doing wrong.
    Thanks!

    Hurray! It works!
    I created an empty CSTreeAppletBeanInfo class which extends SimpleBeanInfo for my CSTreeApplet, and it worked!
    I did this after reading
    http://java.sun.com/j2se/1.4/docs/guide/plugin/developer_guide/faq/applet_support.html
    Q: Does Java Plug-in support Java-JavaScript communication?
    A: Yes, Java Plug-in supports basic, bidirectional Java-JavaScript communication. The following, however, is a known incompatibility.
    In the Microsoft implementation, applet methods and properties exposed in JavaScript are exactly the same as the methods and fields in the applet object. In Java Plug-in, an applet's methods and properties are exposed in JavaScript through JavaBeansTM introspection, which treats the applet's fields in a different manner than the Microsoft VM. Therefore, JavaScript accessing fields in an applet object may not work the same when run on JRE/Java Plug-in.
    and also after reading
    http://www.java.sun.com/j2se/1.4/docs/guide/plugin/developer_guide/compatibility.html
    Java/JavaScript communication
    In the Microsoft implementation, applet methods and properties exposed in JavaScript in an HTML page are exactly the same as the methods/fields of the applet object. In Java Plug-in, applet methods and properties exposed in JavaScript in HTML are obtained via JavaBeans Introspection, which analyzes methods and properties through naming convention in the applet object. The side effect is that applet fields are treated differently.
    This problem will be fixed in future release of Java Plug-in. In the meantime, JavaScript accessing fields in the applet object may not work properly in Java 2.
    I'm happy, it works! (Even if I don't 100% understand why).
    Thanks for your help,
    Anne

  • Using VST plugins and ASIO for everything?

    Just a thought. Oh how much I'd like this!
    To be able to use universal VST plugins and ASIO for everything directly from Windows would be ideal. To put this simply, making the Creative Windows "mixer" a true equivelent of a pro-software mixing app (Ableton, ProTools, Sonar, Cubase, or any other) in terms of absolute control for all Audio effects and I/O.
    If Creative won't ever do this even on their next gen cards, somebody or some company that knows a decent mixer setup should write such a replacement mixer soon offered at a fair price (if not free) that will do so with easy, complete, reliable integration.
    Long and specific
    VST related:
    - Use X-Ram to cache inserted VST plugins. Now theres a potential great reason for it since it obviously doesnt use any to cache the I/O bus like ALL OTHER periphials that have Ram caches. Its use is dictated by software, so why not?
    - Allow setting some tiny but likely necessary amount of X-Ram as an additional plugin audio I/O buffer. This should be much less than what mixing software needs for this setting since that would all have to pass the CPU.
    - Use Creative's processing hardware directly instead of the CPU so VST plugins won't increase CPU usage (within reason of course).
    - Yield overhead when using lots or higher-demand plugins if set in bit-match mode. Why waste all that power for SRC when Voxengo R8Brain or plenty of other pro software can do that a million times better and way faster in non-real-time? OK, only Creative could work this one in.
    - Why VST plugins? I'd trust my favorite EQ, digital limiter or whatever that has 64-bit float internal precision and oversampling vs. a 24-bit (rounding-error heaven) with no oversampling like the built in Creative ones.
    - If Creative has confidence in the quality of their own propriety effects, doesn't have to be VST but simply making them usable as a ReWire bridged devices into most any host with parameter automation controls and all. Obviosly these could have much lower latency than VST that normally relies on CPU processed software code.
    - The only argument against this is that some VST plugins have huge latencies. Optional latency delay to keep tracks
    - Allow Creatives hardware to insert as a ReWire slave or otherwise bridged device to ASIO-based apps so VST's can be outsourced from demanding more CPU when mixing. I could also add MIDI plugin effects as well.
    ASIO related:
    - Allow changing any and all audio I/O routing for individual channels on the fly for Windows and ANY software (not just ASIO compatible stuff). Just like in Ableton, Pro Tools, and every other WELL designed "mixer".
    - Treating XP itself and any software that normally goes through DX/MME/etc to use this ASIO mixer by making it appear as an insert send/return in the mixer so it can get routed and processed individually to my liking.
    - Can insert send/return signals for any DX/MME/etc program to/from any track or #tracks in any combination up to some reasonable limit with pre/post gains. At least several send/returns slots per channel.
    - A game that uses ASIO would be sweet. 0% FPS drop. IMO DX/MME/wave-mapper sound sucks. No control, many wasted CPU cycles, and horrible latency.
    - Ability to save/load PROGRAM-specific routing chains. Having it so simly running a certain program will automatically insert it how/whereever I specified, if not default, with all relevant I/O settings, including plugins and related settings that were put in the insert send/return path series to that program of course.
    - Put real-time SRC, compression encoding/decoding, or any Creative effects as well whereever I want in the signal chain, whether universal to a track I/O or program insert send/return I/O.
    - Ability to record tracks or the master likewise.
    - No digital feedback possible caused by monitering/recording/routing configs that would be possible in any decent mixing software. Surely not ever from a default setting or made sometimes impossible to prevent like on the Audigy series. Well unless I do something stupid that SHOULD cause feedback. Speak of a truly worthless mixer, this BTW is the ONLY reason I couldn't just go the manual route and run my host all the time, forcing ALL sounds through it for real-time playback with my Audigy. I'm assuming XiFi's Audio-Creation Mixer doesn't have this horrible problem.
    - Imagine putting any combination of sounds in 7.1 surround, monitering specific channels to any physical output, or up/downmixing 5.1 as it plays in real-time, etc. any thing like this possible instantly with a few mouse clicks! This would be SO EASY and completely possible to implement, most of the above right onto existing XiFi's as is.
    It's not like it would be competing with pro-interface rackmount products so no harm to Creative. I sure as h*ll wouldn't record with any soundcard's analog pre's or unbalanced connections for that matter. Guess I just love the interface and control of a REAL mixer that can do it all.

    cusis wrote:
    But would it be possible to somehow use the power of the card to take on some of the load of the cpu, users would surely then see alot more benifits from these cards.
    I don't see why this isn't possible with enough X-RAM. Why no host apps support offloading VST plugin cache buffers and rendering threads to it? I'm probly returning my XiFi and sticking with my old Audigy 1 until either I blow it up or Creative makes a REAL upgrade with most the aforementioned features that literally COULD'VE been implemented in XiFi's current hardware.
    If they do, they'll have my business and many others I'm pretty sure. Creative, if your listening and you want to like triple your sales - PLEASE get a clue and get the software end right. Microsoft or any audio host software developers, heres your (fat) chance if Creative wont do whats really their responsibility.
    If ALL apps were forced to pass through ASIO as I mentioned, this could force all apps and games to use part of X-RAM as an I/O buffer no matter what specific support is. The same way a video card can offload ALL video including Windows, not just when running certain games, or even worse, certain audio apps lol that specifically support video RAM and DX performance controls! That would be the stupidest, most worthless idea and why Video Cards don't waste their hardware this way. And yet this is what XiFi currently does regarding audio. Somebody change this SOON.
    This would be SO cheap and easy for Creative toss together and implement and would solve EVERYONE's problems and make ALL games at least get SMOOTH AUDIO. He!! Creative could charge $30 extra for it or just push out a new line of cards and itd still be worth it. Creative, did you read that part? More profit$$$ Like a video card upgrade, I EXPECT a night vs. day improvment but as it stands, XiFi is simply a glorified Audigy that costs more but much LESS likely to work right.
    More importantly, its use of ASIO (the real deal) remains no less limited than an old Creative card from way back when. If Creative wants their soundcard to integrate with software better, learn from Nvidia/Ati and deliver the goods as they've done it all along.

  • How to connect Java and Microsoft SQL Server 2000

    hi,
    could anyone please teach me how to connect Java and SQL Sever 2000?? if possible could you guys provide me with an example??? i could hardly find any relevant resources about it...
    Thanks ~!

    thanks for the information...
    by the way hv any working module on it?? i'm new to
    both Java and Microsoft SQL Server... Thanks againFirst things first... you should read this:
    http://java.sun.com/docs/books/tutorial/jdbc/
    This is microsofts official JDBC Driver: http://www.microsoft.com/sql/downloads/jdbcregister.asp
    Install it and the documentation has some usage examples

  • I have a Send Now account. Where can I download the plugin for Microsoft Outlook 2007?

    I have a Send Now account. Where can I download the Send Now (or Send) plugin for Microsoft Outlook 2007?

    Hi job1m,
    Adobe has stopped distributing the Outlook Plugin for SendNow since we are in the process of retiring the SendNow service and transitioning to Adobe Send. We are developing an Outlook Plugin for Adobe Send, but it's not yet ready for distribution.
    Please let us know if you have additional questions.
    Best,
    Sara

  • Plugin and https - problems

    Hy,
    i tried to load an applet via https from server.
    without https applet starts working correctly.
    with https following printout in plugin 1.4.1 - console is done and I
    dont know were to search the problem for.
    it seems not to be my code - because there is no package of my used
    packages written out.
    I hope that anyone can help me. problem is not iexplorer-specific
    netscape is same behaviour.
    Java(TM) Plug-in: Version 1.4.0_01
    Verwendung der JRE-Version 1.4.0_01 Java HotSpot(TM) Client VM
    java.lang.ExceptionInInitializerError
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at java.net.URL.getURLStreamHandler(Unknown Source)
    at java.net.URL.<init>(Unknown Source)
    at java.net.URL.<init>(Unknown Source)
    at java.net.URL.<init>(Unknown Source)
    at sun.plugin.AppletViewer.getDocumentBase(Unknown Source)
    at sun.plugin.AppletViewer.getCodeBase(Unknown Source)
    at sun.plugin.AppletViewer.appletInit(Unknown Source)
    at sun.plugin.viewer.LifeCycleManager.initAppletPanel(Unknown Source)
    at sun.plugin.viewer.IExplorerPluginObject$Initer.run(Unknown Source)
    Caused by: java.lang.NullPointerException
    at java.security.MessageDigest.update(Unknown Source)
    at sun.plugin.security.WSecureRandom.<init>(Unknown Source)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
    Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown
    Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
    Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at java.lang.Class.newInstance0(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at java.security.Security.doGetImpl(Unknown Source)
    at java.security.Security.doGetImpl(Unknown Source)
    at java.security.Security.getImpl(Unknown Source)
    at java.security.SecureRandom.getInstance(Unknown Source)
    at java.security.SecureRandom.<init>(Unknown Source)
    at sun.plugin.services.WIExplorerBrowserService.getSecureRandom(Unknown
    Source)
    at sun.plugin.net.protocol.https.Handler$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.plugin.net.protocol.https.Handler.<clinit>(Unknown Source)
    ... 11 more
    java.lang.NoClassDefFoundError
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at java.net.URL.getURLStreamHandler(Unknown Source)
    at java.net.URL.<init>(Unknown Source)
    at java.net.URL.<init>(Unknown Source)
    at sun.plugin.AppletViewer.getCodeBase(Unknown Source)
    at sun.plugin.AppletViewer.appletInit(Unknown Source)
    at sun.plugin.viewer.LifeCycleManager.initAppletPanel(Unknown Source)
    at sun.plugin.viewer.IExplorerPluginObject$Initer.run(Unknown Source)

    Getting the exact same error when trying to instantiate an applet over https with IE6, using 1.4.1_03, anyone got round this???
    load: class xms.EntryApplet.class not found.
    java.lang.ClassNotFoundException: xms.EntryApplet.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.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)
         ... 11 more

  • Need last [login, access, bind] time plugin and/or shell script

    Hi Gurus,
    I was wondering if anyone could share their pre-op bind plugin (and/or shell script) to store the last access time. We have a heterogeneous UNIX environment (Solaris, HP-UX, and Linux clients and Sun JES DS 5.2 on Solaris 9 as name service repository) and need to implement account suspension if the user has not logged in in the specified period.
    Thanks.

    Thanks for the reply, I've updated my OP with proper code tags.
    The g13 is a gaming keyboard https://wiki.archlinux.org/index.php/Logitech_G13
    I'm attempting to use the 'g13' outlined section
    I will look into udev rules, thanks again.

  • PlugIn and Swingall for applets not enough

    I've seen a lot of messages for applets that won't work with the sun plugin. I have the plugin installed; I have also added swingall.jar to my applet directory and set the ARCHIVE value to it, and can see it being processed. I still get 'class not found' with the following example. A clear answer to how to solve this would be helpful to a lot of people. (And yes, I've run the HTML converter.)
    Jbuilder 4.0 automatically adds action listeners for buttons, the browser cannot find the class for this:
    jButton2.addActionListener(new java.awt.event.ActionListener() {
    This line is listed with java.lang.NoClassDefFoundError in the java plugin console.
    The code runs fine in the applet viewer.
    What else has to be included for this applet to run with the plugin?

    hello; i just erased the post i started with, because my status has changed. i searched in the firefox folder and found the uninstall folder, and this time, uninstall worked perfectly, and it gave me an option to save my personal info! YAY! i installed ff 3.6.24 without a hitch; FF is Baaaaaack!
    However, I did get a window saying my computer doesn't have enough resources for the latest version of 8, but that I should install the latest compatible version of firefox; which version would that be, I wonder? It takes me to the same page with the ff 3.6.24 downloads. I already have that now.
    I am going to mark this as solved; thank you cor-el for helping me with this problem and sticking with me as i whined and moaned, and tried to get the courage to "just do it!"

  • I am not able to print pdf file from coursesmart website. i disabled flash plugin and only images are on the pages. When i preview, i only see blank page...help

    i disabled flash plugin.
    now i open site - http://www.coursesmart.com/9780495797494/2
    page contains images.When i click on print preview button, i cant see anything.... also i tried all pdf plugins and extensions, but none help to convert/print page in pdf. please help. how can i print whole page to pdf?

    Doesn't work in Google Chrome either.
    Looks that the page has a lot of protection measures (context menu is disabled) and DIVs that overlay each other, so it is possible that the print routine only sees an empty DIV and not the image or the real page.<br />
    That big image consists of two parts as you can see via Tools > Page Info > Media and the inspector.

  • Firefox "stops responding messages" frequently + not sure what the plugins listed under updated ones as "unknown plugin" and " ?research "mean

    hi there...
    1) firefox has been giving me problems for several months where it just stops responding, meaning I click on one of the 5 tabs open then it gives me msg "firefox not responding", also happens when I am working with xsitepro website builder development software stops me from moving around the xsitepro program and firefox again says firefox not responding
    Note: However, when firefox gives me "not responding msg" it responds after a few minutes and gives me access the tab i clicked on but then happens again when i try to click on another tab
    2) went to a page that firefox listed plugins http://www.mozilla.com/en-US/plugincheck/ and there are several plugins listed that I do not know what it means below the ones it says it is updated, those are listed as " unknown plugin and ?research "
    Not sure what does this mean as far as those plugins that are listed unknown and research. I did a search to see if I could find those plugins under addons but did not see them listed so are these plugins being used and installed on my firefox browswer and if so why are they hidden if they are installed or are they not installed at all
    I did a copy and paste of the plugin check page so u can see what i see below:
    The plugins listed below are up to date
    Plugin Icon
    Plugin Icon
    Java(TM) Platform SE 6 U22
    Next Generation Java Plug-in 1.6.0_22 for Mozilla browsers 1.6.0.22 Up to Date
    Plugin Icon
    Shockwave Flash
    Shockwave Flash 10.1 r102 10.1.102.64 Up to Date
    Plugin Icon
    Java Deployment Toolkit 6.0.220.4
    NPRuntime Script Plug-in Library for Java(TM) Deploy 1.6.0.22 Up to Date
    Plugin Icon
    Adobe Acrobat
    Adobe PDF Plug-In For Firefox and Netscape "9.4.0" 9.4.0.195 Up to Date
    Plugin Icon
    Google Update
    Google Update Unknown plugin Research
    Plugin Icon
    RealPlayer(tm) HTML5VideoShim Plug-In (32-bit)
    RealPlayer(tm) HTML5VideoShim Plug-In Unknown plugin Research
    Plugin Icon
    RealJukebox NS Plugin
    RealJukebox Netscape Plugin Unknown plugin Research
    Plugin Icon
    RealPlayer Version Plugin
    6.0.12.775 Unknown plugin

    Okay, that's a lot of information. I think the key part for support purposes is this:
    ''TheDrive [[#question-1057777|said]]''
    <blockquote>
    Just try yourself. Setup new profile and work a few days or weeks on any theme(s). Do not close tabs (at least ones, which you wanna explore once more). If your PC has 2-4Gb of RAM you will notice FF stopped to save session info after you will have a 50-100 tabs opened (you'll see sessionstore.js or session-backups\*.js script files reached 15-20-30MB long and stopped to change and it's LastMod date/time(s) are frozen) ...<br><br>
    ... I've noticed FF started to hang more and more and checked previous.js, recovery.bak, recovery.js was last modified on Apr, 14 but today is Apr, 16! I've lost one more hour trying to save tabs, even installed Session Manager, promised session saving on user demand but after a half hour of action against hanging FF, plugin showed me that I have NO ONE tab to save. I've managed to copy a few URLs to the text file before FF have completely fallen.</blockquote>
    You're not the first person to report that the sessionstore.js or recovery.js file stopped updating with new activity. However, it's rare enough that I can't recall whether we have gotten to the bottom of it in a previous thread. I'll see whether I can search it up.
    Meanwhile, someone might be able to come up with a way to watch for problems and extract some debug information, but I'm not personally familiar with such tools.

  • Is there a known problem with Nik Software Plugins and PSE10

    I replaced my PC with a new 64-bit Windows 7 workstation. Have used PSE10 for a while for my cataloging and editing and I did 'trial' individual Nik Software plugins on my old Vista PC for a while. I decided to purchase the Nik Software collection and also to take the plunge and go to Lightroom 4 as well. I put PSE10 on my new PC as well because I want to consider how I might modify my workflow to use both in conjunction (perhaps LR4 for cataloging and PSE10 for editing)
    When it came to installing Nik Software Plugins (they are supposed to plugin to Elements and LR4) it seemed to find some of the plugins compatible with both PSE10 and LR4 , some compatible with one of them and some not compatable (apparently) with either, but installed them anyway. But when I use PSE10 now I cannot go from the Organizer into the Editor, it loads the editor interface but not the image. If you open PSE Editor directly and open an image, the image will load and you see 4 of the plugins and I invoke them but the changes dont seem to get applied in PSE10. Then I started reading up on the  web ..... and the consensus seems to be it is not a Nik Software issue but an Abobe editor plugin issue.
    On a side issue, the retailer I bought Nik Software from sent me no product keys (they sent me Apple Aperture keys) - now they are about to replace my delivery with a fresh issue and proper keys ... but if I run into the same problems again, I dont know what to do. This leads me to looking for some definitive advice from those in the know!
    Should I forget about buying Nik Software plugins altogether?
    I see a download is available for LR4-2 .. does anyone know if this fixes Nik Plugin issues there?
    I am minded to go the route of using LR4 as my cataloging preference but to call PSE10 Editor for editing and have all my plugins operate out of PSE10, but I could not get the plugins to work with PSE10 as mentioned. How does one get them to work?
    Is there some workaround or special "way" or "order" to install things ???
    I'm still waiting days for some support from Nik Software ... but they are just going to say there is nothing wrong with their product (and the web seems to concur)
    Any help would be appreciated on the PSE10 Issue.

    17/10/2012. I installed the update - Lightroom 4.2
    It keeps the same product key and found the catalog and the Windows Control Panel only seems V4.2 so the original has been replaced with this upgrade.
    This would be the first time I put down Lightroom  with Photoshop Elements  V.10 already there on the system and I suspect this might have helped with better integration between the 2 products.
    I made sure I then opened Photoshop Elements V10 and I could edit an image (that the Organizer invocation to Photoshop Elements Editor did sucessfully load the image) and I could use existing plugins like Topaz and Noiseware. Also I made sure Lightroom  4.2 could use "Edit with Photoshop Elements " and it did.
    The supplier who had sent me the wrong Nik Software product keys, sent me a corrected version with product keys for Lightroom
    Several web articles I read on Nik Software plugins may be misleading (for example there is one on DPReview) which state that Nik Software plugins are compatable with Photoshop (the main product) but are NOT compatable with Photoshop Elements v10. I can tell anyone who uses Photoshop Elements 10 that they ARE compatable with Photoshop Elements 10, but it can be a little tricky to get them going.
    This is how I sucessfully managed to get the Nik Software Plug-ins
    working (finally) on both Lightroom  and Photoshop Elements v10 at the same time
    Remember my scenario ... I am putting together a new 64 bit Windows 7 PC and I want to be able to continue to use my Photoshop Elements v10 and also to delve into Lightroom for the first time.  I had read all the blurb on Nik Software and it said the plugins were compatable with both and I had downloaded and tested some of them on an old PC anyway, so I knew the principle of installation and operation.
    I had just bought the Nik SOftware Complete Collection in September 2012.
    The box and the CD they come with .... this is where one of the problems is. Let me explain...
    Step 1:
    =======
    Some of the components on the CD are up to date .. and when you elect to install them the sofware tells you that it has found both Lightroom 4.2 and Photoshop Elements V10 and it installs the plugins no problem and they work. Make sure (in these cases) you take their defaults as to the locations the plugins are instlled to. Typically the dual install works for the following components
    Nik Color Efex Prov V4
    Nik Silver Efex V2
    and the plugins go to
    for Photoshop Elements v10           C:\Program Files (x86)\Adobe\Photoshop Elements 10\Plug-Ins\
    for Lightroom 4                                 C:\users\xxxx\AppData\Roaming\Adobe\Lightroom\External Editor Presets\
    After each of the above 2 installs finished I invoked Photoshop Elements v10 first and opened an image in Editor and made sure the plugin was working and inserted my product key and activated it over the web. I then made sure it was also working in Lightroom 4.2 - it was!
    Step 2:
    =======
    When it came to installing the Sharpener 3 component off the vendor's CD, it displayed NEITHER of the two applications on its compatability list at all. And there was no "+" sign where one can add one manually. Furthermore if you continue with setup.exe it crashes. I closed the EXE and confirmed there was no plugin in Photoshop Elements v10 as expected for Sharpener.
    But when I went into Lightroom 4.2 it shows me the 2 Sharpener entities (the RAW and Output one). And I used it and proved the plugins were working through Lightroom  4.2 and I inserted my product key for it when invoking it for the first time via Lightroom  4.2 as well.
    Then I went onto the Nik Software download site and downloaded a more updated version which was Sharpener Version 3.01. When I ran the installer from this download it actually does see and show both Photoshop Elements v10 and Lightroom  4.2 as "compatable" and it installed the plugins from that .. and they both work ... even though I had it working already (seemingly) from the CD install I obviously installed over it and the plugin still works in Lightroom 4.2. It also works now in Photoshop Elements v10. Only issue I had here was I had to re-insert my product key and activate it when I used the plugin via Photoshop Elements v10 for the first time... but if that is the extent of a techincal difficulty - I would take it anytime!.
    Step 3:
    =======
    When it came to installing Viveza 2 off the CD, it only saw Lightroom  4.2 as compatable. I did something similar in this case. I let it install to Lightroom 4.2 as a plugin and proved it worked and activated its produvt key. Then I downloaded V2.009 off the website. I re-installed from it (over the Lightroom 4.2 one obvously again) and it now also sees Photoshop Elements 10 as compatable and installs correctly. Strangely enough I did not have to enter my product key a second time when I went to invoke the plugins via Photoshop Elements v10 in this case. What the hell! - the subtleties of software!
    Step 4:
    =======
    Dfine 2.0 - the setup for the CD again finds NEITHER of the 2 applications on its compatablity list, but it put it into Lightroom 4.2 anyway (like the Sharpener component behaved) and I proved it worked. Then I downloaded version 2.112 from the Nik Software website and it finds both applications compatable. Also I did have to re-enter my product key when first invoking the plugin via the Photoshop Elements v10 editor (like as in the case of Sharpener)
    Step 5:
    =======
    HDR Efex Pro (which comes on the vendors CD with a promise to a free upgrade to HDR Efex Pro 2) .... the setup.exe sees Lightroom  4.2 as compatable but does not see Photoshop Elements  v10. Be careful ... this component is NOT A PLUGIN ... to see and use it in Lightroom 4 you must select photos and then do menu option EXPORT WITH PRESET HDR EFEX PRO. It does not work as a plugin within Photoshop Elements (any version) . I obtained my free upgrade too and it works from Lightroom. Dont even try to configure it manually as a plugin for Elements. Instead if you save files as JPG or TIFF you can open the EXE directly in the Program Files area (if you have 64 bit make sure to open that EXE not the 32 bit one) and you can use it in standalone mode. There is only one menu option within HDr Efex Pro when using it this way ...  File-Open.
    So to conclude ... (leaving HDR Efex aside because we know it will not plugin to Elements) ... I have them all working in both Lightroom and Elements. As I begin to learn Lightroom and move away from Elements for cataloging and edits, I know I can invoke most of my workflow plugins from both products. People say I should persist in Lightroom, but if for some reason I dont, I have the fall back position of having everything working out of Elements 10 anyway. It's been a bit of chore getting to this point, but others might find my workaround useful.

Maybe you are looking for

  • Not able to stop Resource group

    I was not able to bring the resource group to offline.. Since some of resources are in stopping state and hung there. I was not able to either bring the resource to offline nor the resource group. ============================================= Output

  • What is an Apple ID "numeric identifier"?

    I have attempted, multiple times, to submit a Contact Us inquiry through iTunes Connect this morning but consistently receive the following error message: "An error occured trying to send your message: You have entered an invalid Apple ID. Your Apple

  • Updated my Itunes and now cannot log into store

    I just updated my itunes and now I cannot log into the store. When I try to, I get a message that says The network connection timed out. make sure network settings are correct and connection is active. I have no idea what this means. Please help me.

  • Prompt constrain - prompt values are not refreshed after change in calendar

    Hello, I have prompt with Date, OrgUnit and Employee field in OBIEE 10g. Date - calendar component "date between" OrgUnit - multi-choice Employee - multi-choice I have checked "Constrain" checkbox on Employee field, because I want to show only employ

  • Problems with PROOF field in idoc (message type HRMD_A)

    Hello, I'm using the standard message type HRMD_A with IDOC base type HRMD_A06 and the function module IDOC_INPUT_HRMD. I have a doubt with field 'PROOF' when I fill the IDOC. Does anybody know for what is it used? For example, what's going to happen