Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Strange ClassNotFoundException in the debugger
Strange ClassNotFoundException in the debugger [message #1734769] Sat, 11 June 2016 18:28
Alejandro Barrero is currently offline Alejandro BarreroFriend
Messages: 12
Registered: February 2011
Junior Member
I can run applications, but debugging, even with

package com.orm.gui;

import java.awt.EventQueue;

public class RunModelFrame {

public static void main(String[] args) {
System.out.println("Hello world");
}

}

It breaks at line 266 of URLClassLoader:
throw new ClassNotFoundException(name);
It must be a problem in my works pace, but I dont know how to fix it.

Your help would be greatly appeciated,
Alejandro Barrero


Your help will be greatly appreciated;

Alejandro Barrero
Previous Topic:Adding Sound
Next Topic:Eclipse hogging CPU resources
Goto Forum:
  


Current Time: Thu Apr 25 14:24:46 GMT 2024

Powered by FUDForum. Page generated in 0.08782 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top