Error opening new scene in JMEplatform

when I go to create a new scene in the JMEplatform,it creates the scene fine,but when i go to open in i get this error



com.jme3.asset.AssetNotFoundException: G:/JME workspace/ShootEm/src/mygame/newScene.j3o

at com.jme3.asset.DesktopAssetManager.loadAsset(DesktopAssetManager.java:239)

at com.jme3.asset.DesktopAssetManager.loadModel(DesktopAssetManager.java:376)

[catch] at com.jme3.gde.core.assets.SpatialAssetDataObject.loadAsset(SpatialAssetDataObject.java:89)

at com.jme3.gde.scenecomposer.OpenSceneComposer$1.run(OpenSceneComposer.java:44)

at java.lang.Thread.run(Thread.java:722)



but,the file is there,as im opening it in the platform by clicking on it,and if i go to G:/JME workspace/ShootEm/src/mygame/newScene.j3o the file exists.

running 64 bit java,windows 7 64 bit OS,the latest build of the platform(downloaded 30 mins ago)

create it in the assets folder, not in the source folder.

Oh,thanks so much :smiley: I feel stupid now,thanks for the help :smiley: