You can download drivers if you click links.
Mobile Intel 965 Express Chipset Family
Intel® Graphics Media Accelerator Driver for Windows* XP
HDAUDIO Soft Data Fax Modem with SmartCP
Realtek RTL8101E Family PCI-E Fast Ethernet NIC
Realtek High Definition Audio Driver
LAN-Express AS IEEE 802.11g PCI-E Adapter
Software Engineer is(should be) a most efficient Problem Solver.
Dec 17, 2011
Dec 13, 2011
Eclipse: java.lang.UnsupportedClassVersionError: Bad version number in .class file
Thrown when the Java Virtual Machine attempts to read a class file and determines that the major and minor version numbers in the file are not supported. from Java 6 API
When I checked out project source, the project didn't have .project and .classpath files.
(I'm using Eclipse 3.7.)
So I added Project Facets Java as 1.6 and used JRE1.4 for JRE System Library.
My project is supposed to work on Java 1.4.
But I compiled it with Java 1.6 because Project Facets is Java 1.6.
I fixed Project Facets and Java Compiler version and have no problem.
When I checked out project source, the project didn't have .project and .classpath files.
(I'm using Eclipse 3.7.)
So I added Project Facets Java as 1.6 and used JRE1.4 for JRE System Library.
My project is supposed to work on Java 1.4.
But I compiled it with Java 1.6 because Project Facets is Java 1.6.
I fixed Project Facets and Java Compiler version and have no problem.
Subscribe to:
Posts (Atom)