일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- Artificial Intelligence
- Malaysia
- program
- hadoop
- hbase
- Programming
- Book
- Spain
- Book review
- history
- RFID
- Python
- web
- django
- comic agile
- MySQL
- ubuntu
- erlang
- essay
- Italy
- Software Engineering
- programming_book
- Kuala Lumpur
- management
- Linux
- leadership
- Java
- France
- agile
- QT
- Today
- Total
목록maVen (2)
https://geni-orca.renci.org/trac/wiki/centosSetup 1. add repository # cd /etc/yum.repos.d # wget http://www.jpackage.org/jpackage50.repo 2. install maven (2.0.7) # yum install maven2 http://www.cahilig.net/2011/03/24/how-install-oracle-java-runtime-environment-fedora-14-64-bit 3. change java package from openjdk into others (if necessary) # alternatives --config java # wget http://www.apache.org..
Problem: seeing the message 'error: error reading .../.../...jar; error in opening zip file, it's usually jar file is bad. Solution: installing the right jar file (http://ondra.zizka.cz/stranky/programovani/java/maven/log4j-missing-jmx-sun-deps.texy) mvn install:install-file -Dfile=[downloaded jar file full path] -DgroupId=[group id] -DartifactId=[artifact id] -Dversion=[version] -Dpackaging=jar..