Comments on Eclipse plugin: AppStaGe - Application Starter Generator
add comment plugin-details
pages: 1 2 Next>
lovej on Feb 18, 2007 12:29 AM
i need some help about the commandline to execute the apps.
as far as i know,for window apps,type "command=javaw -jar *.jar";for conselo apps,type "command=java -jar *.jar".(note that *.jar can be easily generated by fat jar)where the differnces come from,and is there more detail information about using "command=",for example to execute*.java,*.class,*.exe?
thanks!
jcbpro on Nov 16, 2004 3:54 AM
Hi all,
I have a problem using the javaw. In windows, when I double click on my JAR file, all works fine, it executes. But I want to create a CMD file that can launch it : I try "javaw -jar myapp.jar" and nothing appears.
Can somebody tell me where is the problem please ?
Anonymous on Nov 1, 2004 3:15 AM
ever tried "start javaw ....." ?
Bjoern on Oct 12, 2004 4:48 AM
#BEGIN OF APS FILE
command=java -jar test.jar
#icons relative to eclipse workspace
#type .ico BUT no extension here
icon = images/exeb
smallIcon = images/exe
executableName = dcVDMS
#END OF APS FILE
NOTE: You have to configure the Main Entry for the JAR at Export
PROBLEM:
The main problem with the generated executable is that the windows cmd console still appears with all java system outputs. Has anyone a solution?
Anonymous on Sep 27, 2004 1:16 PM
OH Wel - the help text dosn't work ( at least anymore ) - the help text says to "Now right-click the .aps file in the Navigator and choose FrenzelSoft Tools > Create Windows Executable (AppStaGe). " - Problem is the install of the update did NOT put the context comand into the menu so there is no way to trigger it.
Anonymous on Sep 27, 2004 12:34 PM
OK - to answer my own questin - to get some help on how to use this search on "Application Starter Generator" in your eclipse help system.
Anonymous on Sep 27, 2004 11:45 AM
Come On Guys - Give us a Hint on how to use this darn thing. There isn't so much as a single line other than saying "Get the sample asp file" and trying to find that sample asp file seams like trying to find the holy grail - it just dosn't exist!
schiel on Sep 7, 2004 10:54 AM
Can anyone provide a working .APS file? The directions are clear on what to do -- it just doesn't work when you do it that way.
Thanks!
darelf on Aug 18, 2004 9:13 AM
It seems to work, except declaring an icon file doesn't seem to work.
Is there a FAQ, or a more detailed help that what is installed with the plugin?
Wouter de Vaal on Apr 5, 2004 2:37 AM
How does this work? After installing the plugin I've created a .aps file and it creates an executable, but I can't set the main class anywhere, and the executable doesn't do anything. Am I missing something?
pages: 1 2 Next>

