Eclipse 3.1 Anda Lambat?


Dari artikel ini, Eclipseku jadi berjalan lebih cepat.
Caranya, buka file eclipse.ini di folder di mana Eclipse.exe berada.
Tambahkan baris berikut :

-XX:MaxPermSize=128m

Lebih kenceng euy.

8 comments
div.itemactions a, div.ritemactions div.addthis_toolbox a { text-decoration: none !important; border: 0 !important; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important;; padding: 0px !important; background: none !important; }

Blog Entry Log off, shutdown, restart dari Delphi May 2, ’06 3:07 AM
for everyone
Sering kita memerlukan mekanisme untuk melakukan reboot atau shutdown dari aplikasi kita. Artikel yang ada di sini bisa membantu untuk melakukannya. Hanya saja dengan Delphi 6 ada kode yang harus diubah sedikit agar bisa dicompile.

OpenProcessToken(GetCurrentProcess, TOKEN_ADJUST_PRIVILEGES or TOKEN_QUERY, @Token);

diganti menjadi:

OpenProcessToken(GetCurrentProcess, TOKEN_ADJUST_PRIVILEGES or TOKEN_QUERY, Token);

Semoga bermanfaat.

Diterbitkan oleh wisnuwidiarta

Hi, my name is Wisnu Widiarta. I am a movie lover and love traveling especially camping and doing outdoor activities. Coding and problem solving in general are things I love as well.

Tinggalkan Balasan

Isikan data di bawah atau klik salah satu ikon untuk log in:

Logo WordPress.com

You are commenting using your WordPress.com account. Logout /  Ubah )

Foto Facebook

You are commenting using your Facebook account. Logout /  Ubah )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.