NF Creatives
Tips , Guides and Designs
Linkbar
Setting up JDK on you computer: So You Can Begin Java Programming
- Go to google.com
- Search “Java JDK”
- Most likely click the first link (which should be a download page: here is the current site: http://www.oracle.com/technetwork/java/javase/downloads/index.html)
- There should be four options to download (Java Platform JDK, JDK + JavaFX Bundle, JDK+ Java Beans, and JDK+ Java EE Bundle) any of those options are fine to download, to follow along with this tutorial, just download the Java Platform JDK.
- Install just like any other program, with all the default settings (Click next a bunch of times, read Term&Conditions, etc.)
- Click the Start Button (yes this is tutorial for Windows) and go to My Computer
- Click on the main harddrive (for most it is C:)
- Click on the Program Files folder> Open up the folder called Java
- Click on the version of Java you downloaded (something like jdk1.6.0_12)
- Open the bin folder
- Inside the bin Folder look for the File called javac, and right-click on it and go to Properties
- A new window should pop up giving the properties of the javac, there should be an attribute called Location. Find the and copy the path (example: “C:\Program Files\Java\jdk1.6.0_ 12\bin”
- Now we have the Path Location, so Click the start button again and right-click on the “Computer” and open up the “Properties”.
- In the left side bar look for “Advanced system settings” and open that up (Click Continue)
- Towards the bottom of the popup, Click “Environment Variables…”
- Set up a new User variable by clicking the top most “New..” button (under the “User variables for xxxxx”)
- for the Variable name, type: Path
- and for the Variable value, paste your Location of the javac, for example: C:\Program Files\Java\jdk1.6.0_ 12\bin
- Click OK on all three popups and close your System settings panel as well.
- open up the command prompt again (Click start and type “cmd” in the search, press enter)
- Type “javac” in the command prompt and your problems should be solved
Posted by Niño Fabito 0 comments
Labels: tutorial java
MBR Recovery
You installed the Lilo Bootloader too, and now want to get rid of both and get back to WinXp without having to
reinstall the whole system or to install a secondary bootloader?
Then this is the right guide for you! It's as simple as 123, believe me.
(Important: To perform this operation it is inalienable that you're still able to start up your Windows XP operating system!
Furthermore this guides assumes that your operating system is on Harddisk 0, drive C:\)
1. Put the WinXP in your cdrom drive (supposed to be d:)
2. Click start -> Run -> and type: d:\i386\winnt32.exe /cmdcons
This will download and install the "Recovery Console"
3. Rightklick "My Computer" -> Properties. The System properties pop up. Click on the "Advanced" tap and then the
"Settings" button"
4. Make sure that "Time to display list of operating systems" is enabled!
5. Restart your PC and start the Recovery Console when the System prompts you.
6. When the Recovery Console prompts you to start a system, just type "1" and push enter.
7. When the Recovery Console has finished loading, type in the following lines:
fixmbr /device/harddisk0
Just ignore all the warning and type "y" for yes.
8. Restart the system
9. Once you've finished this operation you might want to disable the "Time to display..." option in the system panel.
Congrats! You've just successfully restored your Master Boot Record to it's original state!
Alternatively or if you can no longer boot to the harddisk, configure your BIOS to start from cd and boot to the Windows XP cd. At the "Welcome to Setup" screen select R. This will load the recovery console.
Posted by Niño Fabito 0 comments
Labels: Tips, Windows XP
Create your own Self-extracting / self-installing Package
The tool allows you to make a self extracting file and much more : To play with this hidden feature of XP :
Navigate to : Windows\system32\
look for a file called iexpress.exe.
Double left click on it and follow the wizzard.
Posted by Niño Fabito 0 comments
Labels: Tricks
How to prevent users from installing programs in Windows 7
You can if you wish restrict users from installing programs in Windows 7 , Windows Vista, Windows XP , Windows 2000 & Windows Server family. You can do so by using certain Group Policy settings to control the behavior of the Windows Installer, prevent certain programs from running or restrict via the Registry Editor.
Posted by Niño Fabito 0 comments
Labels: Windows XP
NV4_DISP Infinite Loop FIXED
Right click-mouse over My Computer
Properties
Hardware(Tab)
Device Manager(button)
Click [+] next to System devices
right-mouse on CPU to AGP Controller (or whatever your controller is called)
Update Driver(button)
Select Install from a list or specific location (Advanced)
Next(button)
Select Don't search. I will choose the driver to install.
Next(button)
Select PCI standard PCI-to-PCI bridge
Next(button)
Finish(button)
Reboot.
Posted by Niño Fabito 0 comments
The Golden Rules of Burning
1. Buy good media (like Taiyo Yuden or Verbatim) that is suited to your burner AND players (see here). In particular, steer clear of cheap stuff like CMC Magnetics. Cheap media is the major source of burning problems.
ONLY use Verbatim +R disks for dual layer burns - get the +R ones, 2.4x, MKM-001-00, Made in Singapore.
(Note: Disks with the media ID code of Ritek G05 have proven to be quite variable in quality).
2. Make sure your burner's firmware is up to date (see here).
3. Make sure DMA is on for all devices on all IDE channels (see here).
4. Burn at 4x max (8x on really good media). It only takes an extra few minutes.
If you got the above 4 things down pat, you'll probably never have another burn error!!!
5. Do not try to set the booktype (bitsetting) on -R disks (see here).
6. Don't try to burn -R disks in a burner that will only take +R (and vice-versa).
7. If you burn with Nero, make sure it is up to date (download package 1 here) and because InCD has been known to conflict, remove it (use the InCD Clean Tool).
Better still, burn ISO images with ImgBurn and avoid Nero altogether. ImgBurn is free!!
8. Verify afterwards and test your burn.
9. Don't ever put adhesive labels on your burned disks .
10. USB burners have their own special intricacies - make sure you have a USB 2 port, connect no other USB devices and burn slowly (preferably 1x) - see here for more info.
Posted by Niño Fabito 0 comments
Categories
- Guide (4)
- Hardware (1)
- Tips (4)
- Tricks (2)
- tutorial java (1)
- Windows XP (4)