How can i run java windows(class) app. from studio creator

Hi experts,
I want to run windows application(which write with java and compile javac, i have got *.class) from studio creator.
For example;
import java.awt.*;
import java.awt.event.*;
public class IlkPencere implements WindowListener,ActionListener
public Frame p1;
public Button btnIkinciPencere;
public Button btnKapat;
public int X;
public int Y;
public void PencereAyarla(String baslik,int genislik,int yukseklik,int konumX, int konumY,Color
arkaPlanrengi)
X=konumX;
Y=konumY;
p1=new Frame(baslik);
p1.setLocation(konumX,konumY);
p1.setBackground(arkaPlanrengi);
p1.setSize(genislik,yukseklik);
p1.setLayout(new FlowLayout());
p1.addWindowListener(this);
btnIkinciPencere= new Button("Ikinci Pencere");
btnKapat=new Button("Kapat");
p1.add(btnIkinciPencere);
p1.add(btnKapat);
btnKapat.addActionListener(this);
btnIkinciPencere.addActionListener(this);
p1.setVisible(true);
public static void main(String args[])
IlkPencere p=new IlkPencere();
p.PencereAyarla("ANA PENCERE",250,100,0,0,Color.white);
public void actionPerformed(ActionEvent e)
if(e.getSource()==btnKapat)
p1.setVisible(false);
else if(e.getSource()==btnIkinciPencere)
IlkPencere p=new IlkPencere();
X=X+50;
Y=Y+50;
p.PencereAyarla("ANA PENCERE",100,100,X,Y,Color.red);
public void windowClosing(WindowEvent e)
System.exit(0);
public void windowOpened(WindowEvent e)
public void windowClosed(WindowEvent e)
public void windowIconified(WindowEvent e)
public void windowDeiconified(WindowEvent e)
public void windowActivated(WindowEvent e)
public void windowDeactivated(WindowEvent e)
I am using java server. I want this ; Any client can run my project(create with studio creator) with explorer after click any button after this class run application windows(but this windows application must run on server)
I don't want to install any program in client PC. Client PC which have got only explorer, may be use this application.
Thanks,

or can i hidden explorer tools and address bar. User must use only my application menu.
How can i solve it.

