2008年10月アーカイブ

081029_drscheme.jpg

初学者でも使いやすいScheme処理系を探して,結局辿り着いたのがDrSchemeでした。

インストール方法
公式サイトからDrScheme(というかPLT Scheme)をダウンロード。
②落とした.exeファイルをダブルクリックして適当にインスコする。
③実行して,Language>Choose Language>R5RSを選択。
④コードを書いてRunをクリックすると,画面下のプロンプトに実行結果が表示される。

なんにも設定がいらなくて助かった。うほっ!

ちなみにココを参考にさせてもらいました。
ありがとうございます。

081027_sicp.JPG

amazonにて「計算機プログラムのの構造と解釈」(通称SICP)を購入。

MITの1年生が読むコンピュータサイエンスの入門用テキストらしいです。

我らがCSNagoyaで,SICP読書会やろうぜっ!みたいな話になったのが事の発端。

買ったからには後には退けない。

ぶっちゃけ序文で挫折したけど,めげてちゃいけません!

さて,,僕は一体何処に向かっているのか・・・?

081026_warabimochi.jpg

何かよくわからんけど,,わらび餅が美味かった。

あとJICAについて調べた。

クラなんとかさんは,どんだけ無職なのか・・・?

手持ちのGeodePCでeclipse動かすともっさりするので,メモリ増設しました。

デフォの512MBじゃ,さすがにキツい。。

で,調べたら公式サイトに推奨メモリが記載されてあったので,早速そいつを購入。

バッファロー社製DN333-A1G
081026_memory00.JPG

こんな感じ。
081026_memory01.JPG

メモリ交換完了。
081026_memory02.JPG

最近,出費が激しいので,ここらで少し抑えないとなぁ。。

物欲まみれの自分が怖いw

いろいろトラブってました。もうつかれたおorz

どうやら,途中でmainメソッドを含んでるクラスの名前を変更したのが原因ぽい。

以下,適当にメモ。。

エラーメッセージ,もうやだ

Usage: javaw [-options] class [args...]
(to execute a class)
or javaw [-options] -jar jarfile [args...]
(to execute a jar file)

where options include:
-client to select the "client" VM
-server to select the "server" VM
-hotspot is a synonym for the "client" VM [deprecated]
The default VM is client.

-cp
-classpath
A ; separated list of directories, JAR archives,
and ZIP archives to search for class files.
-D=
set a system property
-verbose[:class|gc|jni]
enable verbose output
-version print product version and exit
-version:
require the specified version to run
-showversion print product version and continue
-jre-restrict-search | -jre-no-restrict-search
include/exclude user private JREs in the version search
-? -help print this help message
-X print help on non-standard options
-ea[:...|:]
-enableassertions[:...|:]
enable assertions
-da[:...|:]
-disableassertions[:...|:]
disable assertions
-esa | -enablesystemassertions
enable system assertions
-dsa | -disablesystemassertions
disable system assertions
-agentlib:[=]
load native agent library , e.g. -agentlib:hprof
see also, -agentlib:jdwp=help and -agentlib:hprof=help
-agentpath:[=]
load native agent library by full pathname
-javaagent:[=]
load Java programming language agent, see java.lang.instrument
-splash:
show splash screen with specified image

対策

①プロジェクト>プロパティ>実行/デバッグ設定
②編集をクリックして,「プロジェクト」及び「メインクラス」を設定する。

プロフィール:ttl

  • ・勉強と運動が好きです。
  • ・カエルさんも好きです。
  • ・λはもっと好きです。
  • 購読する このブログを購読

最近のコメント

アーカイブ

このアーカイブについて

このページには、2008年10月に書かれたブログ記事が新しい順に公開されています。

前のアーカイブは2008年9月です。

次のアーカイブは2008年11月です。

最近のコンテンツはインデックスページで見られます。過去に書かれたものはアーカイブのページで見られます。

Powered by Movable Type 4.27-ja