Warning: Declaration of The_Bootstrap_Nav_Walker::start_lvl(&$output, $depth) should be compatible with Walker_Nav_Menu::start_lvl(&$output, $depth = 0, $args = NULL) in /home/ebitem/www/ebitem/wp-content/themes/the-bootstrap/inc/nav-menu-walker.php on line 15

Warning: Declaration of The_Bootstrap_Nav_Walker::start_el(&$output, $item, $depth, $args) should be compatible with Walker_Nav_Menu::start_el(&$output, $data_object, $depth = 0, $args = NULL, $current_object_id = 0) in /home/ebitem/www/ebitem/wp-content/themes/the-bootstrap/inc/nav-menu-walker.php on line 22

Warning: Cannot modify header information - headers already sent by (output started at /home/ebitem/www/ebitem/wp-content/themes/the-bootstrap/inc/nav-menu-walker.php:0) in /home/ebitem/www/ebitem/wp-includes/feed-rss2.php on line 8
Java – プログラムのセカイ http://program.ebitem.net プログラムの備忘録 Tue, 20 Sep 2011 14:00:10 +0000 ja hourly 1 https://wordpress.org/?v=6.3.5 Androidアプリ作成入門#1(JDK6のインストール) http://program.ebitem.net/archives/97 http://program.ebitem.net/archives/97#respond Tue, 20 Sep 2011 14:00:10 +0000 http://ebitem.net/program-blog/?p=97 Continue reading ]]> Androidアプリ開発のテストにTwitterアプリを作成していくことにします!

なので、一応その備忘録を書いていくことにしました。

あくまで趣味なのでのんびり進めていきますが、完成目指して頑張ります。

まずJDKのインストールから。

以下のURLのアクセス↓
http://www.oracle.com/technetwork/java/javase/downloads/index.html

JDK6の「ダウンロード」リンクをクリック

「Accept License Agreement」をクリック

自分のPCはWindowsXP 32bitなので、Windows x86の「jdk-6-27-windows-i586.exe」をクリックしてダウンロード

ダウンロードした「jdk-6u27-windows-i586.exe」をダブルクリック

全てデフォルトのままインストール
インストール先:「C:\Program Files\Java\jdk1.6.0_27\」

以上でJDK6のインストールは完了。

次回はEclipseのインストールです。

]]>
http://program.ebitem.net/archives/97/feed 0