Re: Is there any other method to run builded Java programs?



Hi,

basicly you need to tell your vm to run the class file.
You can do that by using console (eg. the windows command line) or a script file (eg. bash). If your willing to sacrefice platform independence, you can also use an .exe wrapper like JSmooth (http://jsmooth.sourceforge.net).

Best Regards
Narg

Dagorlas wrote:
Is there any other method to run builded Java programs?
Do i rlly have to use msdos for it or is there another method?

.



Relevant Pages

  • Re: java applet grey in browser
    ... >i have an java applet, and when i start it it shows a ... > gray win with x. the console shows ... > my class file is in the same folder as the html page where i put ...
    (comp.lang.java)
  • Re: VS2005 Default Class
    ... I have created a Console Application. ... Set the access modifier to public ans save the class file as your own class ... item template. ... Prev by Date: ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Reflection
    ... > 2) Paste the code below into a class file in the console project. ... > 3) Coply the Worker WorkerBase, and WorkDoneHandler into the class library ... Jon Skeet - ...
    (microsoft.public.dotnet.framework)
  • Re: Stuck on problem using Serialization
    ... You can drop this code into 1 class file for a console and compile. ... It will dump ...
    (microsoft.public.dotnet.framework)