Tagged Questions

0
votes
1answer
22 views

Why VM Debugger in Visual Studio 2008 throws “unable to detected startup project”?

Hello, I have a problem with VM-Debugger in Visual Studio 2008 (VMWare Workstation 6.5.3). Always when i try to Start the VM-debugging the debugger tells me the following: Error: …
2
votes
5answers
103 views

Looking for a nice way to detect if I am running in a Virtual Machine (Linux)

In VMs OS-provided real-time scheduling tends not to be reliable. For my application I'd like to be able to detect whether I am running on a VM or not (Linux-only). So I am looki …
3
votes
3answers
118 views

C memory management for Cross-platform VM.

Hi all, I asked a question about C-type sizes which I get a pretty good answer but I realized that I may not formulate the question very well to be useful for my purpose. My backg …
1
vote
2answers
66 views

Limit Python VM memory

I'm trying to find a way to limit the memory available for the Python VM, as the option "-Xmx" in the Java VM does. (The idea is to be able to play with the MemoryError exception) …
0
votes
1answer
49 views

VM Software for Windows7/64bit

Hi folks, i cant decide wich is the best FREE VM Software for Windows 7 / 64bit. I want to run an Ubuntu as Playground for couchDB, and to learn some new linux stuff. Does someon …
0
votes
3answers
54 views

Preconfigured Virtual Machines?

I was looking at using Amazon's EC2 service after reading this article: http://www.ibm.com/developerworks/java/library/j-javadev2-4/index.html But then I wondered if there's any s …
2
votes
7answers
144 views

Restricted Python intepreter?

Is there a restricted Python intepreter? Imagine a Python VM you can run on your machine, that restricts the operations. No files can be opened, no system calls, etc. It just tran …
0
votes
0answers
27 views

Not able to access host machine from VM [closed]

Hello guys, I am not able to access the host machine through the VM. And vice-versa. The networking type of VM is bridged. If I set the type to NAT then I wont be able to access i …
1
vote
3answers
136 views

Is there any .Net JIT Support from chip vendors?

I know that ARM actually has some support for Java and SUN obviously, but I haven't really references seen any chip vendor supporting a .Net JIT compiler. I know IBM and Intel bot …
0
votes
1answer
33 views

IE not detecting proxy server hosted on a VM

Hi guys, I was writing a proxy server in C#.NET. My Proxy server has been hosted on a VM (say vm1). Now when I access internet through IE in vm1 the request goes through the proxy …
0
votes
1answer
23 views

How to set VM for a java application in MAC OS X

I am setting my VM for my java application in windows using a batch file with following command: java -jar -Xmx800m "App.jar" Now I wanna do the same thing for MAC OS X? Any sugge …
2
votes
2answers
180 views

Get IP of my machine C# with virtual machine installed

I want to get the current IP address of the computer that has say 3 virtual machines (VM Ware) installed. I want to get LAN address of that computer. current code that i have retu …
0
votes
3answers
254 views

OutofMemoryError: bitmap size exceeds VM budget (Android)

Getting an Exception in the BitmapFactory. Not sure what is the issue. (Well I can guess the issue, but not sure why its happening) ERROR/AndroidRuntime(7906): java.lang.OutOfMemo …
2
votes
2answers
110 views

How to write a linker.

I have written a compiler for C that outputs byte code. The reason for this was to be able to write applications for an embedded platform that runs on multiple platforms. I have …
1
vote
0answers
77 views

Unexplained Linux System V IPC shared memory segment marked for destruction

I have a Linux System V IPC shared memory segment that is populated by one process and read by many others. All the processes use interface to the shared memory segment in the for …

1 2 3 4 5 next
15 30 50 per page