Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Service Oriented Architecture » Distributing apps via eclips(Distributing apps via eclips)
Distributing apps via eclips [message #1772705] Thu, 14 September 2017 08:04
Nagesh Kumar is currently offline Nagesh KumarFriend
Messages: 4
Registered: September 2017
Junior Member
Is it possible to launch my executable with double click in eclipse after exporting ?

import java.util.Scanner;

public class S {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.println("Enter a: ");
int a = scan.nextInt();
System.out.println("Enter b: ");
int b = scan.nextInt();
int result = (a + b) / 2;
System.out.println("(a+b)/2 is: " + result);
}
}
Previous Topic:BPMN2 Modeler Project : Definition of LoopMaximum in BPMN2 Metamodel
Next Topic:WS-*
Goto Forum:
  


Current Time: Thu Apr 25 09:20:40 GMT 2024

Powered by FUDForum. Page generated in 0.03113 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top