Ignore:
Timestamp:
May 2, 2015, 11:56:39 PM (11 years ago)
Author:
Gregg Young
Message:

Changes to allow a JAVA executable object to be created using "Real object" menu item on a jar file. (Ticket [37]) Eliminate redundant prompts and error messages when telling FM/2 not to delete a R/O file. (Ticket [548]) Limit attempts to unlock files to exes and dlls. (Ticket [549])

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/ipf/shadow.ipf

    r268 r1803  
     1.***********************************************************************
     2.*
     3.* $Id$
     4.*
     5.* fm/2 help - Objects and shadows
     6.*
     7.* Copyright (c) 1993-98 M. Kimes
     8.* Copyright (c) 2002-2015 Steven H.Levine
     9.*
     10.* 02 May 15 GKY Changes to allow a JAVA executable object to be created using "Real object"
     11.*                menu item on a jar file.
     12.*
     13.***********************************************************************
     14.*
    115:h2 res=93600 name=PANEL_SHADOW.Shadow
    216:i1 id=aboutShadow.Shadow
     
    1327on the desktop and the shadows are placed inside that folder. You can
    1428move the shadows or folder elsewhere after that.
    15 
    1629:h2 res=91700 name=PANEL_OBJECTS.Real Objects
    1730:i1 id=aboutObjects.Real Objects
     
    2841on the desktop and the objects are placed inside that folder. You can
    2942move the objects or folder elsewhere after that.
     43:p.
     44FM/2 handles JAVA jar files in a way that creates an executable program
     45object. The first time you use it you must select the JAVA executable
     46you wish to use. I recommend PATH\OPENJDK6\bin\javaw.exe.
     47Your selection is saved in the FM/2 ini file for future
     48use. It can be changed by selecting the :hp1.Change JAVA executable:ehp1.
     49from a context menu or the Files pulldown submenu (Create Objects submenu)
     50You will be prompted to select an icon file for the object. Some JAVA
     51programs will need additional command line switches (e.g. SmartSVN requires
     52-Dsmartsvn.checkIncompatibleJava=false). You can add these by opening the
     53object properties and editing the parameters box. You should restart your
     54desktop before doing so since the object tends to lose its icon when opening
     55in properties view if you don't
    3056
Note: See TracChangeset for help on using the changeset viewer.