Tagged Questions
The headless tag has no wiki summary.
11
votes
2answers
1k views
Eclipse: What is the minimum Eclipse installation needed for a headless PDE build?
I am currently using PDE build in headless mode to build my OSGI Bundle project.
The PDE Antrunner task uses an Eclipse installation and I am just pointing it to my local Eclipse installation.
...
7
votes
5answers
4k views
Setting java.awt.headless=true programmatically
I'm trying to set java.awt.headless=true during the application startup but it appears like I'm to late and the non-headless mode is already started:
static {
...
6
votes
2answers
175 views
Install both Xcode 3 and Xcode 4 headless
I would like to install both Xcode 3 and Xcode 4 on the same OS instance using the headless install mode (I cannot VPN). Xcode3 should be installed in a folder denoted Developer3, Xcode4 in ...
5
votes
2answers
129 views
Using octave headless
Is there a possibility to use Octave headless.
Something like this
octave < "5+4" >result.txt
5
votes
3answers
1k views
Real headless browser
Folks,
Here is my problem: I am in charge of testing an enterprise web application that makes heavy use of AJAX. I need to build a system that allows continuous running of tests without human ...
4
votes
2answers
362 views
Complete example for Eclipse RCP 3.6.2/P2/Junit tests
Does anyone know of a good complete example (source, scripts, jobs)
that covers all the following?
building an Eclipse RCP product with many features
generating a P2 repository
running JUnit tests
...
4
votes
2answers
154 views
What is the meaning of the term 'headless' in the context of Java development in Eclipse?
What is the meaning of the term 'headless' in the context of Java development in Eclipse?
4
votes
4answers
749 views
Docx to pdf using openoffice headless way too slow
I've been using PHPWord for docx files generation. And it's been working great.
But now I have the need to also make available some of those files on a pdf version.
After a few research I found ...
4
votes
2answers
899 views
Selenium and Headless Environment
I recently installed Python 2.7, Robot Framework and the Selenium Library (I still don't know if I succeded though...) on a Red Hat Server to run some test on a web application.
So I tried a simple ...
4
votes
4answers
1k views
Easiest way to unit test SWT and Swing apps in a headless environment?
I'm looking to unit test some SWT and Swing code for a project I'm working on and the tests run fine as long as I'm running them from eclipse.
As soon as I run them in my hudson environment it fails ...
4
votes
2answers
658 views
Headless Eclipse Build returns ERRORLEVEL 13
Everything was going well. Nightly builds ran for more than a month with no problems. However, suddenly when invoking the feature builder from Eclipse the execution ends right away with the message.
...
3
votes
1answer
146 views
Wicket CaptchaImageResource creating zero-length images on Linux server
I'm using Wicket's CaptchaImageResource to protect a submission form against bots. It works fine in my test environment (a Mac) using the Jetty server, as well as when deployed to a local Tomcat ...
3
votes
1answer
351 views
Headless webkit for .NET
Do any of you know of a headless webkit wrapper for .NET?
I've looked at WebKitDotNet but it does not seem to work in headless mode.
3
votes
0answers
533 views
Starting google-chrome via Selenium on headless debian system
I'm trying to start the google-chrome browser in disabled web security mode. The selenium log says:
15:36:33.526 INFO - Command request: getNewBrowserSession[*googlechrome, http://www.myurl.de, , ...
3
votes
3answers
566 views
Headless automation of IE-browser, tracking site rendering times
I'm need to monitor my sites render times for common tasks (Login, Search etc.). I need something automated that can mimic a users actions on I.E. and be able time how long a page takes to render.
...
3
votes
1answer
579 views
Running selenium on a headless EC2 machine?
I have a headless EC2 M1.Small instance running Ubuntu. I have been trying to use it to run a selenium test coded in Ruby. I am running selenium server 2.0b3 (the latest).
i have enabled XVFB:
...
3
votes
1answer
476 views
How to build Eclipse Plugin UpdateSite on headless server?
For the last few days I have been trying to test-build my eclipse plugin on a headless Debian VM. The reason for the headless Debian VM is that once I have the build setup, the build and the ...
3
votes
1answer
349 views
What does “headless” mean?
While reading the QTKit Application Programming Guide I came across the term 'headless environments' - what does this mean? Here is the passage:
...including applications with a GUI and tools ...
3
votes
2answers
407 views
Java on Mac OS X Server: game over?
As a developer currently working on a Web app that uses a Java/Tomcat backend, the recent announcement by Apple to deprecate Java is causing me some consternation. Mainly because I'm planning on ...
3
votes
3answers
4k views
How to setup Android sdk from command-line on headless server?
So far Ive managed to download and install the SDK and its in my PATH. Problem now is that I can't run "android update sdk" since it expects to be connected to a display and Im connected to a remote ...
2
votes
1answer
146 views
Buckminster: running JUnit Plugin tests headless
I have a simple Hudons/Buckminster setup where Hudson checks out four Java plugin projects from SVN, materializes(?) the org.eclipse.platform from the Helios download-site, runs a small ant-job in one ...
2
votes
1answer
87 views
How can I interact with a website using a script from a headless machine, including the ability to save files to disk?
The problem: my code has to exchange files on a regular basis with a remote system. The only access method is via HTTPS using a web "portal" which requires JavaScript to work. Once you have logged in ...
2
votes
1answer
211 views
Remote CUDA profiling?
Is it possible to remotely execute a CUDA profile execution (similar to computeprof) and then bring the profile back for analysis?
The particular remote machine is headless and not-under-my-control, ...
2
votes
1answer
535 views
PDE Headless Build (Feature-based) and Missing Required Plug-ins
When attempting to perform a PDE headless build, I am finding the eclipse.buildScript step to display the following:
[java] generateScript:
[java] [eclipse.buildScript] Some inter-plug-in ...
2
votes
3answers
979 views
Target Platform for PDE Headless build does not work
I am currently trying to get my headless pde-build working but I am stuck on a point where I do not know how to continue.
The problem is how to define the related target platform to compile the ...
2
votes
4answers
415 views
How to run a java program without a console [closed]
I need to run an java program even the terminal is closed....
in server....
2
votes
2answers
683 views
Headless HTML rendering to image on CentOS 5.4
I have a project requirement to render HTML and capture the rendered image as a file on a headless CentOS 5.4 server. My specific requirements are:
1) Input will be a URL to the page to render (or ...
2
votes
1answer
2k views
Problem in HtmlUnit API for Java (Headless Browser)?
I am using HtmlUnit headless browser to browse this webpage (you can see the webpage to have a better understanding of the problem).
I have set the select's value to "1"
by the following commands
...
2
votes
6answers
746 views
Programmatically remove Firefox's license agreement dialog
I am running regression tests with Selenium and am automatically launching instances of Firefox.
The problem is my tests get stuck because of Firefox's license agreement dialog:
.
I can't click ...
1
vote
1answer
114 views
Selelum Headless in Ubuntu Server, minor error “The browser seems to have exited before we could connect”
So I am running Selenium on a Ubuntu Server VM and have a minor issue. When I start-up my VM and run a Selenium test script I get this error: selenium.common.exceptions.WebDriverException: Message: ...
1
vote
2answers
131 views
Having problems with Apache Batik library on AWS ElasticBeanstalk Instance
I am using AWS Elasti Beanstalk to power one of my apps. In this I need to export a svg document to png,jpg, pdf etc. For this I use Apache Batik library. This provides excellent output on my local ...
1
vote
1answer
95 views
Make java ignore calls to X11
Is there any way I could make java ignore any calls in code to the X11 system? I'm running an application on a server machine, which has no window manager. When I run this app I get the ...
1
vote
2answers
768 views
Capybara-webkit, rspec integration specs, and xvfb: webkit_server: Fatal IO error: client killed
I'm trying to get a suite of integration specs running on a ubuntu server CI box using the headless gem, xvfb, and capybara-webkit for headless testing. Everything works beautifully on a local dev ...
1
vote
1answer
79 views
Headless flash-based mp3 player
Do you know any headless flash-based mp3 player scriptable trough javascript?
I just need a public API to control playback (load, play, stop, seek) and a set of capturable events (onLoad, onPlay, ...
1
vote
1answer
362 views
Run Java AWT/Swing GUI app in headless server
I have a gateway application that comes up with a login dialog and then a GUI window. I will be running this app on a co-located server without a display. I need to interact with the dialog only when ...
1
vote
1answer
696 views
Problem with using java.awt library in linux X11 display problem
I am trying to create a video by combining a set of images available online using Xuggle. I implemented it as a service using JSP and Java. I'm using the tomcat server. When I deploy it in my local ...
1
vote
1answer
558 views
headless build with CDT using .cproject configuration
I have a eclipse project with .project and .cproject, and I want automate the building process, for it I use
./eclipse -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data ...
1
vote
1answer
546 views
java policy error applet alert
[aspectj:compile {execution: default}]
Current policy properties:
mmc.sess_pe_act.block_unsigned: false
window.num_max: 5
jscan.sess_applet_act.sig_trusted: pass
...
1
vote
1answer
779 views
Java headless bicubic image resize
I need to perform java image crop and resize without an X server.
I tried several methods.
the first method below works, but outputs a fairly ugly resized image (probably using nearest neighbor ...
1
vote
2answers
633 views
java.awt.HeadlessException thrown from HeadlessGraphicsEnvironment.getDefaultScreenDevice
I need to do some image processing on a java server (Debian with java version "1.6.0_12"),
and I am receiving java.awt.HeadlessException from my code:
java.awt.HeadlessException
at ...
1
vote
2answers
390 views
OpenOffice.org headless installer
I use OpenOffice.org only for PDF generation in my project, but my users have to download the whole OpenOffice package if they want to use the software. Is there any Ooo installer which only installs ...
1
vote
2answers
2k views
Running Selenium headless without using xvfb
I'm trying to run Selenium headless (without the browser appearing). Other questions have pointed to xvfb as the tool to do this. However, it appears highly unstable, crashing all the time, so I'm ...
1
vote
2answers
143 views
Setting headless property in .net
In java you can set a "headless" flag to true to reconcile the differences between a headless server environment and your desktop development environment.
System.setProperty("java.awt.headless", ...
1
vote
2answers
833 views
headless xml generation from xsd with eclipse
In recent versions of the free and open source Eclipse IDE you can generate XML documents from DTD and XSD files. Right-click on a given *.dtd or *.xsd file and select "Generate -> XML File...". You ...
1
vote
3answers
402 views
Is there a headless way to import projects and refresh the workspace?
Still trying to set up an headless build for a big university project (RCP product).
Every Eclipse user knows the following manual functionality:
"File --> Import --> Existing projects into ...
1
vote
1answer
4k views
How can I make Cobertura/Emma play nice with an Eclipse application?
My company is in the middle of upgrading our build system to use Buckminster (which has gone well). Naturally the managers would like it if we could automatically generate some of the metrics they use ...
1
vote
2answers
564 views
Java - Differences in AWT from 1.4 to 1.5 ( working on Unix and Windows )
This is with reference to my question: java.awt.HeadlessException Applets not displayed.
There is a next question that has come up from the Sys Admins. They are asking -
"Why does java1.5 now ...
1
vote
1answer
952 views
Using customBuildCallbacks.xml in an Eclipse RCP headless build
I am trying to add some custom build steps to my headless build process for an Eclipse RCP application.
I understand that the recommended way is to provide a customBuildCallbacks.xml file on the ...
0
votes
1answer
45 views
Eclipse automatic build for custom projects
In Eclipse while creating the new Java Project (with our own custom wizards) I have associated a new builder to the project. Now the created java project has JavaNature and two builders associated ...
0
votes
0answers
59 views
OpenGL headless rendering
I'd like to render with OpenGL to raw pixel data. Currently, I create a window of the appropriate resolution with SDL, render to it normally, and then save the pixels using glReadPixels. However, if ...