Swing/AWT/SWT :: Running Application Using Java 1.6 And Windows-based X Server

Apr 15, 2011

At our company we run a third-party Java-based GUI application on one of our Linux server machine, displaying the application to our local Windows work stations using the Cygwin X Server.We noticed a few problems with a new version of this application and was able to narrow it down to the following conditions:

1. Java Swing application running on a UNIX host;
2. Java used is 1.6 (problem not noticed when using Java 1.5)
3. Displaying to Cygwin X server (I've heard other windows-based X servers have the same issue, but I don't have access to any others at this time).

If we run the application natively on Windows, I'm told if the application runs on the Linux host and displays natively to that machine's display there are no problems (although I'm not able to verify this myself).The problems are:

1. Any new frame/dialog is opened in the geographic center of the dual displays, rather than in the middle of one or the other;
2. Any attempt to drag the window to a different location on the display seems to work, but as soon as you let go of the drag, the window snaps back to the original location. This only happens the first time you try to move each window.
3. Drop-down controls (JComboBox, for example) just close back up as soon as you click on them. If you click and drag the mouse to attempt to make a selection, no selection can be made.

Are these known problems using 1.6 on UNIX displaying to Windows-based X Servers?

The only real problem is number 3. I expect that if I put more work into the window placement, I should be able to get past number 1. Number 2 is just a minor annoyance.The following is a simple Java Swing application which when run in the correct environment will exhibit the problems.

import java.awt.EventQueue;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;

[code]....

View Replies


ADVERTISEMENT

Swing/AWT/SWT :: Embedded Browser In A Standalone Java App Running On Windows

Aug 24, 2014

I have an embedded browser in a standalone java app running on windows. The browser calls up web pages over the internet with no problem.

import org.eclipse.swt.browser.Browser;
final Browser browser = new Browser(group01, SWT.NONE);
browser.setBounds(0, 0, 1000, 400);
browser.setVisible(true);
browser.pack();
browser.setUrl(texturl.getText());

I have a C executable which captures and documents network traffic. I communicate with it by entering http://27.0.0.1:6500 into any browser (it works with them all). It responds with a simple html form (three buttons, a tick box, a label, and one text box).However I cannot get it to work with the embedded SWT browser.

View Replies View Related

Using Only Java Swing Without Windows Builder To Build GUI Application?

Oct 8, 2014

Difference between using windows builder in eclipse v/s using only java swing without windows builder to build GUI application?

View Replies View Related

How To Deploy Java Swing Application For Windows Without Revealing Source Code

Feb 21, 2015

How to deploy Java Swing application as windows software. I have tried the following to do this :

I have created jar file for my project after that created exe file using Launch4j and Advanced installer, exe file produced by both software are working fine but those are placing the jar file inside that exe file, My problem is any one who has that exe file can extract and view the source code by decompiling java class file. Is there any way to deploy java application without decompiling the code.

View Replies View Related

Obtain Server Specifications Based On Application

Jun 19, 2014

a new java executable file which does heavy processing (batch). Development hasn't really started yet and the design phase is just beginning. Now the client is asking us to give them the minimum server specs to be able to run our application..I'm thinking this can't be done without performance testing, which will be after development. Is there a better and faster way to be able to assess this?

View Replies View Related

Client / Server Socket Based Application

Sep 16, 2014

Any example of client/server socket based application using Spring and Maven where application do the following

Client sends a request with a path to any file on the server
„h Server reads the file and responds back with the content
„h Client outputs the content to the console
 
I am trying to follow this [URL] ....
 
I am using java 6

View Replies View Related

Launch Windows Directly Into JAVA Based Password Entry System?

Apr 5, 2014

Is it possible to launch windows, specifically 8.1, directly into a java based program which would serve as the password entry screen? That is to say, instead of using the standard windows screen, could a java based alternative be used?

I have the source code used on jurassicsystems.com. I would absolutely kill to have a tweaked version of this system act as my password entry screen. It is literally something Ive wanted to have done for ages, and this emulation finally means it may be possible.

View Replies View Related

Running Database Inside Java Application

Jul 1, 2014

I have to store data I've pulled from the web i wanted to do this by storing it in a database but after looking at some tutorials i'm not sure if its possible as the databases don't seem to run with the application but instead run as an independent entity.if its possible to have a database in the java application so it runs when the application runs.

View Replies View Related

Running Java Application - Analyze Traffic Condition

Jun 18, 2014

I have a java application which uses Google Maps to analyze the traffic condition. But sometimes it can be run and work properly, sometimes not. On some computers on which there is installed java, the program can be run, and on some, again with installed java (jre), exactly the same version, the program can not be run. For example the application first run well on my desktop computer, connected in a LAN, and then stopped working well when run. But when I use laptop which uses the WiFi and run the same computer using VMWare, if I connect to the desktop on which the program can not be run, on the laptop the same program can be run well, in the same room, but using the Wifi.

View Replies View Related

Jar Files Not Executing / Running Under Windows 8.1

Dec 14, 2014

I've just installed the last Java kit JDK plus netbeans and I've done my first project in Java. It is running perfect from command line<but is is difficult to execute each time from there my tests> but I couldn't run the jar file from windows with double click he jar file even I've spent 3 hour on google to find different methods (registry modifying, control panel/program running in windows, a patch file etc, ) ....

View Replies View Related

Show System Tray Or Desktop Notification From Web Application Based On Java

Nov 23, 2014

The explanation is a bit lengthy because I just tried to explain everything in one shot.

Link to the question

java - Show a System Tray notification or Desktop notification from the web application

View Replies View Related

Access OBIEE Server Through Java Application

Oct 31, 2014

Is there any option to access OBIEE server home page through java, without sending username and password through URL.

View Replies View Related

Deploy Android Application That Connects To Java Server

Aug 25, 2014

I am trying to deploy an android application that connects to a java server. I am doing an apointments system, so the client asks for an apointments with a specific office/doctor. What i did, was to create a java server, using object for the offices, and via sockets it communicates with the android client.

The problem is that when i tried to use my (very demo still) app on my phone and sent it to some friends for testing, i coulnt find a way to have my server on the internet.

So I changed to (or trying to) servlet. But, how to do a client server application with servlets. All tutorials i have seen are more on website clients, but thats not what i need.

View Replies View Related

Java Servlet :: How Is Session Maintained In Application Server

Aug 3, 2012

How is session maintained in the application server, internally what happens when the user has logged in ? We create a session and store the user details which will be stored in the session object in the server with a unique sessionID which will be validated when the same user login the system again? But how exactly the session is maintained in the Server internally?

View Replies View Related

Authenticate Client Java Application Using ADFS Enabled Sharepoint Server

Feb 21, 2014

I need to authenticate my client java application using ADFS enabled Sharepoint server.

View Replies View Related

Deploying JNLP Application In WebSphere Application Server

Mar 11, 2014

I am new to work on JNLP program. I have created a SWING program, JNLP file when i deploy the ear file i am getting 404 error. Please find the steps in details.

1.Created a dynamic web project JWStartProject in eclipse

2.Create a HelloWorld.java class under default package.

import javax.swing.*;
public class HelloWorld extends JFrame {
private static final long serialVersionUID = 4968624166243565348L;
private JLabel label = new JLabel("Hello Java Web START!");
public HelloWorld() {
super("Jave Web Start Example");
this.setSize(350, 200);
this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE );
this.setLayout(null);

[Code] ....

Now I exported this project as JWStartProject.war contains following code.

Created Server in Websphere Admin console

Deployed this war file under the server and started.

I have added MIME types also.

I am unable to launch the application. I am getting 404 errors. May I know where I went wrong?

View Replies View Related

Running Server And Client From Two Different JButton

Mar 10, 2014

I am looking to run Server and Client from two different JButton.

When I click on start Server button, the server starts to run but I cannot click on start Client button to start the client. Here the code for server:

Java Code:

public void actionPerformed(ActionEvent e) {
Client c = new Client();
c.run();
} mh_sh_highlight_all('java');

View Replies View Related

Running Program From Server On Client Machine

Aug 9, 2014

I had some questions about a theoretical java program. Say you had a java program on a linux server/pc that referenced a folder on that server. And say you had a Client PC (Windows) that had a share folder to that java program.

If that windows client PC tried to run the program would it run (with a GUI if it had one) and would the main directory of the java program still be on the linux server or would it be on the windows computer since that is the computer that is running the program?

Basically I have a program I am trying to find the best way to run it remotely on a windows computer but it references files on the linux server it is located at and needs to put files it creates there as well. I am just trying to make sure I understand my theory here on how the program will run if it IS run remotely.

View Replies View Related

Windows Application Design Methods?

Feb 16, 2015

I need to get Windows application made.   Is there a graphical, drag&drop  layout tool in which I can place 'controls' such as buttons, panels, toolbars onto a window then write the code to respond to them? It seems to be common place in other systems.

View Replies View Related

JSP / JSTL :: Glass Fish Server At Port 4848 Is Not Running

Dec 21, 2012

I was running Glass Fish Server at port 4848 (http://localhost:4848). Later I stopped it through administration tool, STOP button.

Since then it was not running. I want to run it again.

View Replies View Related

Running Hello World Application

Apr 1, 2014

I have a problem with running my hello world aplication. Here is the code.

public class HelloWorld {
public static void mаin(String[] args) {
System.out.println("Hello world!");
}
}

It compiles fine. But I get an exception when I try to run it.Here is the error message I'm getting:

Exception in thread "main" java.lang.NoSuchMethodException: HelloWorld.main([Ljava.lang.String;)
at java.lang.Class.getMethod(Class.java:1605)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:113)

Process finished with exit code 1

View Replies View Related

Web Services :: Exception While Running Web Application

Apr 15, 2015

I am integrating Struts hibernate tiles and spring configuration project. While running give me exception as

Apr 15, 2015 7:16:10 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:Program FilesJavajre1.8.0_40in;C:WindowsSunJavain;C:Windowssystem32;C:Windows;C:/Program Files/Java/jre1.8.0_40/bin/server;C:/Program Files/Java/jre1.8.0_40/bin;C:/Program Files/Java/jre1.8.0_40/lib/amd64;C:ProgramDataOracleJavajavapath;C:Program Files (x86)NVIDIA CorporationPhysXCommon;C:Program Files (x86)InteliCLS Client;C:Program FilesInteliCLS Client;C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;C:Program FilesMySQLMySQL Server

[code]....

View Replies View Related

EJB / EE :: Timer Service Is Still Running Even Undeploy The Application?

Jun 22, 2012

I'm facing some problem in my EJB setup. I have deployed the ejb setup and it was working fine.

The working conditions are:

1. The timer service is working when i hitted the servlet after starting the server. It must not work when i close the servlet window,but in my case it is still working(timer is performing its opeartion) even i closed the servlet page.

2. When i stopped the server, the timer not gets invoked.

I uninstalled the EJB application, but still the timer service is running.

I'm using WAS 7 server.

View Replies View Related

GUI To Display Search Results Based On User Input Server Name

Jul 18, 2014

I am using a GUI to display search results based on user's input server name. I am using MS Access as DB and I have the DSN set up correctly.But the search results are displayed for the first typed value in text filed. I am getting same result set every time though i input different server names .

import java.sql.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.event.*;
import javax.swing.table.DefaultTableModel;
public class SearchResult implements ActionListener{

[Code]...

View Replies View Related

Using Socket And JSP For Web-based Chat Application

Feb 13, 2014

I am new to JSP !! and I'm developing a web-based chatting system using JSP and socket.

The problem I am facing is that the sender can send message but on the receiver side we have to manually refresh the page. The sender stays into blocking mode until the receiver refresh its page !

After that I've implemented auto-refresh on the receiver side and "Connection Refused" exception is generated.

View Replies View Related

DAO Based Application - Replacing Old Textfile

Apr 16, 2014

I'm currently trying to build a DAO based application where you use a text file as a data source. It have worked out well until I tried to delete lines from the file.

public void delete(DTOBil dtobil) {
try{
reader = Files.newBufferedReader(Paths.get("databilar.txt"),charset);
writer = Files.newBufferedWriter(Paths.get("temp.txt"), charset, StandardOpenOption.CREATE_NEW);
String line = null;
while((line = reader.readLine()) != null){

[Code] ....

I've managed to fill out the temp file with everything except the line I wanted to remove, but when I try to replace the original file with the temp file it won't work. It casts the error: "temp.txt -> databilar.txt".

I've also tried to use the renameTo method without any success...

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved