JavaStartup.st
author Claus Gittinger <cg@exept.de>
Wed, 07 Sep 2011 09:05:55 +0200
changeset 2160 15a9de58bf7d
parent 2155 46852fac83e5
permissions -rw-r--r--
changed: #rationale
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     1
"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     2
 COPYRIGHT (c) 1996-2011 by Claus Gittinger
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     3
 COPYRIGHT (c) 2010-2011 by Jan Vrany, Jan Kurs and Marcel Hlopko
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     4
                            SWING Research Group, Czech Technical University in Prague
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     5
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     6
 Parts of the code written by Claus Gittinger are under following
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     7
 license:
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     8
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     9
 This software is furnished under a license and may be used
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    10
 only in accordance with the terms of that license and with the
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    11
 inclusion of the above copyright notice.   This software may not
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    12
 be provided or otherwise made available to, or used by, any
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    13
 other person.  No title to or ownership of the software is
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    14
 hereby transferred.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    15
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    16
 Parts of the code written at SWING Reasearch Group [1] are MIT licensed:
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    17
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    18
 Permission is hereby granted, free of charge, to any person
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    19
 obtaining a copy of this software and associated documentation
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    20
 files (the 'Software'), to deal in the Software without
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    21
 restriction, including without limitation the rights to use,
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    22
 copy, modify, merge, publish, distribute, sublicense, and/or sell
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    23
 copies of the Software, and to permit persons to whom the
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    24
 Software is furnished to do so, subject to the following
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    25
 conditions:
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    26
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    27
 The above copyright notice and this permission notice shall be
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    28
 included in all copies or substantial portions of the Software.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    29
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    30
 THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    31
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    32
 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    33
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    34
 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    35
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    36
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    37
 OTHER DEALINGS IN THE SOFTWARE.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    38
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    39
 [1] Code written at SWING Research Group contain a signature
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    40
     of one of the above copright owners.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    41
"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    42
"{ Package: 'stx:libjava' }"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    43
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    44
StandaloneStartup subclass:#JavaStartup
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    45
	instanceVariableNames:''
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    46
	classVariableNames:'ClassPath'
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    47
	poolDictionaries:''
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    48
	category:'Languages-Java-Support'
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    49
!
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    50
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    51
!JavaStartup class methodsFor:'documentation'!
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    52
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    53
copyright
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    54
"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    55
 COPYRIGHT (c) 1996-2011 by Claus Gittinger
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    56
 COPYRIGHT (c) 2010-2011 by Jan Vrany, Jan Kurs and Marcel Hlopko
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    57
                            SWING Research Group, Czech Technical University in Prague
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    58
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    59
 Parts of the code written by Claus Gittinger are under following
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    60
 license:
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    61
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    62
 This software is furnished under a license and may be used
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    63
 only in accordance with the terms of that license and with the
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    64
 inclusion of the above copyright notice.   This software may not
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    65
 be provided or otherwise made available to, or used by, any
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    66
 other person.  No title to or ownership of the software is
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    67
 hereby transferred.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    68
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    69
 Parts of the code written at SWING Reasearch Group [1] are MIT licensed:
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    70
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    71
 Permission is hereby granted, free of charge, to any person
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    72
 obtaining a copy of this software and associated documentation
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    73
 files (the 'Software'), to deal in the Software without
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    74
 restriction, including without limitation the rights to use,
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    75
 copy, modify, merge, publish, distribute, sublicense, and/or sell
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    76
 copies of the Software, and to permit persons to whom the
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    77
 Software is furnished to do so, subject to the following
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    78
 conditions:
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    79
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    80
 The above copyright notice and this permission notice shall be
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    81
 included in all copies or substantial portions of the Software.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    82
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    83
 THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    84
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    85
 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    86
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    87
 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    88
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    89
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    90
 OTHER DEALINGS IN THE SOFTWARE.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    91
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    92
 [1] Code written at SWING Research Group contain a signature
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    93
     of one of the above copright owners.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    94
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    95
"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    96
! !
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    97
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    98
!JavaStartup class methodsFor:'constants & defaults'!
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    99
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   100
applicationRegistryPath
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   101
    "the key under which this application stores its process ID in the registry
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   102
     as a collection of path-components.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   103
     i.e. if #('foo' 'bar' 'baz') is returned here, the current applications ID will be stored
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   104
     in HKEY_CURRENT_USER\Software\foo\bar\baz\CurrentID.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   105
     (would also be used as a relative path for a temporary lock file under unix).
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   106
     Used to detect if another instance of this application is already running."
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   107
    
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   108
    ^ #('stx' 'java_x')
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   109
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   110
    "Created: / 07-02-2011 / 10:55:08 / Marcel Hlopko <hlopik@gmail.com>"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   111
