Questions tagged [headless]

Headless systems are those which do not support standard user interface devices, such as monitors, keyboards and mice.

Headless systems are those which do not support standard user interface devices, such as monitors, keyboards and mice.

1191 questions
0
votes
3 answers

Hudson job does not stop - why?

My automated build and tests are up and running, everything works fine. Im am using hudson and the pde build (configured with pluginbuilder). When the build succeeds everything is fine, the hudson ball turns blue and so on. But when something goes…
Max
0
votes
1 answer

How can i invoke the EMF Generator headless using a workspace outside the eclipse installation?

I am trying to generate the edit and the editor code of a EMF Genmodel using a batch file and the headless command. Here is my batch code: cd\ cd C:\eclipse eclipsec -noSplash -data "C:\Dokumente und…
Max
0
votes
1 answer

How can I screen capture a Windows 7 desktop and login screen? (i.e. remote monitoring)

My company has about 50 - 60 machines that we need to manage remotely. They are set to automatically login but I'd like to perform the following activities: Capture screenshot (for diagnostic purposes, if something isn't working) Start/stop/kill…
SofaKng
  • 1,063
  • 1
  • 11
  • 32
0
votes
1 answer

How to import a project into eclispe BY CODE (without GUI)

I just encountered a problem of my headless plugin-in. I need to refer some existing Java project for JDT analysis, except that I must import (not necessarily copy) them to the local workspace before the IWorkspaceRoot.getProject() can recognize…
0
votes
1 answer

Running android app in headless

Can I run android app in headless emulator. I tried with am command but it showed NullPointer Exception. I think as it is a gui application I can't. Is there any way around? The emulator is so slow. It takes like 5-7 mins sometimes. I'm running…
sheikh
  • 117
  • 4
  • 13
0
votes
2 answers

multiple headless firefox instances using watir-webdriver within rails application

I have a simple rails application written for scraping a web page. The controller calls the scraper utility in which I am using firefox in headless mode using watir-webdriver. The application works and returns the results properly. The way I would…
Sridhar S
  • 73
  • 4
0
votes
1 answer

Headless webkit wrapper/driver no install for .net

I'm looking for an embedded headless browser for .net with the following properties: Modern Webkit level of Ajax/HTML5 support and preferably webkit based Headless mode capable (no visible browser), more speed it better Zero install (something like…
Glenn
  • 1,234
  • 2
  • 19
  • 33
0
votes
1 answer

Is it possible to disable splash screen for an install4j'd Java app at runtime?

I have a Java application installed with install4j. In some test environments, it is useful to have it launch in a headless environment. However, currently this throws: java.awt.HeadlessException: No X11 DISPLAY variable was set, but this program…
Armand
  • 23,463
  • 20
  • 90
  • 119
0
votes
1 answer

How to run my Python TestCase using Jenkins "Selenium" Plugin?

How to Integrate jenkins with Selenium-webdriver. I am using Python language for Selenium TestCases. I have tried 'pyvirtualdisplay' Python module to hide the display on Jenkins CLI. Currently I have used ant build scripts to execute the Python…
user1616952
  • 1
  • 1
  • 1
0
votes
1 answer

handle window.open() while headless scraping

i have to hit the URL, http://judis.nic.in/supremecourt/chejudis.asp. submit a form here to get the page that is supposed to be scrapped.I am using PhantomJS and PJScrape . Issue is, after the form submit, results show up in a new window. I have…
0
votes
2 answers

Can't get cucumber tests running in headless on OSX - works on ubuntu?

In my env.rb file, I have this: if ENV["HEADLESS"] == 'true' require "headless" @headless = Headless.new @headless.start end This works fine in Ubuntu, but not in OSX. The browser still pops up. What do I need to do to make this work in…
Stefan Kendall
  • 66,414
  • 68
  • 253
  • 406
0
votes
1 answer

Batik 1.7 gives Headless mode exception : NoClassDefFoundError: gnu/java/awt/peer/headless/HeadlessToolkit

I am implementing Batik-1.7 with transcoder.so it is giving error that: error: java.lang.NoClassDefFoundError: gnu/java/awt/peer/headless/HeadlessToolkit can anyone please suggest me how to use trancoder in headless mode... thanks,
Asha Koshti
  • 2,763
  • 4
  • 22
  • 30
0
votes
2 answers

Running buckminster headless from an Eclipse installation

I got Buckminster installed and it works perfectly within my Eclipse IDE. Now, I'd like to run the headless version of it, but I'm wondering if I have to install the headless version of Buckminster, or if I can launch it from my current, existing,…
Philippe Riand
  • 673
  • 4
  • 12
0
votes
1 answer

unable to perform headless PDE build using AJDT in eclipse 3.6

i have several simple plugin projects being developed in eclipse 3.6 as part of an rcp application. i also have a very simple aspect. i have read Andrew Eisenberg's article…
user1056027
  • 145
  • 2
  • 2
  • 13
0
votes
2 answers

What are the requirements and use cases to have an eclipse headless application?

I would like to know what generic requirements are there to have Eclipse headless application. Also what are the different generic use cases which will be helpful to have headless application. Regards Anand
Anand
  • 2,239
  • 4
  • 32
  • 48