Returned 5 Results for "manager" Ordered By Relevance
relevance: [1.9]
2007-11-26
install package: yum -y install application_name
(gentoo/ubunto)get package: apt-get application_name...
relevance: [1.59]
2011-06-16
64 bit Flash in Ubuntu is still a flakey beta (as of this blog post).
It can be downloaded from adobe labs.
Once downloaded, extract it from the tar.gz - use archive manager or
m@mbx:~$ tar -zxvf flashplayer10_2_p3_64bit_linux_111710.tar.gz
tar will then notify it has dumped
libflashp...
relevance: [1.37]
2007-09-13
make sure the file msvcr71.dll is present in the system path
intall java jre
install tomcat
copy the deployment directory onto the local drive
edit:
..\Apache Software Foundation\Tomcat 6.0\conf\server.xml
to include the deployment path to the application
this looks l...
relevance: [1.3]
2007-08-31
Install:
chmod +x jdk-6u2-linux-i586-rpm.bin
./jdk-6u2-linux-i586-rpm.bin
Follow prompts [yes]/[no] etc
If it gives the error message
error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
Then you have to download...
relevance: [1.02]
2009-03-17
This Bluetooth Java connection manager class and its data package class have quite a few issues - main one being that the thread for checking the incoming data stream should be reading each byte of data and queuing it rather than trying to receive discrete packages of data and queueing them - will b...