Speeding up launch of programs

I am unsing Java_1.3.0 on a windows 2000 platform, and when I run the windows API command
ShellExecuteEx(SHELEXECUTEINFO info); with
the SHELEXECUTEINFO set up to run the program
javaw -jar jarfile.jar <param>
where jarfile.jar is about 30K.
The application takes about 20 seconds to load and run.
Is there anyway of speeding this up? Cacheing the JRE for example ??

It takes just as long using the command line as it does launching it from the program - ShellExecuteEx function works fine.
I have not trued windows NT, but in Windows 98 it takes a similar ammount of time.
How long should a launch take?
Is it dependant on what classes are used?
I am using mostly AWT only, but I do use Borland XYLayout classes. The full import list is:
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
import borland.jbcl.layout.*;
import borland.jbcl.control.*;
import java.io.*;
import java.net.*;
import java.lang.reflect.*;
import java.util.*;
import java.text.*;

Similar Messages

  • I am trying to install software for iTwin Connect, but after downloading the dmg file and launching the program, I receive a message saying the file can't open and to check my internet connection.  Any ideas?

    I am trying to install software for iTwin Connect, but after downloading the dmg file and launching the program, I receive a message saying the file can't open and to check my internet connection.  Any ideas?

    Many Thanks, Kurt.
    I knew I'd seen the solution you've provided somewhere - either in MacWorld or MacFormat - but couldn't remember the Gatekeeper bit!
    I shall save it somewhere VERY safe now in case this happens again …
    You have made an old man very happy and saved me from worrying that senile decay had suddenly set in. (I was 70 last week so you might understand the situation from that.)
    Best wishes
    OllyanDinah

  • Could not find the main class: oracle.ide.boot.Launcher.  Program will exit

    Hi,
    I have installed Oracle11g_win64_11gR1, Database and Client.
    The issue is unable to invoke "sqldeveloper", getting the following error message. Could you please help ?
    FYI. I have already downloaded and installed installed JRE and JDK.
    ie. C:\Program Files (x86)\Java\jre6\ and C:\Program Files\Java\jdk1.6.0_24, still did not work.
    C:\Users\oracle>java -version
    java version "1.6.0_24"
    Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
    Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)
    Let me know, if you need more information. Here is the error message.
    Error Message
    =========
    (1) if I invoke sqldeveloper, directly from the location " C:\app\oracle\product\11.1.0\db_1\sqldeveloper\sqldeveloper\bin " using explorer, I do get error message
    "Unable to find a java Virtual Machine.
    To point to a location of java Virtual machine please refer to the Oracle9i JDeveloper Install Guide ( jdev/install.html)"
    (2) if I invoke sqldeveloper, directly from the locationC:\app\oracle\product\11.1.0\client_1\sqldeveloper, it prompts me to enter "full path for java.exe".
    When I enter full path and continue, still it continue to prompt and ask the same input.
    (3) if I invoke sqldeveloper from from command prompt using the batch file "sqldeveloper.bat"
    C:\Users\oracle>C:\app\oracle\product\11.1.0\client_1\sqldeveloper\sqldeveloper\
    bin\sqldeveloper.bat
    C:\Users\oracle>java -Xmx512M -Xverify:none -XX:JavaPriority10_To_OSPriority=10
    -XX:JavaPriority9_To_OSPriority=9 -Doracle.ide.util.AddinPolicyUtils.OVERRIDE_F
    LAG=true -Dsun.java2d.ddoffscreen=false -Dwindows.shell.font.languages= -Dide.co
    nf="sqldeveloper.conf" -Dide.home.dir.name=.sqldeveloper -classpath ..\..\ide\l
    ib\ide-boot.jar;..\..\jdev\lib\xmleditor.jar;..\..\ide\lib\oicons.jar;..\..\..\j
    dbc\lib\ojdbc5.jar;..\..\jlib\jewt4.jar;..\..\jlib\share.jar;..\..\sqldeveloper\
    lib\jle2.jar oracle.ide.boot.Launcher
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/ide/boot/Launc
    her
    Caused by: java.lang.ClassNotFoundException: oracle.ide.boot.Launcher
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    Could not find the main class: oracle.ide.boot.Launcher. Program will exit.
    OS
    ==============
    MS Windows 7 Home Premium
    sqldeveloper.conf
    ===================
    SetSkipJ2SDKCheck true
    IncludeConfFile ../../jdev/bin/ide.conf
    AddVMOption -Dapple.laf.useScreenMenuBar=true
    AddVMOption -Dcom.apple.mrj.application.apple.menu.about.name="SQL_Developer"
    AddVMOption -Dcom.apple.mrj.application.growbox.intrudes=false
    AddVMOption -Dcom.apple.macos.smallTabs=true
    AddVMOption -Doracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG=true
    AddJavaLibFile ../../jdev/lib/xmleditor.jar
    AddJavaLibFile ../../ide/lib/oicons.jar
    AddJavaLibFile ../../jlib/jewt4.jar
    AddJavaLibFile ../../jlib/share.jar
    AddJavaLibFile ../ide/jlib/xmlef.jar
    AddJavaLibFile ../../sqldeveloper/lib/jle2.jar
    AddJavaLibFile ../../sqldeveloper/lib/oracle.dbtools.logging.jar
    AddVMOption -Dsun.java2d.ddoffscreen=false
    AddVMOption -Dwindows.shell.font.languages=
    IncludeConfFile sqldeveloper-nondebug.conf
    SetJavaHome C:\Program Files\Java\jdk1.6.0_24
    Edited by: sivapara on Feb 16, 2011 1:08 PM

    I was able to resolve this issue by performing following.
    1. Go to the location where sqldeveloperW.exe is being executed from.
    2. You will find a file sqldeveloper.conf in that location. Edit this file and change the value of IncludeConfFile to point to actual place. For me following were old and new values.
    OLD (Wrong) : IncludeConfFile ../../jdev/bin/ide.conf
    NEW (Correct) : IncludeConfFile ../../ide/bin/ide.conf
    After making above change in the sqldeveloper.conf file. Save and close it. Restart SQLDeveloper. You will not get the error anymore.
    Thanks
    Ravi

  • Issue with launching Java Program - Java Library Problem?

    I hope this is the right forum, I apologize if it isn't. I am having issues launching a program for a video game that uses java. One of the devs told me to post my issue here, as he doesn't know how much more help he can give with this issue. Using the java -jar command, this is the printout I get:
    Microsoft Windows [Version 6.0.6002]
    Copyright (c) 2006 Microsoft Corporation.  All rights reserved.
    C:\Users\vecdran>java -version
    java version "1.6.0_20"
    Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
    Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode, sharing)
    C:\Users\vecdran>chdir C:\Games\Steam\Steamapps\common\Crysis\mods\mwll\actionma
    pper\dist
    C:\Games\Steam\steamapps\common\crysis\Mods\mwll\Actionmapper\dist>java -jar Act
    ionmapper.jar
    Jun 18, 2010 2:25:19 PM org.jdesktop.application.Application$1 run
    *SEVERE: Application class mwllactionmapper.MWLLActionmapperApp failed to launch*
    *java.lang.NullPointerException*
    at javax.swing.ImageIcon.<init>(Unknown Source)
    at javax.swing.ImageIcon.<init>(Unknown Source)
    at sun.swing.WindowsPlacesBar.<init>(Unknown Source)
    at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.updateUseShellFo
    lder(Unknown Source)
    at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installComponent
    s(Unknown Source)
    at javax.swing.plaf.basic.BasicFileChooserUI.installUI(Unknown Source)
    at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installUI(Unknow
    n Source)
    at javax.swing.JComponent.setUI(Unknown Source)
    at javax.swing.JFileChooser.updateUI(Unknown Source)
    at javax.swing.JFileChooser.setup(Unknown Source)
    at javax.swing.JFileChooser.<init>(Unknown Source)
    at javax.swing.JFileChooser.<init>(Unknown Source)
    at mwllactionmapper.model.ActionmapsFileModel.getMWLLDocumentsFolder(Act
    ionmapsFileModel.java:141)
    at mwllactionmapper.model.ActionmapsFileModel.getMWLLProfiles(Actionmaps
    FileModel.java:160)
    at mwllactionmapper.MWLLActionmapperView.doSelectProfile(MWLLActionmappe
    rView.java:603)
    at mwllactionmapper.MWLLActionmapperView.<init>(MWLLActionmapperView.jav
    a:75)
    at mwllactionmapper.MWLLActionmapperApp.startup(MWLLActionmapperApp.java
    :21)
    at org.jdesktop.application.Application$1.run(Application.java:171)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    Exception in thread "AWT-EventQueue-0" java.lang.Error: Application class mwllac
    tionmapper.MWLLActionmapperApp failed to launch
    at org.jdesktop.application.Application$1.run(Application.java:177)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
    at javax.swing.ImageIcon.<init>(Unknown Source)
    at javax.swing.ImageIcon.<init>(Unknown Source)
    at sun.swing.WindowsPlacesBar.<init>(Unknown Source)
    at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.updateUseShellFo
    lder(Unknown Source)
    at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installComponent
    s(Unknown Source)
    at javax.swing.plaf.basic.BasicFileChooserUI.installUI(Unknown Source)
    at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installUI(Unknow
    n Source)
    at javax.swing.JComponent.setUI(Unknown Source)
    at javax.swing.JFileChooser.updateUI(Unknown Source)
    at javax.swing.JFileChooser.setup(Unknown Source)
    at javax.swing.JFileChooser.<init>(Unknown Source)
    at javax.swing.JFileChooser.<init>(Unknown Source)
    at mwllactionmapper.model.ActionmapsFileModel.getMWLLDocumentsFolder(Act
    ionmapsFileModel.java:141)
    at mwllactionmapper.model.ActionmapsFileModel.getMWLLProfiles(Actionmaps
    FileModel.java:160)
    at mwllactionmapper.MWLLActionmapperView.doSelectProfile(MWLLActionmappe
    rView.java:603)
    at mwllactionmapper.MWLLActionmapperView.<init>(MWLLActionmapperView.jav
    a:75)
    at mwllactionmapper.MWLLActionmapperApp.startup(MWLLActionmapperApp.java
    :21)
    at org.jdesktop.application.Application$1.run(Application.java:171)
    ... 8 more
    C:\Games\Steam\steamapps\common\crysis\Mods\mwll\Actionmapper\dist>As you can see, my Java is completely up to date, and this is the only program I appear to have problems launching. I have no idea what to do from here. :(
    PS.
    I had to add the Java path to my System -> Environmental Variables -> Path variable, as it was not there from the start, and before adding it command prompt wouldn't recognize java commands. Don't know whether this indicates anything.
    Edited by: vecdran on Jun 20, 2010 11:23 AM

    [Bug ID 4711700|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4711700] is eerily similar to what you're experiencing. Although the bug was reported against an older version of the JDK the last comment provides a workaround to the problem that may be helpful. Good luck.

  • My CS6 program that has never had a problem before, is not telling me that there is an error and that it "unexpectedly quit" when I simply try to launch the program.  I have restarted my computer several times.  It does the same thing each time.  So then

    My CS6 program that has never had a problem before, is not telling me that there is an error and that it "unexpectedly quit" when I simply try to launch the program.  I have restarted my computer several times.  It does the same thing each time.  So then I tried uninstalling the program and re-installing.  It said that it could not install due to an error.  So I STILL can't launch my program.  I don't know what to do.  Any help would be appreciated.  I have to edit photos for a photoshoot and return them tomorrow. :/

    Reset Photoshop's Preferences?
    Your Photoehop preferences will survive un-installing and re-installing Photoshop......

  • Clicking an image created in Photoshop launches the program but...

    Not sure where else to ask this. There isn't a Photoshop area.
    New OS9 to OSX here. Going from Photoshop 6 (don't laugh) to CS1. When I click on an image created in Photoshop it launches the program but does not open the image. I have to either go into the "open" command and do it manually or do it by finding the document in my HD. Either way it's a drag and I suspect it's not the way it's supposed to be. It's a real time-loser.
    The only thing I can think of is it's because I'm clicking on an image that was created on my G3 using Photoshop 6. On the other hand it DOES launch the program so I am not exactly sure what is going on.
    Has anyone had the same experience?
    Thanks.

    What happens if you click on Get Info and "open with" and set the image type to always use CS1?
    Other thought would be to use Onyx or Tiger Cache Cleaner to update the "Launch Services" which is what connects and controls applications and document types.
    (Might even want to consider Pogue's "Mac OS X: The Missing Manual" or something.)
    Make sure you have Tiger compatible programs, don't have something installed which is not (Norton Utilities is out).
    Set up a new test account or even a test system on another drive. And use that for doing repairs. Word of caution: never update OS X without a backup of your system.

  • Creating a batch file to launch a program with user input variable.

    I am trying to create a batch file that allows a user to be prompted to put in a value and then launches the program associated and that particular file. In this case the files are CIF files that pull up saved data inputs. Below is my script so far and what I am trying to accomplish is the user presses 1 and hits enter and is prompted to enter the CIF file name, then the application launches and the paramaters open the selected CIF file.ECHO OFF
    CLS
    :MENU
    ECHO.
    ECHO ...............................................
    ECHO PRESS 1, 2, for your task or 3 to EXIT
    ECHO ...............................................
    ECHO.
    ECHO 1 - Open Cape Pack CIF FIle
    ECHO 2 - Open Calculator
    ECHO 3 - EXIT
    ECHO.
    SET /P M=Type 1, 2, or 3 then press ENTER:
    IF %M%==1 GOTO Cape Pack
    IF %M%==2 GOTO CALC
    IF %M%==3 GOTO EOF
    :Cape Pack
    cd %windir%\Program Files (x86)\cape211\...
    This topic first appeared in the Spiceworks Community

    I am trying to create a batch file that allows a user to be prompted to put in a value and then launches the program associated and that particular file. In this case the files are CIF files that pull up saved data inputs. Below is my script so far and what I am trying to accomplish is the user presses 1 and hits enter and is prompted to enter the CIF file name, then the application launches and the paramaters open the selected CIF file.ECHO OFF
    CLS
    :MENU
    ECHO.
    ECHO ...............................................
    ECHO PRESS 1, 2, for your task or 3 to EXIT
    ECHO ...............................................
    ECHO.
    ECHO 1 - Open Cape Pack CIF FIle
    ECHO 2 - Open Calculator
    ECHO 3 - EXIT
    ECHO.
    SET /P M=Type 1, 2, or 3 then press ENTER:
    IF %M%==1 GOTO Cape Pack
    IF %M%==2 GOTO CALC
    IF %M%==3 GOTO EOF
    :Cape Pack
    cd %windir%\Program Files (x86)\cape211\...
    This topic first appeared in the Spiceworks Community

  • I just want to launch the program and retouch a photo.[was:lost]

    i just want to launch the program and retouch a photo. why am i so lost?

    Exactly my point. With all the "training" and "introduction" and promotional
    hoopla on the CC platform, I couldn't even find a way to LAUNCH photoshop.
    I eventually simply downloaded Photoshop Elements. Problem solved.
    Your Partner in Development
    Robert Ott PMP
    Earth Energy Exchange, Ltd.
    631-371-6842

  • ThinkPad vs. MacBook Pro: IBM Launches Pilot Program for Migrating to Macs

    I have just found this great article about IBM starting to use MacBook Pros. Wow!
    If you are considering between a MacBook Pro and a Lenovo ThinkPad, then consider no longer. Even IBM, the creator of ThinkPads, is now migrating to Macs. This is great stuff. Check it out!
    http://www.roughlydrafted.com/2008/04/16/ibm-launches-pilot-program-for-migratin g-to-macs/

    I wonder if this means that Lotus Notes will be available in a Mac version now.

  • Can't launch some programes

    Hi
    I have an iBook, the hard crashed recentley and was replaced by the local apple shop. However, since then when I go to launch some programes that I have downloaded they will not launch.
    An example, before I could install iTunes 7 but now 7.1 which I recently downloaded will not launch. Not even to check if it is able to install on my mac. Also the anti virus software ClamXav_1.0.7b
    Is it me or the mac?
    Look forward to any help you can give me.
    James

    James:
    It is very likely the Mac. The installation of the OS may have problems.
    First, Repair Disk.
    Insert Installer disk and Restart, holding down the "C" key.
    Go to Installer menu and launch Disk Utility.
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    (Check S.M.A.R.T Status of HDD at the bottom of right panel, and report)
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    If DU reports errors it cannot repair you will need to use a utility like Tech Tool Pro or Disk Warrior
    If that does not help, Repair Disk Permissions from internal HDD, download and install the 10.3.9 Combo Update, Repair Disk Permissions, then go to the Apple Menu > Software Update and download and install any updates, Repair Disk Permissions if you installed anything new.
    Try this and then let me know how it goes. Please do post back with further questions or comments.
    Good luck.
    cornelius
    Message was edited by: cornelius

  • Robohelp Crashes After Launching Other Programs, Especially Quickbooks

    We are experienced multiple Robohelp issues on multiple machines.  I appreciate this forums patience as we work through these issues.  Support has been useless.  Anyway, when we have a project open in Robohelp 9 and we launch other programs it will normally lock up Robohelp.  This doesn't happen every time, but at least 50% approx.  We've noticed this is particulary true with running Quickbooks after opening Robohelp 9.  Any help would be greatly appreciated. 
    Also, are there any known issues with Windows 7 64bit and Robohelp? One of our PCs is running Windows 7 now but all the others are still xp 32 bit.

    In addition to Jeff's comments...
    Are you copying down by using copy and paste? If so zip on the server and copy the zip file.
    In your first post in this thread you say "Also, are there any known issues with Windows 7 64bit and Robohelp?" Please see the Sticky Topic "Before You Post" where it is requested that all threads start with the version of RoboHelp used. Both 8 (patched) and 9 should work fine but there may be problems with earlier versions.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How to launch other programs?

    Hi guys!
    How can I launch other programs with pjava?
    Can I use the command "Runtime.getRuntime().exec()"?Please Help Me!
    Thanks!
    Fabio

    'Runtime.getRuntime().exec()' is not implemented in the current version of the java runtime for Personal Java on the WinCE platform. You have to write jni code to kick off the process. Here's an example in C++ using the Visual embedded tools.
    // PocketViewer.cpp : Defines the entry point for the DLL application.
    #include "stdafx.h"
    #include "PocketViewer.h"
    #include "jni.h"
    #include "com_uo_wireless_Loader.h"
    #include "winbase.h"
    #include "Tchar.h"
    BOOL APIENTRY DllMain( HANDLE hModule,
    DWORD ul_reason_for_call,
    LPVOID lpReserved
    switch (ul_reason_for_call)
              case DLL_PROCESS_ATTACH:
              case DLL_THREAD_ATTACH:
              case DLL_THREAD_DETACH:
              case DLL_PROCESS_DETACH:
                   break;
    return TRUE;
    JNIEXPORT void JNICALL Java_com_uo_wireless_Loader_getVideoDevice
    (JNIEnv *env, jobject obj, jstring url)
         PROCESS_INFORMATION pInfo;
         STARTUPINFO sInfo;
         sInfo.cb = sizeof(STARTUPINFO);
         sInfo.lpReserved = NULL;
         sInfo.lpReserved2 = NULL;
         sInfo.cbReserved2 = 0;
         sInfo.lpDesktop = NULL;
         sInfo.lpTitle = NULL;
         sInfo.dwFlags = 0;
         sInfo.dwX = 0;
         sInfo.dwY=0;
         sInfo.dwFillAttribute=0;
         sInfo.wShowWindow = SW_SHOW;
         const char *str = (env)->GetStringUTFChars(url,FALSE);
         TCHAR szAppName[] = TEXT("Program Files\\PocketTV\\PocketTV.exe");
         //TCHAR szPVB[] = TEXT("http://167.167.136.82/movies/mh.mpa");
         TCHAR szPVB[150];
         MultiByteToWideChar(CP_ACP,0,str,-1,szPVB,1024);
         if (!CreateProcess(szAppName,szPVB,NULL,NULL,FALSE,0,NULL,NULL,&sInfo,&pInfo))
              printf("Error\n");
              //exit(1);
         (env)->ReleaseStringUTFChars(url,str);
         return;
    JNIEXPORT void JNICALL Java_com_uo_wireless_Loader_getAudioDevice
    (JNIEnv *env, jobject obj, jstring url)
         PROCESS_INFORMATION pInfo;
         STARTUPINFO sInfo;
         sInfo.cb = sizeof(STARTUPINFO);
         sInfo.lpReserved = NULL;
         sInfo.lpReserved2 = NULL;
         sInfo.cbReserved2 = 0;
         sInfo.lpDesktop = NULL;
         sInfo.lpTitle = NULL;
         sInfo.dwFlags = 0;
         sInfo.dwX = 0;
         sInfo.dwY=0;
         sInfo.dwFillAttribute=0;
         sInfo.wShowWindow = SW_SHOW;
         const char *str = (env)->GetStringUTFChars(url,FALSE);
         TCHAR szAppName[] = TEXT("Windows\\ceplayer.exe");
         TCHAR szPVB[150];
         MultiByteToWideChar(CP_ACP,0,str,-1,szPVB,1024);
         if (!CreateProcess(szAppName,szPVB,NULL,NULL,FALSE,0,NULL,NULL,&sInfo,&pInfo))
              printf("Error\n");
              //exit(1);
         (env)->ReleaseStringUTFChars(url,str);
         return;

  • Error when I launch my program

    Following the advices of a friend, I have made a jar file like that :
    I have compressed with winzip a folder containing all the .class files of my java project
    I have renamed the .zip file in .jar
    Now I try to launch my java program in a DOS window, going in the folder containig the .jar file, and launching :
    java "name of my main class"
    I have a message :
    Exception in thread "main" java.lang.NoClassDefFoundError : nameofmyclass
    What's wrong ?
    Have I made something wrong ?
    How can I launch my program on another PC ?
    Thanks

    You might have run into one of the following problems:
    - JAVA is case sensitive, have a look in the jar file (using WinZip) about the correct name of the class
    - Your jar file contains directories. you should not put your main class file in a directory inside the jar file unless you are using packages
    - You are using packages- try to call the class name with the right package name ( java package.classname)
    - You have not specified a manifest file attribute "main-class" inside the jar file while calling the program with the -jar option.
    - You have forgotton to put the jar file in the class path. Call your application with
    java -cp <jarfile name> <name of your class>
    I hope on of those helps.
    OIiver

  • Photoshop will not launch. last week I re downloaded and it worked. 6 days later no launch. Is there anything I can do to launch the program that is on my computer?

    photoshop will not launch. last week I re downloaded and it worked. 6 days later no launch. Is there anything I can do to launch the program that is on my computer?

    Sign in, activation, or connection errors | CC, CS6, CS5.5
    For anything beyond that you will have to provide proper technical information about your system.
    Mylenium

  • Trying to install Lightroom on a iMac, iOS 10.9.5, launching the program is unsuccessful, results in a crash report

    After installing LR5, I try to launch the program but I receive a message saying LR5 has unexpectedly quit. Anyone who can help with this issue?
    This is part of the crash report:
    Application Specific Information:
    *** Terminating app due to uncaught exception 'LuaRunException', reason: 'AgPathUtils.getStandardFilePath: can't create directory at: /Users/kjetilstubbberud/Library/Application Support/Adobe/Lightroom'
    terminating with uncaught exception of type NSException
    abort() called

    while I can download it I cannot install it.
    What happens when you try?  How much free space do you have on your boot drive? In preparation to installation I booted into Maverick's Recovery volume and repaired both the disk permissions and disk. Then I ran the Yosemite installer. Give that a try and see if it helps.

Maybe you are looking for

  • Error while executing a report  in BI 7.0

    Hello Friends, My BI7.0 system  is a fresh installation. I  have  created a query using Nw2004s Bi Frontend-Bex Query Designer. After saving the changes when I click on Execute Button (in between Saveall & Check buttons) I am getting an error in the

  • Unable to retrieve device ID with udev daemon

    I've recently switched from Ubuntu to Arch (did not regret it yet ). Currently, I'm trying to set up a backup. I have not done anything like that before so I cannot tell if my problem is Arch-specific but I guess, it's not. Since I want to backup to

  • Premiere Pro CC Crashes on Start-up

    Premiere Pro CC Crashes on Start-up (I have checked out the forms on here before posting.) CC was working great before my SSD died. My Previous SSD died and I had it replaced with a new Samsung SSD 840 Series and Premiere Pro CC started crashing on l

  • Using MS-Access database in JSP application

    Hi, all. I am new in JSP world. I have an Access database and I�d like to access it in my JSP Application. Does anybody know I could do this? TIA Fernando

  • Best ways to transfer files to network isolated VMs?

    I'm looking at creating a DHCP scope and have some IP addresses that would be static for such items as routers, printers, etc. I've been told various ways depending on your point of view. I'm curious on what everyone's perspective is.For example, I h