Archive for the 'Uncategorized' Category

Syntax error, parameterized types are only available if source level is 5.0

HOW TO FIX IT:

It is because eventhough you have Java 5 installed, the JVM running may be different.

Try typing this in the console window: java -version.
It will give you the Version of the Runtime Environment.

Or, if you are using an IDE, then you need to enable Java 5 support.
In Eclipse, You can add Java 5 in Window > Preferences > Java > Installed JRE’s.
and/or, Set the compiler compliance level to 5.0 (Window > Preferences > Java > Compiler)

In Netbeans, you can use (Tools -> Java Platform Manager) to check your default platform.

RTHDCPL.EXE – Illegal System DLL Relocation

This error is suddenly pop up to my PC at the time Windows started:

RTHDCPL.EXE – Illegal System DLL Relocation : The system DLL user32.dll was relocated in memory. The application will not run properly. The relocation occurred because the DLL C:\WINDOWS\system32\HHCTRL.OCX occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL.

I was confused and wondering what happen to my computer because I didn’t do anything, but all of the sudden on the next time I reboot my PC, this error suddenly pop up. I tried to Google the problem everywhere, there’s only a little bit of solution, until there’s one time that there’s someone that actually HAVE the EXACT same problem with me and write something on his blog on how to solve this problem. HAHAHA! And yeah, I’m doing the same thing right now, because there’s only a little source out there.

Anyways, this problem is caused by the Microsoft’s Automatic Update, the solution to this problem itself is just posted for about 2 days ago. Just follow this link to update your computer.

new virus found…

I’m just surprized that I actually found this new little virus… well, it doesn’t seem do anything harmful to my PC, but it’s pretty annoying because of the fact that it’s always pop up something like this when my PC starts up… haha, anyways, the way to delete this virus is to delete it manually, you don’t need to adjust your folder view on the windows explorer, just look for the folder it shown as it is on the pop up windows, be careful, it’s actually copying the name of ctfmon.exe just make sure to not delete the real one haha.. here’s the screenshot:

virus_101