|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
I wrote a little programm for testing like this:
class test { public static void main( String args[]) { System.out.println("Test"); } } I got a error description like: "Exception in thread main <something> <filename>/<fileextension>" What had i done wrong? Where is the mistake i had made? |
|
#2
|
|||
|
|||
|
Make sure that you name the file the same as the class with a main method, in your case, test.java.
fx: javac test.java java test /good luck. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > Java doesn't run under Win98 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|