Thread: Something wrong whith compiler? or my pc Help plz

Results 1 to 5 of 5
  1. #1 Something wrong whith compiler? or my pc Help plz 
    Registered Member Inenting's Avatar
    Join Date
    Apr 2010
    Age
    28
    Posts
    470
    Thanks given
    5
    Thanks received
    10
    Rep Power
    1
    Problem:
    Code:
    Error occurred during initialization of VM
    java/lang/NoClassDefFoundError: java/lang/Object
    Finished!
    Druk op een toets om door te gaan. . .
    That what i get when i compile
    This is my compiler code :
    Code:
    @echo off
    @TITLE CasioScape Compiler
    if exist "%programfiles%\Java" (call :compile "%programfiles%\Java\") else (goto error)
    :compile
    for /D %%x in ("%~1jdk*") do (set p="%%~x\bin\javac.exe")
    if defined p (%p% -cp . *.java)
    if defined p (goto end)
    :error
    echo You do not have Java installed. Please download it at the site that is about to load.
    :end
    echo Finished!
    pause
    exit
    I got Jdk 6 U 24 and Jre6
    Plz help me
    Reply With Quote  
     

  2. #2  
    arrowzftw
    Guest
    Code:
    @echo off
    Title Compiler
    "C:\Program Files\Java\jdk1.6.0_24\bin\javac.exe" *.java
    pause
    Reply With Quote  
     

  3. #3  
    Registered Member Inenting's Avatar
    Join Date
    Apr 2010
    Age
    28
    Posts
    470
    Thanks given
    5
    Thanks received
    10
    Rep Power
    1
    Same error but now Whithout Finished!
    Reply With Quote  
     

  4. #4  
    arrowzftw
    Guest
    hmm no idea
    Reply With Quote  
     

  5. #5  
    Registered Member Inenting's Avatar
    Join Date
    Apr 2010
    Age
    28
    Posts
    470
    Thanks given
    5
    Thanks received
    10
    Rep Power
    1
    Anyone help?

    The wierd thing is that a few weeks ago it was working but now...

    Few things that happened in the weeks before it stopped working:
    My pc crashed but 1 day later it worked again no idea how
    I reseted my pc 1 week back but not sure it that is the cause
    And thats all i didnt really use my pc because i got a laptop but now laptop crashed
    I really need help
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 6
    Last Post: 01-28-2011, 02:26 AM
  2. something wrong with compiler plz help.
    By kyle90 in forum Help
    Replies: 8
    Last Post: 11-21-2010, 03:21 AM
  3. whats wrong with my compiler?
    By BoJava in forum Help
    Replies: 0
    Last Post: 09-28-2009, 02:04 AM
  4. [help] pls help me whith this [help]
    By guppycity in forum Help
    Replies: 2
    Last Post: 07-07-2009, 07:52 AM
  5. Wrong Whith Photoshop
    By PvP in forum General
    Replies: 3
    Last Post: 04-28-2008, 10:44 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •