Showing posts with label windows. Show all posts
Showing posts with label windows. Show all posts

Wednesday, February 18, 2015

path classpath java home jre home settings for pentaho community edition in windows 64 bit OS


* set as it is in the image(User variables) do not concentrate on system variables
 CLASSPATH,JAVA_HOME,PATH


System variables
JAVA_HOME, JRE_HOME for pentaho community installation.


Thanks,
Sadakar

Read more »

Monday, February 16, 2015

Turbo C for Windows XP How to Download and Install

Hello friends, after enjoying the festival of diwali I am back again to write something for you. Many visitors asked me that from where they can download turbo c++ for windows xp. So i thought that i should do something to help them. In this post i am giving you the link to download the compiler and step by step guide to install it.

Turbo C++ for Windows XP - How to Download and Install

- Click Here to Download Turbo C++ for Windows XP -


Also Read: Download Turbo C++ for Windows 8 for Free
Also Read: Download Borland C++ Compiler For Free

How to Install Turbo C++ for Windows Xp

1. First of all download the compiler from the link given above.
2. Now extract the zip file and than open TC3SETUP.
3. After that click on Unzip. You can also change the path where you want to install it.
4. By default it is installed in C:TC.
5. You have done!! Please share and like it.
Read more »

Tuesday, February 10, 2015

Fedora 18 and mount cifs not mounting windows share

If you are having problem mounting a window share in Fedora 18, saying "Permission Denied" just like the one below:


[root@localhost ~]# mount.cifs //192.168.0.50/customer /ian -o user=administrator
Password for administrator@//192.168.0.50/customer:  ***
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)


Try this solution: (add sec=ntlm on the option)

mount.cifs //192.168.0.50/customer /ian -o user=administrator,sec=ntlm
Read more »

Tuesday, February 3, 2015

Windows 7 USB DVD Download Tool error

I have expounded on how to make a bootable USB installer for Windows 7 and 8 by utilizing the  Windows 7 USB/DVD Download Tool. Off and on again if your USB stick has something in its MBR you may get the lapse 

We were not able to duplicate your records. If you dont mind check your USB stick and the chose ISO record and attempt once more. 

I discovered the answer for that issue in this post. 

You need to begin summon expeditious as an Administrator (On Windows 7 that implies right clicking the cmd and selecting Run as Administrator) and utilize the diskpart utility.


  1. Start command prompt as Administrator and type  diskpart 
  2. type  list disk
  3. type select disk  and number of your USB disk ( like select disk 1 )
  4. type  clean
  5. type  create partition primary
  6. type  select partition 1
  7. type  active
  8. type  format quick fs=fat32
  9. type  assign
  10. type exit  to exit the diskpart utility
  11. type exit  to close command prompt
Windows 7 USB/DVD Download Tool error


Read more »