Jump to content

guicho

Members
  • Joined

  1. holy shit man that was the problem , i thougth it was something else cause the program runs perfect in jcreator thanks bro , and btw you should try the editor that am using you can do a search on google for scentila sc1 is a good editor once i was like you thinking that there was nothing better than jcreator but once i've started to use sc1 i've changed my mind , thanks again bro . guicho
  2. i will say to learn html although is not consider a programming language it has so many similituds with one and is a good start for people with no expirience on programming then you can learn java and then jump to c++ , c# is hard so in my opinion you should try html then java and finally c++ good luck and remember to be a good programmer you must code even if it is a simple program practice read and you'll be a good programmer . guicho
  3. first of all thanks for let me be part of your forums hope i can contribute with some here . ok am using jcreator and sc1 to develop my java applets but for some reason my sc1 editor compiles my programs but i wont run it , same program that am testing compiles and runs perfect in jcreator can you tell me how to make my sc1 editor work or how to set the paths althougt i dont think thats the problem thanks in advance . this is a simple program that compiles but cant run it public class FirstApplication { public static void main (String [] args) { System.out.println ("My first Application"); } } and this is the error message java FirstApplication java.lang.NoClassDefFoundError: FirstApplication Exception in thread "main" >Exit code: 1 guicho btw is in this forums where you guys created the KONANE animation ?