แสดงบทความที่มีป้ายกำกับ setup แสดงบทความทั้งหมด
แสดงบทความที่มีป้ายกำกับ setup แสดงบทความทั้งหมด

วันศุกร์ที่ 20 พฤศจิกายน พ.ศ. 2552

Weird about libstdc++.so.5 Error

Yesterday , I try to setup Hadoop on eclipse on Ubuntu in Virtual Box.

I found Error about Missing some class. It say
"BUILD FAILED
build.xml :316: Unable to find a javac compiler
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "/usr/lib/jvm/java-6-openjdk/jre
"
".

First , you should download JDK from sun micro system and install it's packages.
Don't forget to "chmod +x " if you can't run install command.
or you may can "sudo apt-get install " that something I don't know too.

if you encounter problem about
"./java_ee_sdk_linux.bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory"
or similar to this you may get the wrong .bin file.
Try to download Other file that not the same as old one.

If you got the right .bin file now. Don't forget to "chmod +x " if you can't run install command.
then run "./".
Additionally , you may move the JDK folder to the well-manner category "/usr/lib/jvm".
(If you can't use copy command then omit it. use move instead it then finish successful.)

After you finish install jdk then do the last step to let's Ant correctly run.

Lastly , Add tools.jar to Ant Runtime Classpath.The Problem solved.

วันอังคารที่ 15 กันยายน พ.ศ. 2552

Set up CUDA Project #4 : Can't Connect With Dll

I try using Dll import in both Cuda project and C++ project.
Lastly , It FAIL.
Because it doesn't use the same compiler.
Next , I will try to use .lib instead.

If anyone has suggestion please comment that to help me.

another way I wish is waiting for NVIDIA NEXUS after NVIDIA conference.

ByeBye See you Tomorrow.

วันจันทร์ที่ 11 พฤษภาคม พ.ศ. 2552

PhpEd cannot use php debugger version 6

After trying to set php debugger all of yesterday night. finally , I found that PhpEd (PHP IDE) cannot use php debugger version 6 (I found php debugger extension for php6 at other web) after Installing lastest version of PhpEd.

So , Sadddd...

วันจันทร์ที่ 1 ธันวาคม พ.ศ. 2551

[Visual C#] Toolbox Disappear

In this semister my works is relate with many computer languages.
my senior Project is use Visual C# to write C#.
my Database Project is use PhpEd to write php.
my WebService Project is use Eclipse to write Java.
my MicroPro Project is use assembly language (this project seem so tried)

Today I hope to do work as usally but after I open visual C#.
I encouter problem that I don't know and never seen.
Toolbox has no components.
Ahhh... how to Solve it!?!?!?!?!?

example bug picture

and then I try google and msdn forum to solve this problem.

First : you should try reset toolbox
if it's not solve
Second : you shold try Tools >> Imports \ Export Setting
some user solved after import then choose this option again and choose default setting.
Third : if do something like upper method you may need reopen software.
Lastly : I recommend you to do is .. open command prompt and open directory
C:\\...\Visual Studio...\Common7\IDE
in this directory has file exe that use to run program (visual XX)

for Visual Studio is devenv.exe
for Visual C# express is vcexpress.exe

after open it then run command "devenv /reinstall" or "vcexpress /reinstall" according your version.
if it can't solve
then use command "devenv /setup" or "vcexpress /setup"

I solve with second command because I use Visual C# :)