By default, if you installed netbeans 6.8, it will have glassfish v3 installed automatically. But there’s sometime when you accidentially delete or missing the server, netbeans will asked you to resolve the problem.
By using ordinary method, is impossible to add the glassfish server. It will have blank domainwhere supposed to be filled with domain1 name.
If you’re having issues like these, you can solve it by doing following steps
1. Tools > Server
2. Remove the glassfish server from the list and click Close
3.Shutdown Netbeans.
4. Right click on the netbeans icon and click on “Run as administrator”
5. Right click on your web app project and Click on Resolve missing server.
6. Add the Glassfish server again.
Share on Facebook
Taken from http://www.commberry.com/2009/02/tutorial-cara-upgrade-downgrade-blackberry/
Wiping your Blackberry using JL_cmdr:
- Sambungkan BB dengan PC menggunakan USB
- Setelah BB terhubung, pilih opsi no.4 – Wipe Handheld
- ketik “blackberry” (tanpa tanda petik) untuk menghapus seluruh system blackberry.
Setelah ini, Blackberry akan reboot, akan ada tampilan layar putih dengan tulisan ‘507? error. Jangan panic, memang demikian, karena OSnya ga ada. Kemudian silahkan melanjutkan menginstall OS yang baru.
Note: Ada beberapa forum yang menambahkan proses Memory Optimization, namun menurut saya gak perlu karena OS kamu sudah di delete habis pada proses Wipe Blackberry. Proses itu boleh saja dilakukan kalau kamu memang mau.
Selama melakukan proses ini, gunakan sambungan USB langsung ke USB PORT. JANGAN sambung menggunakan USB HUB. Ada kalanya Blackberry tidak ter-detect oleh PC/Desktop Manager/JL_cmdr, jangan panik, coba lepas dan sambung kembali kabel USB, terkadang bisa sampai 5 kali copot-sambung baru terdeteksi.
Bila terjadi hal-hal aneh (semoga enggak), jangan panik dan stress, coba jelaskan permasalahannya kesini, nanti kita bantu semaksimal mungkin.
Advance step ini ditujukan agar OS yang diinstall lebih ‘fresh’ tanpa meninggalkan file-file system lama yang mungkin ditinggalkan OS lama pada saat proses upgrade/downgrade.
Share on Facebook
if your having trouble like this with your Visual Studio 2010 while you have to target .net 3.5, you can do following steps
1. Unload your project within visual studio 2010
2. Edit your project
3. add below code within your project
<Reference Include=”System” />
<Reference Include=”System.Core”>
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
Share on Facebook
Warning…..this is only for Sapphire or HTC Magic device only
Upgrade your Radio
First of all,you download following files
- The 1.76.2007 SPL HBOOT image
http://www.theandroidkitchen.com/fil…-1.76.2007.img
- The 6.35.10.18 Radio Image
http://www.theandroidkitchen.com/fil…6.35.10.18.img
- The Amon_RA Hero Recovery (Latest version is 1.5.2 as of this post)
http://forum.xda-developers.com/showthread.php?t=561124
Then do following steps
fastboot flash radio Radio_HTC_PVT_32A_6.35.10.18.img
fastboot flash hboot hboot-1.76.2007.img
fastboot flash recovery recovery-RA-hero-v1.5.2.img
fastboot erase system -w
fastboot reboot-bootloader
Downgrade your radio
Download following files
- 1.33.2010 Engineering SPL HBOOT image
http://www.theandroidkitchen.com/fil…-1.33.2010.img
- 3.22.20.17 Radio image
http://www.theandroidkitchen.com/fil…3.22.20.17.img
- Amon_RA Sapphire H Recovery (Latest is 1.5.2 as of this post)
http://forum.xda-developers.com/showthread.php?t=530492
Then do following steps
fastboot flash radio Radio_HTC_PVT_32A_3.22.20.17.img
fastboot flash hboot hboot-1.33.2010.img
fastboot flash recovery recovery-RA-sapphire-v1.5.2H.img
fastboot erase system -w
fastboot reboot-bootloader
Reference : http://forum.xda-developers.com/showthread.php?t=605239
Share on Facebook
Recent Comments