Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Download Bluej 5.0.2

1 view
Skip to first unread message

Ji Kartchner

unread,
Jan 25, 2024, 6:18:35 PMJan 25
to
<div>I recently installed bluej from ducke university's website which was written to to teach java programming in coursera courses.It successfully installed but when i tried to run it was repeatedly giving error and I searched in internet but there were no exact solution given. The error it given was included in this question.</div><div></div><div></div><div>However if your network does not keep your profile, you will be asked every time you load BlueJ, because BlueJ cannot tell that you have been asked before. In this case, you will need to contact your network administrator and tell them to either let profiles persist (the ideal solution), or otherwise to alter the bluej.defs file supplied with BlueJ to include the line:</div><div></div><div></div><div></div><div></div><div></div><div>download bluej 5.0.2</div><div></div><div>DOWNLOAD: https://t.co/Nzfrn3veij </div><div></div><div></div><div>It says on the bluej.org website Ubuntu/Debian Requires OpenJDK or Oracle JDK (8u60 minimum, 8u121 best). This package is called openjdk-8-jdk in the official Ubuntu repositories and its code is 8u121-b13-0ubuntu1. Did you install openjdk-8-jdk too?</div><div></div><div></div><div>The package currently does not seem to install, failing at the prepare() part. From version 5.2.1 of the .deb file of bluej, bsdtar exstracts to a .xz file, not .zst as the package expects. So line 34 of PKGBUILD fails with "No such file or directory". Changing this to "data.tar.xz" the package installs correctly.</div><div></div><div></div><div>The packages is using the systemwide java. But I had to link to javafx bundled with bluej. I couldn't get it to fully work with systemwide javafx. Since I didn't have the time to debug and find all files, that need to be changed to link to systemwide javafx, I decided to just 'make it work', by using bundled javafx.If anyone knows how to make it work with systemwide javafx, let me know.</div><div></div><div></div><div></div><div></div><div></div><div></div><div>On the newest version I had to change the -Xmx parameter of archlinux-java-run to something higher (I used 1024M) otherwise bluej wouldn't start ("malloc(): corrupted top size"). Not sure whether that's just me but thought I'd let you know, maybe it helps someone.</div><div></div><div></div><div>If you're working at home, you can put all your files on a floppy disk (in which case you can follow the same instructions as the ones above), or you can put your work somewhere on your hard drive, e.g. the same directory where you installed all your CSE 142/143 software. In that case, follow the instructions above, but wherever A: appears above, substitute C:\CSE (or wherever you put installed your CSE software). When you start up BlueJ, it first creates a shell window, and then creates its the main BlueJ window. The shell window will never be used. You can simply minimize it (by clicking the _ in the title bar) to get it out of the way. If you're working at home, and you get tired of minimizing the shell window each time you run BlueJ, you can find the bluej.bat file that you installed, create a shortcut (e.g., doing right-click and then selecting Create Shortcut and then renaming the resulting shortcut to something nicer, like "Run BlueJ"), right-click on the shortcut's icon and select Properties, select the Shortcut tab (it's probably already selected), then change the Run: option from Normal window to Minimized, then click OK. To run BlueJ, click on the shortcut (not the original bluej.bat file), and BlueJ should start up without popping up that annoying empty window each time. Writing a ClassTo define a new class:</div><div></div><div> df19127ead</div>
0 new messages