How to run Java class application on mac

Hi to all !
I usually develop java applications on PC which are started by typing java >classname< into DOS-console.
Now one application has to be run on MAC OS 9.2 which shurely hasn�t that console. So how can I start it there ?
Thanx in advance
Alex

They have mrj you need to install it, and to launch an application or an applet, you have no console.

Similar Messages

  • UI problem when run java swing application on MAC OSX

    Hello,
    I have problem when i run my java swing application on MAC OSX.
    Dialog box is not properly visible in MAC means ita size increses.
    its size incresed and and some content or buttons on that dialog are not fully visible.
    I can only see partial message or button.
    If any one have idea about this problem then give the solution.
    Thanks :)
    Shweta

    I am using following way to create dialog
    JOptionPane optionpane = new JOptionPane(new Object[]{lblMsgUp}, JOptionPane.OK_CANCEL_OPTION, JOptionPane.INFORMATION_MESSAGE, null, choices, "Save");
    JDialog dialog = optionpane.createDialog(parent, "Save");
    dialog.setSize(450, 125);
    dialog.setVisible(true);

  • Running Java 3D application on Mac OS X

    Is Java 3D supported on Mac OS X? I am trying to run a Java 3D jar file but keep getting a "main class not found" error.

    The error "main class not found" points probably to a corrupt jar file. But there is another problem with J3D and MacOS:
    The actual state on j3d.org (http://www.j3d.org/download.html):
    Apple
    Not available. Java 3D requires Java 2 to run. The MacOS X supports Java 2 but does not have a J3D port. Earlier versions of the OS will not support Java 2. How long it takes to then get Java 3D onto the platform is anyone's guess as Sun an Apple are "still discussing licensing". At least now they have the basics.

  • How to run a class file in MAC os, compiled in XP.

    Hi all,
    i am compiling a java program in windows using JDK 1.5 and i am copying this file to MAC os (Panther). In Mac i am running this class file using JDK 1.4.i am getting the following exception,
    Exception in thread "main" java.lang.UnsupportedClassversion error.
    This is understandable, but is there any solution for this ...
    Any one experienced the same problem ...
    If any one comes up with a solution to solve this, plz let me know...
    Thanks in advance......

    You are compiling it in 1.5 and expecting 1.4 to run it?
    You have two options: compile it at the 1.4 level or upgrade your Mac to 1.5

  • How to run java .class file?

    How can i run/view .class file in java?. is there tool/utilities in java that can do that.?. Thanks

    Ednut wrote:
    I'm sure you must have been taught using the command: java yourClassName after navigating to the location of your compiled class in the command prompt.I'm sure the OP does not need condescending remarks from someone who knows almost as little Java as s/he does.

  • How to do java class path on MAC

    Hi
    I have been trying to run a program on MAC, but it complain things like cant find java.io.FileReader and so on.
    So how do I set classpath, so the program finds them.
    please help

    http://java.sun.com/docs/books/tutorial/getStarted/cupojava/mac.html

  • How to run java class from over the web

    hi i ftped my java files to an asp web site.
    if it were my local computer i would open up the c prompt and run it with the command java ....
    but is there a way for me to execute this java file in the same way
    stephen

    1. the code is a java application.
    How may I run this java application on the web server
    when I do not have access to the command prompt. I would discuss this with the administrator of the web server. You will need at a minimum a JRE installed on the server and permission to execute commands remotely. If the administrator decides to grant you that permission (which is not likely unless the two of you work for the same company), he should also be able to explain to you how to do that.

  • Can anyone shed some light on how to run window based application on mac air?  I must run Meta Trader 4 platform and MS Office.

    Hello,
    Can anyone please shed some light on how I can run MS Office and Meta Trader 4 platform on mac air.  I have been using Play on Mac and Wine for the past couple of weeks, but now suddenly it has stopped working, only crashing and giving me nightmares.  Is it juts best to install the latest Windows or Parallel?
    Regards Joe

    Meta Trader 4 is Windows only - Office is available for the Mac and Windows and are mostly compatible but given that you'll be doing online trading you may prefer the Windows version of Excel since there are financial spreadsheets with macros that only run on the Mac with some significant editing.
    You can install Windows 7 or 8 in BootCamp or any version of Windows usting virtualization. VMWare and Parallels are commercial programs and VirtualBox is open source. VB may be all you need. Whatever solution you choose, you'll need a commercial version of Windows (or get an OEM disc from NewEgg).

  • How to run Windows-only applications on Macs?

    Is there a way to do this without having to purchase huge software programs (like Parallels, etc.)? I am only wanting to run 1 Windows-only application, not install the entire Windows-theme onto my laptop. Thanks for the help!

    Eric,
    there is Windows emulation software called Wine that can run many (but by no means all) Windows programs without needing a Windows installation. It is gratis, but on OS X you need to compile Wine yourself; they do not have precompiled downloadable disk images for OS X. However, a company called CodeWeavers does offer a precompiled version of Wine called CrossOver Mac for OS X, but it costs $59.95. They do have a gratis 14-day trial version, so you could download that to see if your lone Windows application would work well under OS X with it.

  • How to run java GUI application on embedded ARM linux board

    Hi friends,
    This is suresh. I am Embedded developer .Right now i am using Embedded linux board biased by TI OMAP IC (arm7) .This is working fine.Actually we created one jar application .It is working good in GPOS.But when i was running that jar file in my embedded board. i got some errors. Last two weeks i was searching on the net.But still didn't get proper output.Right now i having  "java 1.7.0_60" with headful support package for arm7. Here i have attached my error screen shot.Thanks

    Using the package manger in your Linux distribution, try installing libX11 package. We had a similar issue using Java SE 8 embedded on arch Linux as with some distros you are starting from the bare basics and need to add in missing dependencies.

  • 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 to run java application in Unix Box

    Hi,
    Would anybody show me how to run my server application in unix box?
    Thank you very much.
    Hung

    Your application should have a main class. Suppose it's called MyMain.class. I'll assume it's in the anonymous package. So you cd to the directory containing the class, and type java MyMainIf it's not in the default package, or is a jar file, say so.

  • How to run a remote application (Non Java) from a Java program

    Could you please tell me how to run a remote application (Non-Java) from a Java program without using RMI. Please tell me know the procedure and classes to be used.
    Cheers
    Ram

    what do you mean remote application.In the other pc or in your pc just apart from you application?
    If the application is in your pc,the method which the upper has mentioned is
    a good one!
    But if the application you want to run is not in your computer,the method can't do. And you can use socket with which you can build an application listening some port in the pc which contains the application you want to run .When you want to run that application ,send the Start_Command to the listening application.Then listening application will run the application with the help of the method the upper mentioned.

  • How to run Java Card 2.2.1 demo application?

    Hi Friends..
    i want to know how to run Java Card 2.2.1 demo application in Windows environment..
    Sorry, perhaps this question looks like a little bit stupid.. :(
    In Windows, I've set the environment variables for :
    JAVA_HOME : C:\Program Files\Java\jdk1.6.0_03
    JC_HOME : C:\java_card_kit-2_2_1
    and then how to run demo1.scr, etc?.
    Please help me regarding this,
    Thanks in advance..

    Is there any suggestion for my question?.. :(
    Thanks in advance..

  • How to load java class from jsp page?

    hi all!
    Does anyone know how to load java class from jsp page?
    I try to load java class from jsp page.
    Is it possible to load java class fom jsp page?
    thanks and have a good day!

    What I mean is How to load/open java class file from jsp page?
    I think we can open Applet from jsp page by using
    <applet code=helloApplet.class width=100 height=100>
    </applet>
    but, how to open java class which is an application made by Frame?
    thanks and have a good day

Maybe you are looking for

  • To DD-WRT or not to, that is the question!

    I just bought the WRT610N (on sale for $145 =)) and I see that version 2 of this router is now supported for DD-WRT My set up is downloading torrents from my Windows Home Server and I stream video to my Popcorn Hour from that machine as well. I then

  • PSE6 - sort by file name

    How to sort by file name in the Organize view of PSE6. I tried Display->Folder Location. But there are still two pictures (#15 and #18 out of 130) which are shown at the end of the view. More sort options in the thumbnail view would be helpful. Thank

  • Error in SPLIT statement

    I have a piece of code like below: select * from zconfig into table i_zconfig where ZKEY = 'ZI2X11'. if sy-subrc eq 0. loop at i_zconfig. split i_zconfig-zto at "," into table i_ordtyp. loop at i_ordtyp. write:/ i_ordtyp-ordtyp. endloop. endloop. end

  • How Do I Edit or Delete Titler?

    I would like to Edit or maybe delete the Title I chose.  It doesn't show on the timeline, but records on DVD.  I either have to fix it or delete, but can't get at it.

  • Profile for Canon G10 to simulate Olympus E-3 colors

    I want to create a profile for Canon G10 which will simulate Olympus E-3 colors. I performed the following steps, but the result is very disappointing: 1. Photographed a GretacgMacbeth ColorChecker with a G10 and a E-3, in the same light conditions (