This video describes exactly how to make a minecraft server without hamachi on the new release of minecraft1.1. Now this video should be able to work for all future versions of minecraft! It is also a new and updated video so you should be able to follow it exactly. 64 bit Operating System: @ECHO OFF “%ProgramFiles(x86)%Javajre6binjava.exe” -Xincgc -Xmx1G -jar minecraft_server.jar PAUSE 32 Bit Operating System: @ECHO OFF “%ProgramFiles%Javajre6binjava.exe” -Xincgc -Xmx1G -jar minecraft_server.jar PAUSE If you get an error saying the follow or something like it: “unable to access minecraft_server.jar” Then try using the appropriate code below that suits your java version best. Java 6 (64 Bit OS) @ECHO OFF SET BINDIR=%~dp0 CD /D “%BINDIR%” “%ProgramFiles(x86)%Javajre6binjava.exe” -Xincgc -Xmx1G -jar minecraft_server.jar PAUSE Java 6 (32 Bit OS): @ECHO OFF SET BINDIR=%~dp0 CD /D “%BINDIR%” “%ProgramFiles%Javajre6binjava.exe” -Xincgc -Xmx1G -jar minecraft_server.jar PAUSE Java 6 (but you are running a 64-bit OS) @ECHO OFF SET BINDIR=%~dp0 CD /D “%BINDIR%” “%ProgramFiles(x86)%Javajre6binjava.exe” -Xincgc -Xmx1G -jar minecraft_server.jar PAUSE Java 7: @ECHO OFF SET BINDIR=%~dp0 CD /D “%BINDIR%” “%ProgramFiles%Javajre7binjava.exe” -Xincgc -Xmx1G -jar minecraft_server.jar PAUSE If none of the above worked and you are still getting the error message, then try this: @ECHO OFF SET BINDIR=%~dp0 CD /D “%BINDIR%” java -Xincgc -Xmx1G -jar craftbukkit-1.1-R1 …
Posts Tagged ‘ fix ’
How to install The Elder Scrolls V Skyrim with a torrent
A simple guide on how to install The Elder Scrolls V Skyrim with a torrent. TOOLS YOU WILL NEED: The Elder Scrolls V Skyrim – 1337x.org Poweriso – download.cnet.com Second Channel – youtube.com/VideoGameOD For more tutorials check out my website for a full list of torrents and news about upcoming videos I will be posting. www.torrenttutorials.info
How To Use Update Scripts To Update A Hackintosh Or Mac Virtual Machine Safely
Apparently there are loads of people who use Hackintoshes for Apple app development, and I get a lot of emails about problems, so here’s my latest fix. This video will teach you how to use the Update Scripts created by Soul Dev in order to update a hackintosh or Mac VM safely. It replaces problematic drivers after the update but before they kick in. You can download any of the update scripts from this (official) link: wp.me
Alex Jones Exposes Google’s Plan to Dominate the Internet
Paul Joseph Watson www.prisonplanet.com Thursday, August 19, 2010 The net-neutrality ending deal with Verizon is just the beginning of Google’s plans to kill the open and free Internet as part of their takeover agenda to completely control the world wide web and force independent media websites, radio and TV shows out of existence for good. Google’s agreement with Verizon to speed certain Internet content to users opens the door to the complete sterilization of the world wide web as a force for political change. Under Google’s takeover plan, the Internet will closely resemble cable TV, independent voices will be silenced and the entire Internet will be bought up by transnational media giants. People who want to run a simple blog will be priced out of existence, online TV and radio shows will cease to exist as the Internet is swallowed up by the corporate borg. True net neutrality means that independent news outlets who attract an audience by telling the truth can compete on an even keel with corporate giants like ABC, CBS and CNN. The Google-Verizon pact will end that level playing field and in turn eliminate everything that is outside of the mainstream. “A non-neutral Internet means that companies like AT&T, Comcast, Verizon and Google can turn the Net into cable TV and pick winners and losers online,” writes Josh Silver. “A problem just for Internet geeks? You wish. All video, radio, phone and other services will soon be delivered through an Internet connection. Ending …
CD drive or the DVD drive not visible under My Computer
Samsung NC10 Netbook: How to access display panel and cable
The NC10 seems to have a frequent problem which causes the screen to become all white (or another single color). Forum reports say that moving the display cable around can fix this problem – at least temporary. This video shows how to disassemble the lid, reach LCD panel and the cable, and then how to get everything back together again. Amazingly, this really made the white screen problem go away even nothing was really repaired. First successful cable massage I’ve ever seen Update: The problem was completely gone for 6 weeks, then started to reappear. Currently I’m working around it by squeezing the back of the lower right corner of the screen until it goes away again. To fix this permanently you’d probably have to replace the cable, which is difficult because: – you’d have to find a replacement cable (anyone know of a source?) – you’d have to get the new cable through the hinge – you’d have to connect it at both ends, so you’d have to disassemble not only the panel part, but also the keyboard part of your device.
MSVCP100 Dll Error Fix
download fix: software.intel.com www.reginout.com MSVCP100.dll is a system file used in Windows 7 operating system. It is a Dynamic Link Library (DLL) type of file which is used to extract the application resources at the runtime of third party programs. An error may appear related to this file. The full description of the error is “The program can’t start because MSVCP100.dll is missing from your computer. Try reinstalling the program to fix this problem.” This error may appear at the time a program is crashed at its initiation stage. Solutions: 1. Reinstall the Associated Program 2. Reinstall Microsoft Visual C++ 2010 Redistributable Package (x64) 3. Repair Corrupted Registry Hives 4. Scan and Repair the System Files 5. Restore the System to an Earlier Date Reinstall the Associated Program A program associated with this file may crash at its startup if that file is not found on your computer. In such a case, reinstall the associated program to resolve the problem. 1. Click Start | Control Panel. 2. Click Programs | Uninstall a Program. 3. Select the crashing program 4. Click Uninstall button to initialize the uninstall wizard. 5. Follow the on screen instructions. 6. Reboot the machine after it has been successfully uninstalled. 7. Run the setup program to reinstall it on your machine. Reinstall Microsoft Visual C++ 2010 Redistributable Package (x64) MSVCP100.dll is a part of Microsoft Visual C++ 2010 Redistributable 64 bit Package. For resolving the error, you need to …