!
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   112
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   113
applicationUUID
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   114
    "answer an application-specific unique uuid.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   115
     This is used as the name of some exclusive OS-resource, which is used to find out,
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   116
     if another instance of this application is already running.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   117
     Under win32, a mutex is used; under unix, an exclusive file in the tempDir could be used."
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   118
    
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   119
    ^ 'ST_X_JAVA_X'.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   120
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   121
    "Created: / 07-02-2011 / 10:52:50 / Marcel Hlopko <hlopik@gmail.com>"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   122
! !
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   123
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   124
!JavaStartup class methodsFor:'startup'!
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   125
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   126
main:argv 
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   127
    "Currently only -c option for classpath setting working"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   128
    
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   129
    |class arguments classAndArguments classpath classpathFromEnv|
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   130
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   131
    classpath := OrderedCollection new.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   132
    classpathFromEnv := OperatingSystem getEnvironment:#CLASSPATH.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   133
    classpathFromEnv isNil ifFalse:[
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   134
        (classpathFromEnv asArrayOfSubstringsSeparatedBy:$:) do:[:each | 
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   135
            classpath add:each
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   136
        ]
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   137
    ].
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   138
    classAndArguments := OrderedCollection new.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   139
    (GetOpt new)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   140
        at:$c
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   141
            put:[:opt :arg | (arg asArrayOfSubstringsSeparatedBy:$:) do: [:each | classpath add: each]];
2155
46852fac83e5 comment/format in: #main:
Claus Gittinger <cg@exept.de>
parents: 2152
diff changeset
   142
        at:$? 
46852fac83e5 comment/format in: #main:
Claus Gittinger <cg@exept.de>
parents: 2152
diff changeset
   143
            put:[:arg | self error:'not yet implemented'];
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   144
        default:[:arg | classAndArguments add:arg];
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   145
        parse:argv.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   146
    class := classAndArguments at:1.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   147
    arguments := classAndArguments
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   148
                removeFirst;
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   149
                yourself.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   150
    Java flushAllJavaResources.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   151
    self breakPoint:#mh.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   152
    Java initialize.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   153
    JavaVM initializeVM.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   154
    classpath do:[:each | 
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   155
        Java addToClassPath:each
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   156
    ].
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   157
    (Java classForName:class) main:arguments asArray.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   158
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   159
    "Created: / 07-02-2011 / 10:55:41 / Marcel Hlopko <hlopik@gmail.com>"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   160
    "Modified: / 08-02-2011 / 00:55:42 / Marcel Hlopko <hlopik@gmail.com>"
2155
46852fac83e5 comment/format in: #main:
Claus Gittinger <cg@exept.de>
parents: 2152
diff changeset
   161
    "Modified (format): / 19-08-2011 / 01:55:24 / cg"
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   162
! !
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   163
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   164
!JavaStartup class methodsFor:'documentation'!
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   165
2155
46852fac83e5 comment/format in: #main:
Claus Gittinger <cg@exept.de>
parents: 2152
diff changeset
   166
version
46852fac83e5 comment/format in: #main:
Claus Gittinger <cg@exept.de>
parents: 2152
diff changeset
   167
    ^ '$Header: /cvs/stx/stx/libjava/Attic/JavaStartup.st,v 1.2 2011-08-19 08:48:04 cg Exp $'
46852fac83e5 comment/format in: #main:
Claus Gittinger <cg@exept.de>
parents: 2152
diff changeset
   168
!
46852fac83e5 comment/format in: #main:
Claus Gittinger <cg@exept.de>
parents: 2152
diff changeset
   169
46852fac83e5 comment/format in: #main:
Claus Gittinger <cg@exept.de>
parents: 2152
diff changeset
   170
version_CVS
46852fac83e5 comment/format in: #main:
Claus Gittinger <cg@exept.de>
parents: 2152
diff changeset
   171
    ^ '$Header: /cvs/stx/stx/libjava/Attic/JavaStartup.st,v 1.2 2011-08-19 08:48:04 cg Exp $'
46852fac83e5 comment/format in: #main:
Claus Gittinger <cg@exept.de>
parents: 2152
diff changeset
   172
!
46852fac83e5 comment/format in: #main:
Claus Gittinger <cg@exept.de>
parents: 2152
diff changeset
   173
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   174
version_SVN
2155
46852fac83e5 comment/format in: #main:
Claus Gittinger <cg@exept.de>
parents: 2152
diff changeset
   175
    ^ '§Id: JavaStartup.st,v 1.1 2011/08/18 19:06:53 vrany Exp §'
2152
1cbdfbcc685c Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 749
diff changeset
   176
! !