Similar Messages

  • How can I run a a class file on the Apache server?

    Hi Guys and Gurus,
    I am seeking some favor all of experienced gurus, i.e.
    How can I run a a class file on the Apache server?
    Actually, I want to extract some records from a MySQL Database running on Apache Server. I wrote a program just to select the columns and show them. It is now a Class file, Now how can I run this class file from the Server???
    Please advise...
    VJ

    cross posted
    http://forum.java.sun.com/thread.jsp?thread=299137&forum=31&message=1184025

  • URGENT PLEASE:How can I run a a class file on the Apache server?

    Hi Guys and Gurus,
    I am seeking some favor all of experienced gurus, i.e.
    How can I run a a class file on the Apache server? Can I run through an Applet?
    How can I set Environment variables in Windows2000 Professional Environment?
    Actually, I want to extract some records from a MySQL Database running on Apache Server. I wrote a program just to select the columns and show them. It is now a Class file, Now how can I run this class file from the Server???
    The code is here
    import java.sql.*;
    public class RecordShow {
    public static void main(String args[]) {
    String url = "jdbc:mysql://localhost/myhost";
    Connection con;
    String query = "select mytable.column," +
    "from mytable " +
    "where mytable.column = 1";
    Statement stmt;
    try {
    Class.forName("com.mysql.jdbc.Driver");
    } catch(java.lang.ClassNotFoundException e) {
    System.err.print("ClassNotFoundException: ");
    System.err.println(e.getMessage());
    try {
    con = DriverManager.getConnection(url,
    "myuser", "mypassword");
    stmt = con.createStatement();
    ResultSet rs = stmt.executeQuery(query);
    ResultSetMetaData rsmd = rs.getMetaData();
    int numberOfColumns = rsmd.getColumnCount();
    int rowCount = 1;
    while (rs.next()) {
    System.out.println("Row " + rowCount + ": ");
    for (int i = 1; i <= numberOfColumns; i++) {
    System.out.print(" Column " + i + ": ");
    System.out.println(rs.getString(i));
    System.out.println("");
    rowCount++;
    stmt.close();
    con.close();
    } catch(SQLException ex) {
    System.err.print("SQLException: ");
    System.err.println(ex.getMessage());
    Please advise... THANKS
    VJ

    Ehm, I wasn't referring to you at all... read up,
    there's a comment by jschell saying that CGI might be
    easier/better for his purposes.
    Yep.
    I know PHP/Perl/whatever might be easier for some
    purposes, but only if you happen to know them and want
    to/are able to use them. Ok. But you aren't the one asking the question are you. And the person who asked the question seems to have absolutely no familiarity with Apache or applets.
    So whatever they do they are going to have to learn a lot.
    And that does indeed suggest that in all likelyhood they have not investigated the alternatives.
    And for the vast majority of internet applications, especially with smaller projects (obvious this person is not working with a large team), using perl, or something besides java, is going to be the best business solution. It is simpler, and more secure (probably due to the fact that it is simpler.)
    Since this is a Java forum, I
    answer under the assumption that people have made a
    choice one way or another to use a Java solution to
    their problem, so I try to solve it in Java first, and
    only when that fails (very seldom) do I turn to other
    solutions.You approach problems by arbritrarily deciding to try to solve it in java first and only if you fail do you then look to other solutions?
    My first step is to try to figure out which of the various avenues is going to cost less. (And a secondary, but non-trivial concern, is then to convince the customer that just because they have heard of a buzz word like 'enterprise bean' that it doesn't mean that is a cost effective solution.) We must come from different worlds.

  • How can I run a windows Cd on my mac?

    How can I run a Windows Cd on my Mac?

    Inside CrossOver Mac, Parallels Desktop, or similar products.
    (67907)

  • How Can I Run a SQL Loader Job from Schedular

    How Can I Run a SQL Loader Job from Schedular , So that It Runs every Day.

    Depends on a couple of factors.
    If you are on a UNIX platform, you can create a shell script and schedule it with cron.
    If you are on a Windows platform, you can create a batch file and schedule it with the Windows scheduler.
    Or, if you are on Oracle 9i or 10g, you could use the external table feature instead of SQL*Loader. Then you could write a stored procedure to process the external table and schedule it using the Oracle scheduler (DBMS_JOB). This would probably be my preference.

  • How can I get the built in apps from iPad 2 to my iPad 1?

    How can I get the built in apps from ipad2 to my iPad 1?

    Is your iPad 2 running iOS 5.0.1 and your ipad 1 running iOS 4? If this is the case then go through the update process on your iPad 1. All the iPad 2 apps running on iOS 5 that are compatible with the iPad 1 will be put on your iPad 1. Those apps that require a camera will not appear because the iPad 1 does not have a camera.

  • How can i run a windows based program on mac book pro

    Can I run a windows based program on mac book pro mountain lion 10.8.4

    You can use bootcamp to install windows natively on the hard drive.  You then choose which OS you wish to use at startup - OS X or Windows.
    You can also install Windows in a virtual machine - Parallels or VMWare Fusion - and run it simultaneously with OS X (a virtual machine is just a PC emulated in software, and you install and run windows in the emulated machine hardware).

  • How can i run Java class form  other java application.

    Hi ,
    I have problem to run java class from my java application,
    I am using the class ClassLoader in order to launched the Java class , it�s work fine whenever, the class exist in the same folder , however , when i am trying to run class that is not in the current folder ,
    i got error (see below),
    Do you have any idea what is wrong?
    java.lang.ClassNotFoundException
         at SimpleClassLoader.loadClass(SimpleClassLoader.java:110)
         at SimpleClassLoader.loadClass(SimpleClassLoader.java:53)
         at Run.main(Run.java:31)

    What does "run an class" mean? You don't run classes. They're not executables.
    I bet your problem is the classpath. You are aware that the classloader looks only there? Unless it's an UrlClassLoader.

  • How can I run java in Window XP?

    Hi, all;
    Since MS didn't support JVM in window XP, do anyone have any idea to run java in Window XP? Thanks for helps.

    Hi, all;
    Since MS didn't support JVM in window XP, do
    , do anyone have any idea to run java in Window XP?
    Thanks for helps.The MS version of Java was not up to date, and for most purposes (like using in Java 2 technology) you have had to download a Sun or IBM JVM anyway. The fact that Microsoft doesn't have a JVM is fine with me save the lack of a JVM in IE 6.x.
    Chuck

  • How can i run java application at system startup just liks as services

    How we can run java application at the time of system
    starts up just like as services.

    Hi,
    At first you have to create an exe of the class file.
    for that go to the site www.duckware.com/java2exe.html
    Click on the j2exe23c.exe(75k) download it and install in ur system. convert the class file to windows exe.
    The put the exe in the startup folder in windows.
    If ur not able to find that folder search for it and put that exe in that folder.

  • How can i run java file by double click like Visual basic

    i have to run java file by giving a command on DOS promtp.But in Visual basic i easily make a .exe file to run my program. Does java provide this thing?
    please help me.

    If you have intaled a JRE in your computer, at leasrt in windows, the .jar files are asociated with the VM, so a double click on them will execute the, thats how things work on my computer, with jdk 1.4 installed.
    Abraham.

  • How can i run or test my app build in factory unlocked iphone

    i am iphone developer i purchased iphone 5 but its factory unlocked my question is how can i test my iphone app developed recently now i wants to build my ipa in iphone how can i test ?is that possible to run iphone ipa file in unlocked iphone

    You must to purchase a developer program $99 per year to run in device.

  • How can I use java swing class in JSP page design

    I am a new developer in Java server pages. I want to use layout managers available in java swing classes to design the page. Can any body suggest me a way to do this.Is it possible if I do it with servelets.

    So, you want to use layout managers within your JSPs?
    The immediate answer is that "it isn't a good idea". The more considered answer is "tell us what you're up to".
    Are you coding all presentation within a traditional JSP? That is, HTML, customer or library tags and/java scriptlets?
    Or are you building your HTML within your servlets and sending that back to the browser?
    If the first, then you are probably better off either using explicit HTML tables (or the equivalent custom tags) or finding a library that you can use.
    If the second, you can write classes similar to the Swing layout managers that end up being a fancy way of putting elements into an HTML table. We have exactly that in my current environment. I wouldn't recommend rolling your own and I'd tend to leave all that presentation stuff to the JSP.
    In any case, you can't really use the Swing layout managers as they are for an entirely different pradigm.

  • HT1338 how can i run java on a Mac OS version 10.6.8?

    My company runs it's email and agent portal through Java, wen I wen through the Java web page to download the software
    it sends me to apple support, does anybody have an idea of how to run java on a Mac book Mac OS v10.6.8?
    help me please my job is depending on this.

    Since August 2012 updates for Java (and especially Java Runtime Environment, which is what you actually need) must now be downloaded direct from Oracle:
    http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1637588.h tml
    Further information here:
    http://www.oracle.com/us/corporate/press/1735645
    and their FAQ’s:
    http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/mac-faq.html
    However, if you need the Jave 6 JRE and plug-in, MadMAC0 has posted at
    https://discussions.apple.com/message/20107182?ac_cid=tw123456#20107182
    Apple has also posted (Oct 22/12) the approved solution for restoring the Java 6 plug-in:
    Java for OS X 2012-006: How to re-enable the Apple-provided Java SE 6 applet plug-in and Web Start functionality.

  • How can I remove the iOS5 Newsstand App from my iPad

    I keep all of my apps organized into 5 folders running on the bottom along with the Safari app. 
    I like to keep my iPad screen free of clutter so I can enjoy my wallpaper.
    I read the threads and see that the Newsstand acts as a folder itself which is why I can't hide it within another folder, but I really don't want to have to run two pages just to hide the app, can we please have in the next patch update and option to remove this app as I never plan to use it and don't care to read magazines or newspapers on my iPad.

    I'm able to get newsstand into a folder, but it seems to pop out again whenever I download an app update (for unrelated apps in a different group). I did the update via my Windows machine, not from the phone directly.

Maybe you are looking for

  • Help!! iPhone not working correctly

    So i bought my iPhone and love it!! I immediately went and bought an Otterbox for its protection. Well, yesterday i dropped it into a glass of tea. I immediately took it out, took off the Otterbox cover and dried it off. The phone and all the softwar

  • Safari Won't Open BlueSocket Login Page

    Hi At University, we use a system called BlueSocket to log into our wireless networks. It basically pops up a webpage when a browser opens and i type my login details in. I am using Black MacBook, Snow Leopard and Safari 4.0.3 but when i connect to t

  • Form Builder Failed to Initilaize

    im running EBS12 smoothly. when i try to use form builder in the same machine it gives message "FRM-18122 failed to initialize", while running "startinst.bat" from \10.1.2\j2ee\DevSuite it runs the command and stop (hang out) at "Initialize" statemen

  • I can't find the serial number of Elements trial download.

    I downloaded a trial of Elements 13.  I am trying desperately to pay for it.  I cannot figure out where to find the serial number.  It does not show up in my Adobe account. What do i do?

  • Rwrun and printer dialog box

    I am successfully using rwrun for a report with a parameter form using the following: c:\crexport\rwrun60.exe userid=xxxxxxx/xxxxxxx@omsprod report=c:\crexport\OIRPTRMF.rep desformat=pdf destype=file desname=c:\crexport\bubba.pdf Everything works fin