|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
Problems Deploying
I am having great trouble trying to make this program run by a double click from windows
when I do double click on it nothing happens but when i go to the processes for windows I can see that javaw is running and is like 8000K big but nothing pops up on the screen any ideas? My Manifest looks like the follows.. which was created by JDeveloper Manifest-Version: 1.0 Main-Class: RemoveAddress Created-By: Oracle JDeveloper 3.2 Name: TxtFilter.class Java-Bean: True Name: ConsoleWindow.class Java-Bean: True Name: RemoveAddress.class Java-Bean: True Name: ConsoleWindow$1.class Name: RemoveAddress$2.class Name: RemoveAddress$4.class Name: connections.properties Name: RemoveAddress$1.class Name: RemoveAddress$3.class Name: Storage.class Java-Bean: True Name: RemoveUtility.class This is a GUI Application and the classes I am using are: RemoveUtility RemoveAddress (Main Class) TxtFilter ConsoleWindow Storage These classes have these imports in them: import javax.swing.filechooser.FileFilter; import java.io.*; import java.util.*; import javax.swing.*; import oracle.jdeveloper.layout.*; import java.awt.event.*; import java.awt.*; |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > Problems Deploying |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|