Java 3deditor won't load!!! PLEASE HELP!

When i run j3dedit i get this-
C:\j2sdk_nb\netbeans3.5\j3dnewbean\J3dEditor_2.0\bin>java -Xmx256m -cp ..\..\J3d
Fly_2.0\lib\j3dfly.jar;..\..\J3dFly_2.0\lib\jh.jar;..\..\J3dFly_2.0\lib\j3dfly-u
tils.jar;..\lib\j3dedit.jar;..\lib\j3d_interposer.jar; -DJ3dFly.Loaders=..\..\J3
dFly_2.0\preferences\loaders.xml -DJ3dFly.SystemPlugins=..\preferences\editor_pl
ugin_prefs.xml -DJ3dFly.UserPlugins= -DJ3dEditor.NodeConfigs=../preferences/j3de
ditor-config.xml com.sun.j3d.demos.j3dedit.J3dEdit
Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/j3d/demos/j3d
edit/J3dEdit
C:\j2sdk_nb is my dir for java. and C:\j2sdk_nb\netbeans3.5\j3dnewbean is right too.
Can anyone tell me y this doesn't work?
C:\j2sdk_nb\netbeans3.5\j3dnewbean\J3dEditor_2.0\lib\j3dedit.jar Is where the jar that has the class is.
But also when I run java3db I get this in the second window that opens(i figured this is the user.bat). And then it just stops, without even terminating. Do I need to edit something? I already fixed the two paths in java3db.
C:\j2sdk_nb\netbeans3.5\j3dnewbean\J3dEditor_2.0\bin>
C:\j2sdk_nb\netbeans3.5\j3dnewbean\J3dEditor_2.0\bin>set toolhome=C:\j2sdk_nb\ne
tbeans3.5\j3dnewbean
C:\j2sdk_nb\netbeans3.5\j3dnewbean\J3dEditor_2.0\bin>
C:\j2sdk_nb\netbeans3.5\j3dnewbean\J3dEditor_2.0\bin>set params=-DJ3dFly.Loaders
=C:\j2sdk_nb\netbeans3.5\j3dnewbean\J3dFly_2.0\preferences\loaders.xml -DJ3dFly.
SystemPlugins=C:\j2sdk_nb\netbeans3.5\j3dnewbean\J3dEditor_2.0\preferences\inter
poser_plugin_prefs.xml -DJ3dFly.UserPlugins= -DJ3dEditor.NodeConfigs=C:\j2sdk_nb
\netbeans3.5\j3dnewbean\J3dEditor_2.0\preferences\j3deditor-config.xml
Syntax error
C:\j2sdk_nb\netbeans3.5\j3dnewbean\J3dEditor_2.0\bin>
C:\j2sdk_nb\netbeans3.5\j3dnewbean\J3dEditor_2.0\bin>java -Xbootclasspath/a:C:\j
2sdk_nb\netbeans3.5\j3dnewbean\J3dEditor_2.0\lib\j3d_interposer.jar -cp ;C:\j2sd
k_nb\netbeans3.5\j3dnewbean\J3dFly_2.0\lib\j3dfly-utils.jar;C:\j2sdk_nb\netbeans
3.5\j3dnewbean\J3dFly_2.0\lib\j3dfly.jar -Xrunjdwp:transport=dt_socket,server=y,
address=8000 -Xdebug -Xnoagent
Below is the user.bat(in case it's needed), and the second one is the java3db.bat.
set toolhome=%1
set params=-DJ3dFly.Loaders=%toolhome%\J3dFly_2.0\preferences\loaders.xml -DJ3dFly.SystemPlugins=%toolhome%\J3dEditor_2.0\preferences\interposer_plugin_prefs.xml -DJ3dFly.UserPlugins= -DJ3dEditor.NodeConfigs=%toolhome%\J3dEditor_2.0\preferences\j3deditor-config.xml
java -Xbootclasspath/a:%toolhome%\J3dEditor_2.0\lib\j3d_interposer.jar -cp %CLASSPATH%;%toolhome%\J3dFly_2.0\lib\j3dfly-utils.jar;%toolhome%\J3dFly_2.0\lib\j3dfly.jar -Xrunjdwp:transport=dt_socket,server=y,address=8000 -Xdebug -Xnoagent %params% %2 %3 %4 %5 %6 %7 %8 %9
rem toolhome should point to the top level directory, ie the directory
rem containing J3dEditor_2.0 and J3dFly_2.0 etc
set toolhome=C:\j2sdk_nb\netbeans3.5\j3dnewbean
rem jdk_home must point to the top level directory of the jdk
set jdk_home=C:\j2sdk_nb\j2sdk1.4.2
start %toolhome%\J3dEditor_2.0\bin\user.bat %toolhome% %1 %2 %3 %4 %5 %6 %7 %8
%toolhome%\J3dEditor_2.0\bin\interp.bat %toolhome% %jdk_home%
pause

From experiance of working on the problem for three days i have come to a solution which i think should help.
Open the j3dedit.bat in a text editor and scroll to the right until you see
%CLASSPATH%. Just remove this word and the problem should be solved. Dont forget to save the file before you close it.
I hope this is a help.

Similar Messages

  • Applet won't load, please help!

    Using the java for chat hasn't been an issue until recently, for one chat site and one alone, the java won't load. I've been on the website FAQ and i've read the causes and solutions but they don't make sense to me. In the internet options the box i have checked and have always had checked is automatically detect settings, i'm a little confused as to why it isn't working.
    In the java console i get this message :
    load: class com.diginet.digichat.client.DigiChatApplet not found.
    java.lang.ClassNotFoundException: com.diginet.digichat.client.DigiChatApplet
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more
    Any help or suggestions would be greatly appreciated.
    Thank you
    Lola

    Thank you so much for replying so quickly, i have emptied my temp files and delete cookies etc. i'm still having issues. Where will i find the browser settings to allow java applets and if they are working on other rooms, wouldn't that mean that its set to allow them? As u can tell i'm not computer literate at all.
    Please help!
    Thank you so much
    Lola
    x

  • MacBook won't load - please help?

    I'm writing this from my iphone. I bought my MacBook a little over a year ago and recently had to have the keyboard replaced (covered under warranty, nothing I did) in August and it worked fine until this morning. Seemingly over-night, it takes 5-10 minutes for it to respond to a click, finder doesn't work, programs won't load, etc. I've restarted and shut down completely multiple times with no luck. Like I said, it was working great when I went to bed last night, I have no idea what's wrong. :( please help! 

    If it's "new", I would call AppleCare Support at 1-800-APL-CARE for some direct help. Apple computers come with 90 days of free telephone support for software issues and a year of support for hardware problems. If it won't turn on, it would seem to be a hardware problem you should have Apple check out.
    -Doug

  • Itunes won't load--please help!

    I'm having problems getting iTunes to open up at all for me. Yesterday, I was downloading a season of a TV show and in the middle, I started getting a message that I didn't have enough local memory to complete the download. It suggested I delete files in my trash and try again. I did that and iTunes seemed weird, so I shut the computer down and started it up again. After that time, I could not get iTunes to open.
    I've tried downloading the newest version (which is already loaded on my imac) again and re-installing, but in the middle of the installation, I get a gray screen that tells me I need to shut my computer down. I've tried installing older versions of iTunes, the same thing happens.
    I tried plugging my iPod in to see if that would open iTunes but no.
    I tried writing to Apple, got the runaround to call technical support. Called them, they wanted $45 to fix the problem, even though I've spent much more than that in the iTunes store and cannot access my files any longer. My AppleCare expired 3 months ago.
    I've Googled and searched here and thus far, I haven't seen any responses that have fixed my problem.
    Oh, I looked at the log file and this is what it says:
    ize: 1.45 KB
    Last Modified: 6/6/08 8:00 PM
    Location: /Library/Logs/Console/Kim/console.log
    Contents: Mac OS X Version 10.3.9 (Build 7W98)
    2008-06-06 20:00:10 -0500
    2008-06-06 20:00:10.905 loginwindow[302] CFLog (0):
    CFPropertyListCreateFromXMLData(): plist parse failed; the data is not proper UTF-8. The file name for this data could be:
    loginwindow.plist -- /Library/Preferences/
    The parser will retry as in 10.2, but the problem should be corrected in the plist.
    2008-06-06 20:00:11.057 loginwindow[302] CFLog (0):
    CFPropertyListCreateFromXMLData(): plist parse failed; the data is not proper UTF-8. The file name for this data could be:
    loginwindow.plist -- /Library/Preferences/
    The parser will retry as in 10.2, but the problem should be corrected in the plist.
    2008-06-06 20:00:11.208 loginwindow[302] CFLog (0):
    CFPropertyListCreateFromXMLData(): plist parse failed; the data is not proper UTF-8. The file name for this data could be:
    loginwindow.plist -- /Library/Preferences/
    The parser will retry as in 10.2, but the problem should be corrected in the plist.
    dyld: /Applications/iTunes.app/Contents/MacOS/iTunes malformed library: /System/Library/Frameworks/AGL.framework/Versions/A/AGL (not a Mach-O file, bad magic number)
    dyld: /Applications/iTunes.app/Contents/MacOS/iTunes malformed library: /System/Library/Frameworks/AGL.framework/Versions/A/AGL (not a Mach-O file, bad magic number)
    /Users/Kim/Desktop/Firefox.app/Contents/MacOS/firefox-bin: can't map file: /Library/Internet Plug-Ins/AdobePDFViewer.plugin ((os/kern) invalid argument)
    ANY help is needed, I hate to spend the $$ if I can fix it myself.
    Thank you.

    The whole system ended up getting wonky. Couldn't keep the computer up long enough to log in. Called Apple and got nowhere without forking over $$. Decided to sleep on it.
    Today, used the installation disk, started up by holding down C key, did archive/install. Managed to save almost all of my data. Software update, and voila. iTunes will now open! Almost the whole library came back. I still have the library in the folders, but the TV shows and movies didn't migrate back to iTunes for some reason.

  • Dreamweaver Won't Load - Please Help

    When dreamweaver is loading it gets to "intializing extension
    data" and then closes. I have tried repairing, uninstalling and
    reinstalling, and even reimaging my machine with a fresh intall of
    xp professional. When I reinstalled dreamweaver after that it
    worked for about two days and then all the sudden this started
    happening again.
    Has anyone had this happen to them, or know what is going on?
    Thank You

    Find your configuration .dat file and delete it. Here is the
    path to mine to
    get you on the right road:
    C:\Documents and Settings\Walt F.
    Schaefer.DESKTOP\Application
    Data\Macromedia\Dreamweaver 8\Configuration\
    My file name is WinFileCache-8D991465.dat, Yours may be
    different but it
    will end in .dat.
    After you delete it when you start DW it will create a new
    ,dat file. For
    some reason this file is easily corrupted and often has to be
    deleted when
    DW refuses to load/start.
    Walt
    "jlav" <[email protected]> wrote in message
    news:e2b3av$6kb$[email protected]..
    > When dreamweaver is loading it gets to "intializing
    extension data" and
    then
    > closes. I have tried repairing, uninstalling and
    reinstalling, and even
    > reimaging my machine with a fresh intall of xp
    professional. When I
    reinstalled
    > dreamweaver after that it worked for about two days and
    then all the
    sudden
    > this started happening again.
    >
    > Has anyone had this happen to them, or know what is
    going on?
    >
    > Thank You
    >

  • 7 Hours left :(! I hate Java Forte SO MUCH. Please help! Not much time

    7 Hours left :(! I hate Java Forte SO MUCH. Please help! Not much time
    Ok I first Installed Java Forte cause I had to a Course and the teacher gave us an Exe which was 62 MB on a Disc and i ran it and put Java Forte On My Computer. I also put a JDK program on my computer through a Java book(Got a CD with it).I could do my Java at home but there was a massive problem. I am using Windows XP and if i used java, My Computer would never shut down cause java would always be running. So this got frustrating and i decided to uninstall it.(Also the Java Plug in decided to stop my java Yahoo chat on IE).When i uninstalled it, I am not sure if i deleted the folder, Did it through control panel(Add/Remove), Or use the uninstaller, I didnt think there was an uninstaller.
    Anyway there was still some jc.java and java Web Start folders and J2SDK folder on my HDD.
    A while later I get a big Java Assignment to do, I decide to install the Java again on my Computer, I go ahead and click the exe, It takes me to an intall place, I wait, Wait impatiently for 1 hour, It just froze on the install screen. I also tryed it on my old PC which had java, It froze But before it frose it said i already had it installed (Which it wasnt anymore). So i though maybe its the CD or something. So my friend gives me his CD and i try, Yet again it stayed like that for 2 hours. I was so frustrated. I ended up Going to control panel and removed the java Web Start and deleted the J2sdk FOlder and deleted the java Plug in from where it locates it.
    I then decide to install Java again but this time it takes me to the uninstaller? Why did it try to install from this exe but after i deleted stuff both CD's Mine and my Friends take to to the uninstaller? Well anyway i decided to Uninstall it like it said"Java Forte 3 and Some other little thing" Then i waited and it said Uninstall Complete. I double click the exe on the CD again and it takes me to the uninstaller again? I was like WTF? How do i install Java? Its just the biggest pain? Why is it taking me there instead of the actuall installer?
    Also I dislike other java programs as 1, You cant Execute the code cause its only HTML compatible and or you need the JDK files accosiated with the JCreator which i cant Understand.
    Also i got Jreal and it actually worked, But there is no uninstaller for it and it has no Removeal in the Control panel? Whats up with that? Also its good how it works. But for some reason it doesnt accept the code properly as the buttons and labels just appear everywhere and stay there even if i change forms and are messed up compared to when i run it on Java Forte at School.
    Also i have a Major Problem with Jreal as it states everytime i run an Applet "Start Applet is not Initialized?" And it shows a Blank applet? Whats up with this? I got no Errors and i think it said Exit Statement:1. But It worked before then i tryed it and it does this all the time for all my Java Program Applets. So I have no idea. It really frustrates me as it was working and i did no changes to the code and it wont let me test any more :(! Why is this happenning to me?
    Please help me in the best way you can, I dont have much time, 7 Hours to be Precise to do it in!
    Please if you can help me with any problems about installing or evening trying to be able to run Jcreator(Dont understand How to link it with JDK) or any good Java Programs to download that are easy to use(I dont have enough time to read). I couldnt understand CoffeeCup as it was HTML only? and only could run as a Web Page! But any help on Any of these problems that i suffer including Jreal How to Uninstall? Plus Mainly trying to get Java Forte Runnign as that was the only one that was properly showed the correct format of my Coding Applet.

    Awww :(

  • HT4095 A video I paid will not download. I keep getting download error. I have an iPad2 and I have downloaded other movies since buying the one that won't. Please help.

    A video I paid will not download. I keep getting download error. I have an iPad2 and I have downloaded other movies since buying the one that won't. Please help.

    I would restore the iPod to factory defaults/new iPod on your computer and start over. It appears the iPod is associated with another account.  Any media that came with the iPod does not belong to you and di not transfer with the iPod hardware.

  • After install ios 7 wifi won turn on please help....

    after install ios 7 wifi won turn on please help....

    Thanks for the update. I don't know if you have tried this, but I would next I would try removing and re adding the mail account from the phone, then testing the issue again:
    Delete the affected email account from your device.
    Tap Settings > Mail, Contacts, Calendars.
    Choose the affected email account, then tap Delete Account.
    Add your account again.
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/ts3899
    If it persists, I would next backup your device to iTunes with this article:
    iOS: How to back up and restore your content
    http://support.apple.com/kb/HT1766
    And restore it from your backup with this article:
    Use iTunes to restore your iOS device to factory settings
    http://support.apple.com/kb/ht1414

  • My MacBook Air was going so slowly so I did a forced shutdown. Now when I try to boot it up, it looks like it will come on but just spins and spins but won't load. Help?

    My MacBook Air was processing extremely slowly so I did a forced shut down. Now when I go to turn it back on, it just spins and won't load. Help?

    Hello MeganSugarBear,
    The following article provides some useful troubleshooting steps that can help get your Mac started up again.
    Troubleshooting: My computer won't turn on
    http://support.apple.com/kb/TS1367
    Cheers,
    Allen

  • TS4268 I just downloaded the new iOS7 onto my iPhone 5 and now I can not get my iMessage to activate with my Apple ID! My iPad connected just fine but my iPhone won't. Please help

    I just downloaded the new iOS7 onto my iPhone 5 and now I can not get my iMessage to activate with my Apple ID! My iPad connected just fine but my iPhone won't. Please help

    I would go to Settings - General - Reset - and Reset Network Settings
    Try it again after the phone restarts

  • HT201406 i have been having trouble my iphone 3gs doesn't work the slide to unlock is broken i have tired everything to get it open but it won't work please help me!

    i have been having trouble my iphone 3gs doesn't work the slide to unlock is broken i have tired everything to get it open but it won't work please help me!

    Basic troubleshooting steps are:  Restart, Reset, Restore,

  • I have bought a film and it is now saying it cannot load, please help!

    I have bought a film and it is now saying it cannot load, please help!

    What's the precise text of the message you're getting when you try to open the movie, please?

  • IPod Won't Even Load - Please Help

    The other day I plugged my iPod up and loaded iTunes, to find I needed an update. I proceeded to update my iPod only to be told [By iTunes] for some odd reason it needed to be restarted. For some reason it won't restart and everytime I go to start my iPod up, it loads the Apple logo and just stays there. I've manually tried to restart it numerous times, and it won't do so. I plugged it into my computer to have a message appear reading 'very low battery, please wait'. I've been waiting for almost 2 hours now. It goes from the 'very low batter, please wait' screen to the glowing Apple logo. It's been going back in forth every minute or so for the past 2 hours. Please, please help!

    Hello Everyone,
    Although this resolution seems ingenious I must let you know that exposing your iPod to freezing temperatures can cause serious harm and it will void your warranty. Please see the following excerpt from the iPod Safety Guide available at Apple.com.
    Keeping iPod within acceptable temperatures
    Operate iPod in a place where the temperature is always between 0º and 35º C (32º to 95º F). iPod play time might temporarily shorten in low-temperature conditions.
    Store iPod in a place where the temperature is always between -20º and 45º C (-4º to 113º F). Don’t leave iPod in your car, because temperatures in parked cars can exceed this range.
    When you’re using iPod or charging the battery, it is normal for iPod to get warm. The exterior of iPod functions as a cooling surface that transfers heat from inside the unit to the cooler air outside.
    Have a great day!

  • Java applets won't load, have latest version of java installed, have removed all old versions from the hard drive, java console not working in firefox, any suggestions please ?

    java applets will not load,
    i have run the java test page & i have the latest version installed.
    have removed all old versions of java from my hard drive & restarted the computer.
    i have checked that java is enabled in the plug-ins and it is with version se 6 u22, also something called java development toolkit 6.0.220.4 np runtime script plug-in library for java (tm) deploy.
    if i click on java console in tolls nothing happens

    Hi,
    You might want to look in your control panel for 'Java' icon. It should give you an option to enable java plugin into your browser. Let me know if you still face the issue.
    Thanks!

  • I just upgraded to Yosemite and adobe ilustrator won't open, please help me.

    I just upgraded to OS X Yosemite and some of mi CS6 programs won't open. It says to upgrade to Java SE 6. but i can't find it. Please help me

    Back up your iPhoto library, Depress the option (alt) and command keys and launch iPhoto - rebuild your iPhoto library
    LN

Maybe you are looking for

  • Unable to Edit "Get Info" Screen

    After hardware failure had to rebuild comp but the drive holding all my media is intact. After rebuild, installed latest ver of iTunes. Selected "Add folder" menu option to allow iTunes to recognize that folder and reset iTunes to use this folder for

  • After installing ios5.01 on 3gs can't sync and can't play music

    Updated my 3gs yesterday and part way through the update I got an error message so I restored my phone but now when I connect my phone to my computer it says set up your phone then gives the options of setting up as a new phone or restoring. I have t

  • Steps to move Data and Log file for clustered SQL Server

    Hi guys  we have Active'passive SQL 2008R2 cluster environment. looking for steps to move Data and log files from user Database  and System Database for  SQL Server Clustered Instance.  Currently Data and log  files resides on same drive for user and

  • Artifacts in DNG files converted from NEF

    On two occasions, I've encountered artifacts in my photos that I've converted from NEF (using Nikon D7000) to DNG format in Lightroom 3.6.  Is there a "fix" for this?  

  • Export a pdf file to Office 365?

    I purchased Acrobat so I could convert pdf files to Word documents.  I have Office 365.  Whenever I try to export a pdf file it opens it in Word Pad.  How do I get it to open in Office 365?