Download Page

Supports     And     Platforms

Note: This server does NOT support download managers.

 
Executable Schmortopf
IDE JAR file
    Schmortopf IDE Version 1.6
2.7 MB   Version date: May 2007

    Schmortopf IDE Version 1.5_02
2.4 MB   Version date: Sep 2004
Optional XML Templates folder.
Contains predefined xml templates,which the IDE uses when the user creates a new source file. The contained folder XMLTemplates must be at the same place like the IDE JAR file.
    XML Templates folder for version 1.1
20 kB
[Windows] batch file template for
starting the IDE with -Xmx parameter.
    [Windows] Batch file template
1 kB
Code Obfuscation
The IDE works together with the Proguard obfuscator, when you copy the two Proguard jar files to the same location like the IDE JAR file.
See the Proguard Obfuscator homepage
    proguard.jar
213 kB

    retrace.jar
5 kB
[Windows 98/2000 admin mode] Launch program
Let's you easily start the IDE and change target JVM and memory flags. Put it to the same location like the IDE JAR file and doubleclick it.
    Launch program V1.0
0.4 MB
ZIP file containing the complete source     Source of version 1.6
2.2 MB

    Source of version 1.4_003
1.6 MB
Schmortopf Icons As windows icon , small jpeg or big jpeg file.
Optional Language Pack
Contains additional languages for the IDE. The Zip file contains a directory 'Language', which you should extract to the IDE location. You can then select the contained languages (*.translation files) in the IDE.

The languages english,german and french are embedded in the IDE jar file.

    Language Pack of version 1.5_01
72 kB

Contains UI translations to :

  • Swiss Dialects LU, TG (incomplete)
  •  
    Installation
      Linux specific installation for Java and the IDE  
    Starting the IDE Downloading the IDE jar file and doubleclicking it will work for small projects, but usually the IDE will need more than the default 64MB of memory. Also you will have to select a JSDK version for the project, because the IDE needs a JDK source file (src.jar or src.zip) for the code completion. You should start the IDE with a batch file and allow it to use more memory.

    Recommended values for the Xmx parameter :
    -Xmx80m for computers with 128MB memory, ok for smaller projects
    -Xmx160m for computers with 256MB memory
    -Xmx300m for computers with 512MB memory, if you have big projects with 1000+ files.

    The IDE initially will try to reserve and release all that memory for testing, if it's really available. Setting the maximum allowed memory too high will slow down the IDE application start, because the operating systems will free non-locked (handles) memory contents and write memory to system cache files, when the IDE initially checks the available memory to that limit.
    If only a small amount of memory is available, it will perform the compiling in several branches for preventing JAVAC from running out of memory, which will slow down the compilation process.
    Be sure, that the location where you download the jar file to is not write protected for the IDE [MultiUser MacOSX,Linux]. For Windows make sure that the path does not contain directories with spaces in it.

    For Windows 98/2000 or later, you can download this

    Launch Program,

    which let's you choose the available JVM's and additional parameters for the JVM as well as the IDE itself.
    Just put this application to the same place where the IDE JAR file is located and start it. The Delphi source of this launch utility also is included in the source zip file, which you can download above.
    Note: If you start the program with the argument -noframe , it will start the IDE directly without showing the parameter dialog, but using the set values, which it stores in an Ini file.