2008年10月アーカイブ
amazonにて「計算機プログラムのの構造と解釈」(通称SICP)を購入。
MITの1年生が読むコンピュータサイエンスの入門用テキストらしいです。
我らがCSNagoyaで,SICP読書会やろうぜっ!みたいな話になったのが事の発端。
買ったからには後には退けない。
ぶっちゃけ序文で挫折したけど,めげてちゃいけません!
さて,,僕は一体何処に向かっているのか・・・?
手持ちのGeodePCでeclipse動かすともっさりするので,メモリ増設しました。
デフォの512MBじゃ,さすがにキツい。。
で,調べたら公式サイトに推奨メモリが記載されてあったので,早速そいつを購入。
バッファロー社製DN333-A1G
こんな感じ。
メモリ交換完了。
最近,出費が激しいので,ここらで少し抑えないとなぁ。。
物欲まみれの自分が怖い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
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
対策
①プロジェクト>プロパティ>実行/デバッグ設定
②編集をクリックして,「プロジェクト」及び「メインクラス」を設定する。



最近のコメント