AlejandraV25 / proclipsing

Automatically exported from code.google.com/p/proclipsing
0 stars 0 forks source link

class not found problem #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I make a new app, let's say I call it "BridgeApp"
2. The app structure is created
3. I choose "run as applet" (or appliacation)
4) I get an error along these lines: 

load: class bridgeapp.BridgeApp.class not found.
java.lang.ClassNotFoundException: bridgeapp.BridgeApp.class

What is the expected output? What do you see instead?

App should run. 

What version of the product are you using? On what operating system?
Latest release - OSX - Java 1.5

Please provide any additional information below.

Original issue reported on code.google.com by heavym...@gmail.com on 27 Jan 2010 at 10:11

GoogleCodeExporter commented 9 years ago
Can you please attach the zipped up project?

Original comment by maddpar...@gmail.com on 28 Jan 2010 at 6:17

GoogleCodeExporter commented 9 years ago
A similar thing happened to me. In my case it was because the main class was in 
the
default package and appeared to be ignored on the export. Once I moved it to a 
named
package it worked fine.

Original comment by p.k.la...@gmail.com on 7 Feb 2010 at 5:01

GoogleCodeExporter commented 9 years ago
Did you move the folder manual to the default package?  Refactor to the new 
package?

Matt

Original comment by maddpar...@gmail.com on 8 Feb 2010 at 4:25

GoogleCodeExporter commented 9 years ago
Closing, as this does not seem to be an issue with the current version of 
Proclipsing.  If it should come up again, please reopen.

Matt

Original comment by maddpar...@gmail.com on 6 Apr 2012 at 1:52