Any way to get Java Plug-In-like handling of jar versions?

I have jars intended for use with the Java Plug-In with version #'s in properties files (computed by the various tooling for updating these on the server). The jars themselves have no notion of jar #.
I would like to re-use these jars and version #'s with Java Web Start to avoid conditional GETs, but without jar diffing in this case (as I already have many small jars due to lack of jar diffing in the Java Plug-In).
Is there any way I can get Java Web Start to act like the Java Plug-In in this regard (i.e. the jar version # is a statement from the server, the client does a normal GET against the jar URL if its own version is not that stated by the server)?
[Don't get me wrong, jardiffing is cool, but having to do everything differently between Java Web Start and the Java Plug-In is [b]not cool.

Best way IMO would be to create a Socket connection to it so that you could connect with a client app and feed in data that way

Similar Messages

  • Is there any way to get windows environment variables like %USERNAME% with javascript?

    is there any way to get windows environment variables like %USERNAME% with javascript using Adobe 10 pro?

    There is a fair amount of Acrobat JavaScript and Acrobat knowledge need to sort all of this out.
    The identity object holds a lot of sedative information. First, upon installation of Acrobat, only the login name is available in the identity object and the end user of the application needs to complete the "Name", "email" and "Organization Name" in the application's preferences. These are the only fields that are available to Acrobat JavaScript identity object as corporation, email, loginName, and name.
    Using the instructions in The Acrobat JavaScript Console (Your best friend for developing Acrobat JavaScript) you can run the following script in the JS console to see the items of the identity object:
    for(i in identity) {
    console.println(i +": " + identity[i]);
    and the following will appear in the console:
    loginName: georgeK
    name: George Kaiser
    corporation: Example
    email: [email protected]
    true
    The documentation states you need to use a trusted function to access this data, but you can access it at startup of Acrobat/Reader and add the properties of the identity object to an array:
    // application variable to hold the properties of the identity object
    var MyIdentity = new Array();
    // loop through the properties of the identity object
    for (i in identity) {
    // place each property of the identity object into an element of the same name in the Identity array
    MyIdentity[i] = identity[i];
    console.println(i +": " + MyIdentity[i])
    You access the items with:
    var loginUser = MyIdentity[loginName];  // get the loginName property
    In the user application level JavaScript file. See Acrobat Help / User JavaScript Changes for 10.1.1 (Acrobat | Reader) for the location of the application level folder you need to use.
    I would change the name of the array used in this post so an untrusted user cannot get to your data. Some of this data can be used in hacking into a user's system.

  • Any way to get java for my iPod Touch?

    I can't access the network at my college because the sign-in page needs java. This is really frustrating. I read about something being done about this in February of 2008! What happened?
    Is there any way to get java on my ipod touch?

    No, the iPod touch does not support Java and there is no way of adding it.
    JavaScript and Java are totally different and JavaScript is enabled by default in Safari on the iPod touch.
    Your best bet would be to ask your college to consider a different sign-in page, as technically, there's no reason to use Java, and by doing so they are denying access to many handheld devices and mobile phones which people are increasingly using to access networks on the go.

  • Any way to get additional dump information?

    Occasionally java crashes when running our java application on Red Hat Linux 7.1. The crashes occur about 2-3 times a month with the application running on about a dozen different machines. When java crashes it writes out a dump similar to this one:
    Unexpected Signal : 11 occurred at PC=0x4053BD7D
    Function=follow_roots_or_mark_for_unloading__7nmethodiRi+0x3C9
    Library=/usr/java/j2re1.4.1_01/lib/i386/server/libjvm.so
    Dynamic libraries:
    08048000-0804e000 r-xp 00000000 03:05 125152 /usr/java/j2re1.4.1_01/bin/java
    0804e000-0804f000 rw-p 00005000 03:05 125152 /usr/java/j2re1.4.1_01/bin/java
    40000000-40016000 r-xp 00000000 03:05 170561 /lib/ld-2.2.2.so
    40016000-40017000 rw-p 00015000 03:05 170561 /lib/ld-2.2.2.so
    40018000-4001b000 r--s 00000000 03:05 78466 /usr/java/j2re1.4.1_01/lib/ext/dnsns.jar
    4001b000-40028000 r-xp 00000000 03:05 108530 /lib/i686/libpthread-0.9.so
    40028000-40030000 rw-p 0000c000 03:05 108530 /lib/i686/libpthread-0.9.so
    40030000-40033000 r-xp 00000000 03:05 170574 /lib/libdl-2.2.2.so
    40033000-40034000 rw-p 00002000 03:05 170574 /lib/libdl-2.2.2.so
    40034000-4015a000 r-xp 00000000 03:05 108526 /lib/i686/libc-2.2.2.so
    4015a000-40160000 rw-p 00125000 03:05 108526 /lib/i686/libc-2.2.2.so
    40164000-405fc000 r-xp 00000000 03:05 78475 /usr/java/j2re1.4.1_01/lib/i386/server/libjvm.so
    405fc000-40806000 rw-p 00497000 03:05 78475 /usr/java/j2re1.4.1_01/lib/i386/server/libjvm.so
    40818000-4082b000 r-xp 00000000 03:05 170579 /lib/libnsl-2.2.2.so
    4082b000-4082d000 rw-p 00012000 03:05 170579 /lib/libnsl-2.2.2.so
    4082f000-40852000 r-xp 00000000 03:05 108528 /lib/i686/libm-2.2.2.so
    40852000-40853000 rw-p 00022000 03:05 108528 /lib/i686/libm-2.2.2.so
    40853000-4085c000 r-xp 00000000 03:05 78471 /usr/java/j2re1.4.1_01/lib/i386/native_threads/libhpi.so
    4085c000-4085d000 rw-p 00008000 03:05 78471 /usr/java/j2re1.4.1_01/lib/i386/native_threads/libhpi.so
    4085e000-4086e000 r-xp 00000000 03:05 125198 /usr/java/j2re1.4.1_01/lib/i386/libverify.so
    4086e000-40870000 rw-p 0000f000 03:05 125198 /usr/java/j2re1.4.1_01/lib/i386/libverify.so
    40870000-40891000 r-xp 00000000 03:05 125186 /usr/java/j2re1.4.1_01/lib/i386/libjava.so
    40891000-40893000 rw-p 00020000 03:05 125186 /usr/java/j2re1.4.1_01/lib/i386/libjava.so
    40893000-408a8000 r-xp 00000000 03:05 125199 /usr/java/j2re1.4.1_01/lib/i386/libzip.so
    408a8000-408aa000 rw-p 00014000 03:05 125199 /usr/java/j2re1.4.1_01/lib/i386/libzip.so
    408aa000-41f78000 r--s 00000000 03:05 233155 /usr/java/j2re1.4.1_01/lib/rt.jar
    41fbb000-41fd2000 r--s 00000000 03:05 233156 /usr/java/j2re1.4.1_01/lib/sunrsasign.jar
    41fd2000-42043000 r--s 00000000 03:05 233149 /usr/java/j2re1.4.1_01/lib/jsse.jar
    42043000-42056000 r--s 00000000 03:05 233148 /usr/java/j2re1.4.1_01/lib/jce.jar
    42056000-42312000 r--s 00000000 03:05 233136 /usr/java/j2re1.4.1_01/lib/charsets.jar
    443ba000-443bb000 r-xp 00000000 03:05 125197 /usr/java/j2re1.4.1_01/lib/i386/librmi.so
    443bb000-443bc000 rw-p 00000000 03:05 125197 /usr/java/j2re1.4.1_01/lib/i386/librmi.so
    4c5c2000-4c5dd000 r--p 00000000 03:05 46541 /usr/lib/locale/en_US/LC_CTYPE
    4c5dd000-4c5e7000 r-xp 00000000 03:05 170595 /lib/libnss_files-2.2.2.so
    4c5e7000-4c5e8000 rw-p 00009000 03:05 170595 /lib/libnss_files-2.2.2.so
    4cb6d000-4cb7b000 r--s 00000000 03:05 78467 /usr/java/j2re1.4.1_01/lib/ext/ldapsec.jar
    4cb7b000-4cc1a000 r--s 00000000 03:05 78468 /usr/java/j2re1.4.1_01/lib/ext/localedata.jar
    4cc1a000-4cc37000 r--s 00000000 03:05 78469 /usr/java/j2re1.4.1_01/lib/ext/sunjce_provider.jar
    4cc37000-4cca8000 r--s 00000000 03:05 203220 /usr/local/avamar/lib/mcserver.jar
    4cca8000-4ccc0000 r--s 00000000 03:05 202934 /usr/local/avamar/lib/asn_server.jar
    4ccc0000-4cd05000 r--s 00000000 03:05 203213 /usr/local/avamar/lib/mail.jar
    4cd05000-4cd11000 r--s 00000000 03:05 202932 /usr/local/avamar/lib/activation.jar
    4cd11000-4cd28000 r--s 00000000 03:05 203210 /usr/local/avamar/lib/jdbc7.1-1.2.jar
    4cd28000-4cd38000 r-xp 00000000 03:05 125195 /usr/java/j2re1.4.1_01/lib/i386/libnet.so
    4cd38000-4cd3a000 rw-p 0000f000 03:05 125195 /usr/java/j2re1.4.1_01/lib/i386/libnet.so
    4ce14000-4ce1a000 r-xp 00000000 03:05 125196 /usr/java/j2re1.4.1_01/lib/i386/libnio.so
    4ce1a000-4ce1b000 rw-p 00005000 03:05 125196 /usr/java/j2re1.4.1_01/lib/i386/libnio.so
    4ce1b000-4ce25000 r-xp 00000000 03:05 170603 /lib/libnss_nisplus-2.2.2.so
    4ce25000-4ce27000 rw-p 00009000 03:05 170603 /lib/libnss_nisplus-2.2.2.so
    4ce27000-4ce2a000 r-xp 00000000 03:05 170592 /lib/libnss_dns-2.2.2.so
    4ce2a000-4ce2c000 rw-p 00002000 03:05 170592 /lib/libnss_dns-2.2.2.so
    4ce2c000-4ce3b000 r-xp 00000000 03:05 170608 /lib/libresolv-2.2.2.so
    4ce3b000-4ce3c000 rw-p 0000e000 03:05 170608 /lib/libresolv-2.2.2.so
    Local Time = Mon Jun 9 00:35:33 2003
    Elapsed Time = 873609
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002E6
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Server VM (1.4.1_01-b01 mixed mode)
    These dumps mostly contain no stack information, and occur when the jvm makes calls into different libraries, mostly libc, libjvm, or pthread. The same problems occur with both java 1.4.1_01 and 1.4.1_02. Is there is any way to get java to provide more debug information or force it to core dump? Even though the message at the end of this error log that says to "report this error", Sun has not responded to any bug reports I have made. Any help would be appreciated.
    Thanks,
    Ed

    I think basically the answer is no, and even if you could I don't think it would help you much. A virtual machine error is exactly that, an error in the VM, not your code. The only thing I can suggest is that, if you want to see if your app is falling over in the same place every time, you use something like log4j.

  • HT1751 I plugged in my IPhone and it tried to sync with my computer, I typed in my password wrong and now most of my pics are gone. Is there any way to get them back?

    I lost most of my pictures by typing in my password wrong after plug in. Is there any way to get them back?

    When you say you were "trying to run your computer in admin mode," what exactly does that mean? What did you do? Details here are critical. It's possible you are just logged into the wrong account, or something simple like that, and your files are all still there. On the other hand, it's possible they're all gone... in which case, what kind of backups do you have?

  • Any way to get Illustrator CS5 to display full screen mode like Photoshop?

    Is there any way to get Illustrator's screen modes to behave like Photoshop's screen modes?
    One of the things I like most about Photoshop is the way it toggles from standard screen mode to "full screen with menu bar" to just "full screen".
    For example, in Photoshop's standard mode, the window is no bigger than the size of the canvas. Why can't Illustrator do that?
    And, is there anyway to get Illustrator CS5 to display the full screen mode where the background outside the artboard or canvas is black instead of white. Working in Illustrator for long hours, it would much easier on my eyes if the surrounding background could be black like in Photoshop.
    Thanks very much in advance for any help,
    - Nick

    At the bottom of the Tool bar is a toggle button (F) which will change the Screen Mode.

  • HT1766 I just got a 5s and had taken some pictures. Then I plugged it into my PC and set it up using my previous backup from my iPhone 4. Now the pictures I had taken are gone, is there any way to get them back?!

    I just got a 5s and had taken some pictures. Then I plugged it into my PC and set it up using my previous backup from my iPhone 4. Now the pictures I had taken are gone, is there any way to get them back?!

    Sorry no as you wipe the current data when you restore from your backup.

  • Any way to get HTTP header in web dynpro Java?

    Is there any way to get HTTP header in web dynpro java? This method gives me the params. Is params same as header? It doesn't have any way to retrieve header data. I am on NW 7.0.19
    WDProtocolAdapter.getProtocolAdapter().getRequestObject().getParameter("param");

    Dear Faraz,
    I'm afraid the code you've pasted is only to retrieve URL parameters.
    Have you tried this document to see if it offers any good hint:
    [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0446f5c-fcb9-2910-e082-88becbe3ddc9]
    Not sure if you can process the HTTP header with a WD4J.
    An alternative could be to develop some Portal component in plain JAVA working as a proxy to call your WD4J afterwards.
    That portal component would process your HTTP header and forward any parameter to your WD4J.
    But this is me just guessing.
    Kind Regards
    /Ricardo

  • I just restored my iphone to be like my ipod and I lost all my photos and videos..is there any way to get them back?

    just restored my iphone to be like my ipod and I lost all my photos and videos..is there any way to get them back?

    You restored your iPhone with iTunes from the backup for your iPod Touch?
    If so, photos/videos that were in your iPhone's Camera Roll should have been imported by your computer before doing this. You could then transfer these photos/videos back to your iPhone via the iTunes sync process.

  • My old computer that ran on Mavericks was stolen and my new computer runs on Yosemite. I don't like the new iMovie (10) on the Yosemite version. Is there any way to get the old version (9) back?

    My old computer that ran on Mavericks was stolen and my new computer runs on Yosemite. I don't like the new iMovie (10) on the Yosemite version. Is there any way to get the old version (9) back?

    I read his question the way I answered it.
    If that is wrong then he can clarify his question.

  • Update interupted... Any way to get photos off?

    Hi everyone,
    This is my first time posting here so if it's the wrong area, I appologize. I did the latest update this morning for my IPhone (I have an IPhone 3G) from the ITunes store.. I'm not sure of the exact number of the update.
    I was doing the update before work and I ran out of time, so I brought my laptop with me while it was finishing the update.
    As it was toward the end of the update (It had already backed up everything and I guess was putting the new software on), the IPhone came loose from the cord and now all it shows is the ITunes logo and to plug it in. When I do that, it says I have to do a restore to get into ITunes.
    Is there ANY way to get the photos off before I restore to factory settings? I don't care about the contacts or anything but my photos. All my photos of my 1 year old are on there and the last time I backed it up was in September. I know I should have more often and I will do it every month from now on... But any help would be greatly appreciated. I don't care if I even have to go somewhere and pay someone to do it..

    Hi Thank you for getting back to me. This will be a bit lengthy so I appologize to begin with.
    I did not restore the phone before I got back home because I didn't want to take any chances of anything happening with it.
    So I got home and I did the restore and back up at home last night (Clicking on Restore since the IPhone in the device menu didn't have the option to restore from back up).
    After I restored it, it gave me the option to choose a back up to restore to, which I chose the one from yesterday morning.
    It loaded and said on ITunes that the sync or back up was complete and it was safe to remove the IPhone. There was still a bar filling on the Iphone, supposedly loading, still going on the IPhone so I left it connected.
    The bar finally filled, but stayed that way for around 15-20 min without going to the main screen, so I disconnected it. Then it wasn't going away so I shut it off.
    I turned it back on and it started that load bar again with the apple logo above it. It took a long time and I had to go to bed so I let it go. I woke up this morning and it had gone dark so it seemed like it loaded fine. I clicked the circle button and my wall paper came up and everything, I was very happy! I even went to photos and it showed all of them there, very happy!
    The only downfall I saw was all my apps were gone.. Not to worried about that, although if there is a way to get them back, I'd appreciate knowing that also..
    But then I went to the camera and then it said rebuilding library (just so you know I have ALOT of photos on here, over 4500.. No music, just a ton of photos, which I am going to take off tonight hopefully.) So it took forever.. Then it turned off before it finished. I turned it back on and I went to photo's (instead of camera) and it said updating library and the load line is crawling.
    So ever since I first looked at the pictures this morning, I haven't been able to view them again. I tried hooking it up to my laptop during break this morning to start transfering the photos, but it doesn't give me the option to import pictures like it used to (outside of ITunes, as if it were an external hard drive.).
    So that's where I am at... Sorry for the lengthy response, but I figured it would help if you knew everything. At this point I just want to get the pictures off safely and then I don't care if I wipe them off after that.

  • Is there any way to get photos off of my iPhone 4 that won't turn on?

    A couple of weeks ago my iPhone 4, running on iOS 7, decided to stop working.  It just shut off all of a sudden, and wouldn't turn back even if it was plugged into a computer.  It would just say that it was an iPhone in recovery mode, and that it needed to be restored.  I would be okay with doing this, however I recently went on a big trip and took hundreds of photos on this trip with my phone, and I mistakenly did not back up my iPhone since this trip.  I was wondering if there was any way to get these pictures off of my phone myself, and if not if there is any way that the people at the apple store could help me?
    Thank you!

    iPad Photo Recovery: How to Recover Deleted Photos
    http://www.iskysoft.com/iphone-data-recovery-mac/ipad-photo-recovery.html
    How to Restore Lost or Deleted Files from iPad
    http://www.iphone-ipad-recovery.com/recover-ipad-mini-files.html
    How to Recover Deleted Files from iPad
    http://www.kvisoft.com/tutorials/recover-deleted-files-from-ipad.html
    How to Recover Photos from iPad
    http://www.ipubsoft.com/idevice-tips/recover-deleted-photos-on-ipad-mini.html
    iSkysoft Free iPhone Data Recovery
    http://www.iskysoft.com/iphone-data-recovery/
    Recover iPhone/iPad/iPod touch lost data, Free.
    Free recover iPhone/iPad/iPod touch lost contacts, photos, videos, notes, call logs and more
    Recover data directly from iPhone or from iTunes backup
    Preview and recover lost iOS data with original quality
    Wondershare Dr.Fone for iOS
    http://www.wondershare.net/data-recovery/iphone-data-recovery.html?gclid=CJT7i9e 6gb4CFcvm7AodbUEAJQ
    Recover contacts, messages, photos, videos, notes, call history, calendars, voicemail, voice memos, reminders, bookmarks and other documents.
    iPad Data Recovery Software (PC & Mac)
    http://www.anysoftwaretools.com/ipad-data-recovery.html
    Jihosoft Mobile Recovery for iOS
    http://www.fonerecovery.com/iphone-data-recovery.html
     Cheers, Tom

  • Is there any way to get around having to use iDVD to burn DVD?

    Is there any way to get around having to use iDVD to export FCE to DVD?
    I've been trying to burn a FCE2 sequence to DVD. A friend of mine told me all I had to do was put a blank DVD in, click on the icon on the desk top, export the sequence to Quicktime and drag the QT sequennce into the DVD icon and click burn.
    Well something happened! But there's nothing on the DVD!! What am I doing wrong? I loathe iDVD. i don't want to author. I just want to burn the project on a DVD. Please advise. Thanks.
    Chuck
    iMAC 1.25 GHz PowerPC G4 Mac OS X (10.3.1)
    iMAC 1.25 GHz PowerPC G4   Mac OS X (10.3.1)  

    If you export a sequence at full resolution to can burn it onto a DVD as a data DVD, but this is for transportation purposes only. At full resolution the DVD, especially as it fills up, will not have sufficient throughput to sustain good playback of the material. That's why the material is encoded into MPEG-2 for DVD authoring. If you want to make a DVD for set-top playback it has to be authored to include the DVD format structure. There is no way around that. If you don't like iDVD, take a look at Final Cut Studio, you might prefer DVD Studio Pro. Or you might what to look at Roxio's Toast. It has basic authoring capabilities. Personally I don't think direct playback hardware solutions (except for seriously expensive ones) produce acceptable quality, but that's just me.

  • When closing multiple tabs, is there any way to get back the option of saving those tabs OR NOT for your next session, within the warning dialogue box itself?

    For brief period of time, not in FF4, there was the option whereby when I closed multiple tabs, a firefox dialogue box opened warning me that I'm about to close multiple tabs, '''AND ALSO''' asking me if wanted to save those tabs for my next session, or trash them.
    The primary issue IS NOT about saving tabs. The primary question here is about getting THE OPTION back to the CLOSING MULTIPLE TABS WARNING DIALOGUE.
    The use case here should be obvious. However, since it is clearly not obvious that different people work in a variety of ways, and neither of those methods of working is "wrong" or "right" I will elaborate: Some people, for whatever reason, it doesn't matter why, want to save all their tabs on some occasions, and on other occasions don't.
    This preference varies throughout the day. Therefore it is inefficient to constantly go to preferences and change whether or not I want firefox to open all my tabs from my last session. It is more LOGICAL to place an option in the multiple tab warning dialogue as well, for people whose preference constantly changes.
    This option was available for a time in most of the Firefox 3 versions. Is there any way to get back this option in Firefox 4?

    Firefox 4 saves the previous session automatically, so there is no need for asking if you want to save the current session.
    You can use "Firefox > History > Restore Previous Session" to get the previous session.<br />
    There is also a "Restore Previous Session" button on the default <b>about:home</b> Home page.
    You can set the warn prefs on the <b>about:config</b> page to <b>true</b> via the right-click context menu or toggle the value with a double left-click.
    * browser.showQuitWarning, see http://blog.zpao.com/post/3174360617/about-that-quit-dialog
    * browser.tabs.warnOnClose, see http://kb.mozillazine.org/About%3Aconfig_entries
    * browser.warnOnQuit , see http://kb.mozillazine.org/browser.warnOnQuit
    * browser.warnOnRestart , see http://kb.mozillazine.org/browser.warnOnRestart
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />

  • When using an external (ergonomic mouse) is there any way to get the wheel to scroll one full page at a time?

    When using an external (ergonomic mouse) is there any way to get the wheel to scroll one full page at a time? Much appreciated.

    I can't use the keyboard to scroll. I need to keep my hand on the mouse, otherwise I'd never get anything done. Since I have no problem getting Firefox to scroll one page at a time, and I'm constantly jumping between 3 browsers, it would be nice to be able to scroll a full page at a time in Safari, just like I can in Firefox. Thanks.

Maybe you are looking for

  • When viewing or printing a pdf created in autocad i get mysterious vertical lines

    I downloaded a pdf that i believe was created in AutoCad, when viewing or printing the file i get mysterious veritcal lines all over the place.  Does anyone have any idea how to get remove these lines as the text behind them is unreadable?

  • System unable to unlock login keychain

    I had a very unfortunate problem with adware this morning and used Adwaremedic to remove it. The program prompted me to restart after removing the adware. Now when I log in to my account I have two windows -- one tells me the system was unable to unl

  • Background image overridden

    CSS in a table: I have a table with background images but I get a white background on the last line. I can´t work out why-I have got rid of the background color and tried to have a background transparent which worked for the radio buttons but the tex

  • Problem Developing Abap program to use  Enterprise Service Client Proxy

    Hi I am new to using Webservices but I have successfully created a Client Proxy to consume a web service.  In the Abap Development Workbench and have created a Logical Port for it.  The proxy works fine when I test it using F8. However I do not seem

  • Adobe Captivate 4 Quiz(Matching)  Drop down list font size too small.

    Hi, We are using Adobe Captivate 4.  Quiz (Matching).  Exported to SWF. The drop down list fonts are small. We want to use bigger font in the drop down list, but cant find a way. Any one can help? Thanks Rajan