Monday, November 15, 2010
Monday, October 11, 2010
Android for Netbeans
How to Install Android - http://kenai.com/projects/nbandroid/pages/Install
Dev. Android using NetBeans - http://en.androidwiki.com/wiki/Developing_Android_aplications_using_NetBeans
http://updates.netbeans.org/netbeans/updates/6.8/uc/final/thirdparty/catalog.xml.gz
http://kenai.com/downloads/nbandroid/updates.xml
Dev. Android using NetBeans - http://en.androidwiki.com/wiki/Developing_Android_aplications_using_NetBeans
http://updates.netbeans.org/netbeans/updates/6.8/uc/final/thirdparty/catalog.xml.gz
http://kenai.com/downloads/nbandroid/updates.xml
How to Install Perl
How to Install Perl :
-------------------
- install perl
- create folder c:\ppmrep
- goto command prompt
- type "ppm" and enter
- type "rep add localrep c:\ppmrep\"
- type "rep"
- take a look at localrep, it should be on the first in list.
- type "rep up localrep" to get the localrep to the first one.
- extract all modules libnet, DBI, DBD-ODBC to c:\ppmrep
- type "search *", you should see three modules there
- type "install libnet"
- type "install DBI"
- type "install DBD-ODBC"
- type "quit"
- type "perl -e 'use DBI'", you should see no message instead of new prompt.
- done.
Wednesday, September 29, 2010
Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains:
When I install a module, appears syntax like :
Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: ...
How to solve?
type in
C:\xampp\perl\bin>cpan -i ExtUtils::MakeMaker
Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: ...
How to solve?
type in
C:\xampp\perl\bin>cpan -i ExtUtils::MakeMaker
Sunday, June 20, 2010
make_sock: could not bind to port 80
Apache logs error: make_sock: could not bind to port 80
solution : stop the service world wide web apps publishing
solution : stop the service world wide web apps publishing
Wednesday, June 2, 2010
Tuesday, May 25, 2010
There is insufficient storage to install this suite
Q: Appear Error
There is insufficient storage to install this suite
Solution:
1. Look at file jwc_properties.ini
2. find the line system.jam_space = 1000000
change to 10000000 (7 to 8 digits)
Hope your problem about There is insufficient storage to install this suite
solved
There is insufficient storage to install this suite
Solution:
1. Look at file jwc_properties.ini
2. find the line system.jam_space = 1000000
change to 10000000 (7 to 8 digits)
Hope your problem about There is insufficient storage to install this suite
solved
Subscribe to:
Posts (Atom)